News:

Wondering if this will always be free?  See why free is better.

Main Menu

How to make Stats page on fronted (homepage)?

Started by kibersyn, November 29, 2016, 06:59:48 PM

Previous topic - Next topic

kibersyn

Hi friends!

How to add or make first Stats page on fronted (home page)

... index.php?action=stats

or add stats page on bottom home page?

Kindred

WHAT stats?   Why would you want a stats page as your front page?

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Pipke

Show the forumstats on the boardindex(=Frontpage if no portal installed)

- Upload the attachment wich in included on this post to your Sources folder
- Find in file Themes/{your_theme}/BoardIndex.template.php(around line 475)
Code (find) Select

<span class="lowerframe"><span></span></span>';


add after:

Code (add after) Select

global $sourcedir;
require_once($sourcedir . '/ShowStats.php');



"If something is wrong, fix it if you can. But train yourself not to worry: Worry never fixes anything."

Click here to view my mods for SMF

Hey 👋 Did i helped... you like what i do. You can now buy me a coffee! ☕

nend

@Pipke

That probably isn't the best solution as the board index has quite a few queries already. Also loading of a source file in a template may have a few undesirable effects.

Pipke

Quote from: nend on December 02, 2016, 10:39:43 AM
@Pipke
That probably isn't the best solution
True, but it is the easiest and simplified way to tell the OP what needs to be done to get the things it wants. What the OP wants is not easy to tell him if you want it the right way of coding, if then it could be the best way to make it a mod, wich i'm not intend and willing todo.

Quote
Also loading of a source file in a template may have a few undesirable effects.
Proof me wrong? The code i posted has in my eyes no vulnerable effects!

"If something is wrong, fix it if you can. But train yourself not to worry: Worry never fixes anything."

Click here to view my mods for SMF

Hey 👋 Did i helped... you like what i do. You can now buy me a coffee! ☕

Kindred

#5
well, for one, it violates smf coding standards...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: