PDA

View Full Version : Forum Home Enhancements - Sig Of The Week (All Versions)


Stereo123456
03-17-2007, 10:00 PM
This modification will add a "Sig of the week" panel to your forum home template.

Preview:

https://vborg.vbsupport.ru/external/2007/03/15.jpg



***FIXED ERROR - CODE BELOW NOW WORKS***


Place this code into the footer

To do this go to AdminCP>Style Manager>Edit Templates>FORUMHOME

Find:


<!-- end what's going on box -->


Add Below:




<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Ub3rhack3r5 Sig Of The Week</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>

<center>

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"
</a><br>
<span style="font-weight: bold; color :green;">Congradulatons To Raven - Winner 19/03/2007 - Currently Sig Champion - Can you beat this?</span><font>

<center>
</td>
</tr>
</table>
<br />



Thats it all you have to do now is edit the text to your personal preference.

ALTERNATIVE

If you wish to have this at the top of your forum do as follows:

Under FORUMHOME

Find:


$header


Add Below:


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Ub3rhack3r5 Sig Of The Week</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>

<center>

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"
</a><br>
<span style="font-weight: bold; color :green;">Congradulatons To Raven - Winner 19/03/2007 - Currently Sig Champion - Can you beat this?</span><font>

<center>
</td>
</tr>
</table>
<br />


I will give full support for this modification.

If you require any help please feel free to contact me

MSN:ben.weaving@hotmail.co.uk

Subah
03-18-2007, 10:07 AM
Thanks :)

Stereo123456
03-18-2007, 10:46 AM
np dude enjoy

anywares
03-18-2007, 10:48 AM
wont use it myself, but a nice mod =)

Sinistra
03-18-2007, 10:52 AM
Now I thought this was a Mod not a template edit *reports to be moved* Now if this was a mod I would be bappy ya know. challenges and you put the winner in via a hack system in the admin CP. but this is something I can do and 10 times better

projectego
03-18-2007, 12:11 PM
Heh, this would have been perfect two years ago when I stick had my Photoshop board... ;) But great work nonetheless.

ktutorials
03-18-2007, 12:28 PM
its cool man... i need few more stuffs like this for my graphics site... thanks a lot..

can u help me in tat...

Stereo123456
03-18-2007, 03:00 PM
thanks for the comments. im currently working on the next version that will be intergreated into the AdminCP

Evolution06
03-22-2007, 08:54 PM
this code cause a error when I try to save it after editing the forum home templet.


The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/huntcha/public_html/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 17

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Stereo123456
03-23-2007, 11:24 AM
Hi there please try this code

Youy can edit the text in red to what you wish.

Please Note: Im currently working on a new Sig Of The Week With More enhanced features.





<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Ub3rhack3r5 Sig Of The Week</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>

<center>

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"
</a><br>
<span style="font-weight: bold; color :green;">Congradulatons To Raven - Winner 19/03/2007 - Currently Sig Champion - Can you beat this?</span><font>

<center>
</td>
</tr>
</table>
<br />


------------------------------------------------------------------

Let me know if this works.Thanks

Evolution06
03-23-2007, 03:22 PM
That worked sir! Thanks very much.

Stereo123456
03-23-2007, 09:20 PM
No problem.

Deadly Assassin
03-25-2007, 05:53 PM
Installed and works fine :up:

One thing though, i have a white style and need to change the black area around the sig for white.
Can someone please tell me how to do this, thanks

:)

Stereo123456
03-25-2007, 09:56 PM
you can just do the following

edit this line:

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"

and replace with

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="0"

Shazz
03-25-2007, 10:54 PM
Very nice looking mod.

Deadly Assassin
03-26-2007, 04:11 AM
you can just do the following

edit this line:


<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"

and replace with


<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="0"

No, that didnt work :(

This is what i see. I need to change the big black area to white.
http://www.imagemule.com/uploads/snap2UL7J.jpg

Thanks for any help :)

cajunboy2208
03-27-2007, 06:12 AM
I get an error when I try to do this, and if I continue with it, then my whole site goes blank until I revert it back.

cajunboy2208
03-27-2007, 06:14 PM
Hi there please try this code

Youy can edit the text in red to what you wish.

Please Note: Im currently working on a new Sig Of The Week With More enhanced features.





<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Ub3rhack3r5 Sig Of The Week</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>

<center>

<img src="http://img299.imageshack.us/img299/8530/bestmanipyk1.png" border="1"
</a><br>
<span style="font-weight: bold; color :green;">Congradulatons To Raven - Winner 19/03/2007 - Currently Sig Champion - Can you beat this?</span><font>

<center>
</td>
</tr>
</table>
<br />


------------------------------------------------------------------

Let me know if this works.Thanks

Used this, and it works fine!

Deadly Assassin
04-15-2007, 04:24 AM
So, can anybody help with the last issue i had?

The massive black area around the sig, especially if its a vertical one, looks terrible, i need to change it from black (not the Border around sig) to white, so it matches the skin colour.

Thanks:confused:

Philipaclayton
05-07-2007, 07:50 PM
installed thanks

kennethsia
05-14-2007, 12:14 AM
installed thanks looks cool

Philipaclayton
05-20-2007, 05:59 PM
ahh works ace

Hornstar
06-24-2007, 11:10 AM
I am using it here www.gamerzneeds.net/forums down the bottom of the site you will see it, however it has a white background instead of using the forums background,
how do I fix this?

josepheseven
08-17-2007, 02:07 AM
thank u...... :)

applyimage
10-03-2007, 03:11 PM
Would it bee possible to have 'design of the week' and have a thumbnail showing of the design whihc leads to the image enlarged? very nice for graphics forums.