
04-01-2007, 02:49 PM
|
 |
|
|
Join Date: Oct 2005
Location: Egypt
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Pehchaan
Nice idea, just a little confusion..
how to add members as best male / female member or a best thread?
Thanks 
|
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 
|