MyBB Support

Who's Online In Footer

Submitted by Tutti Frutti, , Thread ID: 65234

Thread Closed

RE: Who's Online In Footer

Tutti Frutti
•̀_•́
Prime
Level:
6
Reputation:
50
Posts:
695
Likes:
101
Credits:
724
OP
16-12-2017, 10:00 PM
#3
16-12-2017, 12:01 PM
Penny Wrote:
Tutti Frutti
For example you can load users online from portal.php like this:


  1. Add this code into footer template
    Code:
    <script type="text/javascript">  jQuery(function(){    jQuery(".your_div_class").load("{$mybb->settings['bburl']}/portal.php .your_div_class");  });  </script>

    And
    Code:
    <div class="your_div_class"></div>
    where you want to show it.

  2. Move to portal_whosonline template and add your_div_class for everything like:
    Code:
    <div class="your_div_class">default portal_whosonline content</div>



That's not what I was looking for, I had to do core editing and take codes from index.php to Global.php which I have and was playing with it until I got it to work.

Users browsing this thread: 1 Guest(s)