where to find them in header or some where else
Quote:
Originally Posted by ra7al
to add the best thread
find
Code:
<a href="showthread.php?t=1">Article Soon</a>
replace
" 1 " with the thread ID
" Article Soon " with the thread name
to add the best Forum
find
Code:
<a href="forumdisplay.php?f=1">Forum Soon</a>
replace
" 1 " with the forum ID
" Forum Soon " with the forum name
to add the best member female
find
Code:
<a href="member.php?u=1">Member F Soon</a>
replace
" 1 " with the mamber ID
" Member F Soon " with the member name
to add the best member male
find
Code:
<a href="member.php?u=1">Member M Soon</a>
replace
" 1 " with the mamber ID
" Member M Soon " with the member name
all of this codes will find in the end of the code
that's it 
|