Jump to content
WebFlake
  • 0

PHP Code


SimplyClever-

Question

What the code used here:

 

ufz2zOx.png

 

The statistics are hidden only the Counter-Strike 1.6 forums and are in 4 colums but the other forums no...

 

I know a code to all forums of "Servere publice / Cereri / Resurse / Activitate"

but i need only for one forum, please help me!


UP UP UP!!!

Edited by SimplyClever-
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

First of all, check forum ID's below which You want to add some code. For example, when link to forum is http://webflake.sx/forum/11-invision-power-board/ the forum id is 11. Next You will have to check forum id via this code in template

<if test="$forum_data['id'] == 2">YOUR CODE HERE</if>

Where 2 is Your forum id, so if Your forum id is 11, code will look like this

<if test="$forum_data['id'] == 11">YOUR CODE HERE</if>
Link to comment
Share on other sites

  • 0

You are doing something wrong, because i've tested it on 3.4.6 an it worked :) Show me where You have added it.


The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.

If you have other questions, please open a new topic.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...