Jump to content

ConsoleGamers

Members
  • Posts

    2
  • Joined

  • Last visited

ConsoleGamers's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello, I am the developer of the design and what we are trying to do is code in the users online list into the footer instead of where it is. Basically we want this: turned into thisbut we would like to have this: Located in our footer.Currently i have coded this footer.But cannot figure out how to code the online users list into the design. We are using Invision Power Board v3.4. The code for the footer currently: Code:<if test="$this->settings['showFooterCol']=='yes'"><div class='wrapper clearfix footerColumns'> <div class='footerCol'> <h3>Quick Links</h3><table style="line-height: 17px;"><tr><td><a href="LINKREMOVED">Home</a></td><td><a href="LINKREMOVED">Site Staff</a></td></tr><tr><td><a href="LINKREMOVED">Members</a></td><td><a href="LINKREMOVED">Site Ranks</a></td></tr><tr><td><a href="LINKREMOVED">Chat</a></td><td><a href="LINKREMOVED">Site Rules</a></td></tr><tr><td><a href="LINKREMOVED">Recent Activity</a></td><td><a href="LINKREMOVED">Quick Navigation</a></td></tr><tr><td><a href="LINKREMOVED">Today's Top Posters</a></td><td><a href="LINKREMOVED">The Moderating Team</a></td></tr></table></div><div class="footerCol"><h3 style="margin-top: 5px;">Forum Statistics</h3><php>$stats = $this->cache->getCache('stats');</php><p style="font-size: 11px;">Total Topics: <b>{parse format_number="$stats['total_topics']"}</b></p><p style="font-size: 11px;">Total Posts: <b>{parse format_number="$stats['total_replies'] + $stats['total_topics']"}</b></p><p style="font-size: 11px;">Total Members: <b>{parse format_number="$stats['mem_count']"}</b></p><p style="font-size: 11px;">The most members online ever: <b>{parse format_number="$stats['most_count']"}</b></p><p style="font-size: 11px;">Welcome to our newest member: <b>{IPSMember::makeProfileLink( $stats['last_mem_name'], $stats['last_mem_id'], $stats['last_mem_seo'], 'value' )}</b></p></div></if><if test="$this->settings['showFooterAbout']=='yes'"><div class='about'> <h3>About</h3> <ul><li><p>Welcome to EliteGamersCommunity. By using this site you agree to our <a href="LINKREMOVED">community guidelines.</a></p> <p>Copyright © 2013 Elite Gamers Community</p><p>Theme Heavily Modified by:<a href="/index.php?showuser=3">Beware</a></p> </li></ul> </div></if> So can you get the online members into the footer? We are having problems trying to figure it out ourselves.Thanks It doesn't work in the global template and no one can give me the code for the global template cause they can't get it working.
  2. Can any one help me with this Image => me and my friend arent able to to find nor get it so he suggested me to sihn here to ask please pm me thank you ohh i like to remind whos reading that this will be in footer Php thnk you
×
×
  • Create New...