php forum
php mysql forum
php mysql smarty
 
Topic Options
#13406 - 04/29/04 06:53 PM HT: image under title
tealmare Offline
Junior Member

Registered: 04/29/04
Posts: 2
Hi,

re: http://www.vcmc.ca/cgi-bin/ultimatebb.cgi
how do I put the "PDM Racing" logo right under the "login | register | search | faq | forum home" but on top of Login or Register?

TIA,
Law

Top
#13407 - 04/29/04 07:48 PM Re: HT: image under title
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
Sounds like you'll need to open up

public_common.pl

Find:
Code:
$standard_title_table = qq~
<table border="0" width="$vars_style{TableWidth}">
<tr><td align="left" valign="top" >
<a href="$ULTIMATEBB"><img src="$vars_config{NonCGIURL}/$vars_style{BBTitle}" border="0" alt="$vars_config{BBName}" /></a>
</td>
<td align="center">
<b>
<font size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</font></b>


<font size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</font>
</td></tr></table>
~;

After $MainButtonsLine ADD THIS

<a href="http://www.domain.com/cgi-bin/ultimatebb.cgi">
<img src="http://www.domain.com/ubb/graphic.jpg">
</a>

Oh and you'll prob wanna add it under this as well
Code:
$search_standard_title_table = qq~
<table border="0" width="$vars_style{TableWidth}">
<tr><td align="left" valign="top" >
<a href="$ULTIMATEBB"><img src="$vars_config{NonCGIURL}/$vars_style{search_graphic}" border="0" alt="$vars_wordlets{search}" /></a>
</td>
<td align="center">
<b>
<font size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</font></b>


<font size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</font>
</td></tr></table>
~;

Think that should work wink
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#13408 - 04/29/04 08:46 PM Re: HT: image under title
tealmare Offline
Junior Member

Registered: 04/29/04
Posts: 2
You rock! will give that a try thx!

Top



Moderator:  Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks