News:

Follow us on Bluesky!

Main Menu

stats

Started by KiroBot, July 04, 2010, 05:16:07 PM

Previous topic - Next topic

KiroBot

Is it possible for me to be able to edit this with html and like change it up a little if so were in my cPanel do I go

greyknight17

What exactly do you want to edit there? The file responsible for this is your /Themes/<your theme>/BoardIndex.template.php file.

KiroBot

Quote from: greyknight17 on July 04, 2010, 05:21:55 PM
What exactly do you want to edit there? The file responsible for this is your /Themes/<your theme>/BoardIndex.template.php file.
I tried it there and I cant. There is nothing in it that says about stats etc.

sAce

What are you trying to change in there ?

KiroBot

Quote from: S-Ace on July 04, 2010, 10:21:20 PM
What are you trying to change in there ?
I want to change this a little, like put the latest member part down by members online

Kill Em All

In the Boardindex.template.php, just search for this line of code:

function template_info_center()


That and every bit of code after that is the info center. Just play around with the code.

Such as this line of code is for the latest member:

', !empty($settings['show_latest_member']) ? $txt['latest_member'] . ': <strong> ' . $context['common_stats']['latest_member']['link'] . '</strong>' : '', '<br />


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

KiroBot

Quote from: Kill Em All on July 04, 2010, 10:33:12 PM
In the Boardindex.template.php, just search for this line of code:

function template_info_center()


That and every bit of code after that is the info center. Just play around with the code.

Such as this line of code is for the latest member:

', !empty($settings['show_latest_member']) ? $txt['latest_member'] . ': <strong> ' . $context['common_stats']['latest_member']['link'] . '</strong>' : '', '<br />

just saw that it is not html I'm working with. It says its us-ascii. how do I do a space

KiroBot

Nvm it is html lol I got it.

sAce

#8
You can use html space "&nbsp;"

KiroBot


Kill Em All

I am going to mark the topic solved, please feel free to unmark it solved if you have further questions. :)


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Advertisement: