PDA

View Full Version : Best Of This Month


ra7al
03-29-2007, 10:00 PM
What does this hack do?
this hack add a table @ the end of
your header which Contains 4 pics
for Best ( Article - Forum - Member (Female) - Member (male) )

Demo :-
http://www.egycrack.com/ib/uploads/U5-1175262256.gif
it use the style background color

time to install : 1 Minute
Difficulty : Soo Easy
File To Upload : 4 pics

install :-

Open

header Templates

at the end of it add


<!-- Start Best -->
<table border="1" width="85" cellspacing="2" cellpadding="3" align="center">
<tr>
<td align="center">
<img border="2" src="/Awards/article-of-the-month.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/forum-of-the-month.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/member-of-the-month-female.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/member-of-the-month-male.gif" width="157" height="166"></td>
</tr>
<tr>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#009933"><a href="showthread.php?t=1">Article Soon</a> </font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#0000FF"><a href="forumdisplay.php?f=1">Forum Soon</a></font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#FF0000"> <a href="member.php?u=1">Member F Soon</a> </font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#FF0000"> <a href="member.php?u=1">Member M Soon</a> </font></td>
</tr>
</table>
<!-- End Best -->
and save

Now upload the
Awards File
to ur site Direct ( ex. http://www.yoursite.com/Awards )


that's all
If U Like It Click Install

glorify
03-29-2007, 11:44 PM
So do you vote for these or what?

Shazz
03-29-2007, 11:44 PM
Very creative!!!
Would it look better if a hyper link is to their profile? Just a suggestion, easy to do ;)

bashy
03-30-2007, 05:05 AM
Hi, these images look very much like Shelley's? If they are do you have permission to use then, I dont want to get in to any trouble if ya know what i mean :)

ra7al
03-30-2007, 01:04 PM
So do you vote for these or what?

As U Like u may make ur members votes in topics OR
as u r admin u can Choose it as u like

Very creative!!!
Would it look better if a hyper link is to their profile? Just a suggestion, easy to do ;)

add it ;)

Hi, these images look very much like Shelley's? If they are do you have permission to use then, I dont want to get in to any trouble if ya know what i mean :)

i just use this pics as demo Until i finsih
my pics :) i edit it

Veer
04-01-2007, 02:03 PM
Nice idea, just a little confusion..
how to add members as best male / female member or a best thread?

Thanks :)

ra7al
04-01-2007, 02:49 PM
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
<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
<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
<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
<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 :cool:

glorify
04-01-2007, 05:06 PM
Been looking for this, but I'd like to clarify how they would vote. Is there a vote button or would they have to pm or post a vote?

I have been looking for something like this that supplies a vote button, tallies the votes, and post the winners on say a weekly basis.

ra7al
04-01-2007, 08:37 PM
Been looking for this, but I'd like to clarify how they would vote. Is there a vote button or would they have to pm or post a vote?

I have been looking for something like this that supplies a vote button, tallies the votes, and post the winners on say a weekly basis.

No , the way to select the best
was by a thread and member vote
like here on vbulletin.org when they
want to select the MOTM OR BOTM
or u as admin select it

if i Update this modifications i'll
try to add some thing like the one
here On vbulletin.org

If you like this modification -> Click to Nominate for Thread of the Month

Veer
04-01-2007, 10:20 PM
Thanks a lot ra7al :)

ra7al
04-01-2007, 10:23 PM
Thanks a lot ra7al :)

You are welcome

notrious
04-03-2007, 01:51 AM
where to find them in header or some where else









to add the best thread
find
<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
<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
<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
<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 :cool:

ra7al
04-03-2007, 11:38 AM
in the code that you will add

this code

<!-- Start Best -->
<table border="1" width="85" cellspacing="2" cellpadding="3" align="center">
<tr>
<td align="center">
<img border="2" src="/Awards/article-of-the-month.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/forum-of-the-month.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/member-of-the-month-female.gif" width="157" height="166"></td>
<td align="center">
<img border="2" src="/Awards/member-of-the-month-male.gif" width="157" height="166"></td>
</tr>
<tr>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#009933"><a href="showthread.php?t=1">Article Soon</a> </font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#0000FF"><a href="forumdisplay.php?f=1">Forum Soon</a></font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#FF0000"> <a href="member.php?u=1">Member F Soon</a> </font></td>
<td align="center" style="border: 1px ridge #E574B5; background-color: #FFFFFF">
<font color="#FF0000"> <a href="member.php?u=1">Member M Soon</a> </font></td>
</tr>
</table>
<!-- End Best -->

apiasto
04-04-2007, 03:20 PM
beautiful, thnx

alqloob alsahya
04-05-2007, 03:14 AM
thank"s ra7al ok

.............

يعطيك الف عافيه يابطل

واصل ابداعك وانتظر مشاركتي معك

ra7al
04-05-2007, 09:35 AM
beautiful, thnx

u r wellcome

thank"s ra7al ok

.............

يعطيك الف عافيه يابطل

واصل ابداعك وانتظر مشاركتي معك


you r wellcome alqloob alsahya

العفو يا غالي و يسعدني دائماً تواجدك فى صفحاتى المتواضعة

RedGTiVR6
05-01-2007, 06:21 PM
I'm confused, so please fogive me.

To utilize this modification:

We would create a new poll every month (or week, or year, or whatever) to ask the users which thread they think is the best, and which user they think deserves the award.

Once the poll is closed, based on the results, the admin would go into the code and edit it with the ID of the thread and ID of the user?

Once this is done how does it show up?

ra7al
05-06-2007, 09:15 PM
I'm confused, so please fogive me.

To utilize this modification:

We would create a new poll every month (or week, or year, or whatever) to ask the users which thread they think is the best, and which user they think deserves the award.

Once the poll is closed, based on the results, the admin would go into the code and edit it with the ID of the thread and ID of the user?

Once this is done how does it show up?

it will show on the end of header and when the member
click the name it will trans it to the topic or member