MyBB Community Forums

Full Version: MyBB Website Display (Integration)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright, I have the Login, and User account information done, but what I need now, is for the portal.php to be changed to display only following (format included)

<li>
              <div class="image"><a href="LINK TO POST"><img src="AUTHORS AVATAR" /></a></div>
              <ul class="social_share">
                <li><a href="#"><img src="./images/fbk.png" border="0" /></a></li>
                <li><a href="#"><img src="./images/twitter.png" border="0" /></a></li>
                <li><a href="#"><img src="./images/more.png" border="0" /></a></li>
              </ul>
              <div class="info">
                <div class="comments"> #OF REPLIES </div>
                <h2><a href="LINK TO POST">POST TITLE</a></h2>
                <div class="date_n_author">DATE OF POST, by AUTHOR DISPLAY NAME</div>
                <p>CONTENT OF POST</p>
                <a href="LINK TO POST" class="read_more2">read more...</a> </div>
                <div class="clear">
                </div>
            </li>

I have included in all caps, specifics to what I need, I am unsure how to make php calls for MyBB, I will continue working on it, but I am a little perplexed, any help is appreciated! Thanks.

If you could include the FULL page needed for the bare minimum requirements so the portal can just give me these bits of information, that would be awesome!