MyBB Support

Who's Online In Footer

Submitted by Tutti Frutti, , Thread ID: 65234

Thread Closed

RE: Who's Online In Footer

Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
92
Credits:
1.05K
16-12-2017, 12:01 PM
This post was last modified: 16-12-2017, 12:03 PM by Penny
#2
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>


I will be your website dev - PM

Upgraded by Deleted_44 Heart Eyes
Write if you need some link

Never argue with an idiot. They will only bring you down to their level and beat you with experience


Users browsing this thread: 1 Guest(s)