Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (SteveS, Bjab), 37 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 469
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 3 1 2 3 >
Topic Options
#73922 - 01/06/02 11:44 PM How Do You Move The Main Logo Location???
Anonymous
Unregistered

We recently opened a Songwriting Message Board at www.tunesmith.biz

Unfortunately, EVEN my website designer has NO IDEA how to make our new website Logo appear on the right side of the Main Board's Page, instead of the left (like it's pre-set to do)

He says that..."Hacking those scripts that drive the board is over my head. It would require some of the code to be rewritten. And the TRICKY thing about that is, if you change ONE thing over here, it may cause 7 things over there to stop working properly.
I suppose, if I knew WHERE the code that controlled that was, I could play with it and see what happened, but there are thousands of lines of code spread out over 40 scripts that all work together to make the thing run. I wouldn't even know where to start looking for THE SPOT, and I have no idea how to reverse the positions without messing everything up, if and should I ever find it. I Better to leave it alone, I think."

I have seen MANY other InfoPop boards set up in MANY different ways, so I know that it CAN be done... and if you go look at my Logo, you'll see why I want it on the right instead of the left.

Could somebody PLEASE help me out!

Al

[This message was edited by loveisaslowdance on 06 Jan 02 at 10:00 PM.]
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#73923 - 01/07/02 01:31 AM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

You could replace the graphic with a small 1x1 blank gif and then add the image in the header with the alignment to the right.. that is what I did with my board.

Khârn - Moderator
UBB5&6 How Do I Do This?
UBB Support Forums
Please note, I do not offer support via email!
Top
#73924 - 01/07/02 01:47 AM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Edit public_common.pl and any of the other templates that have the $BBTitle tag, and redo the html accordingly.

Moderator Graphics, Styles & Templates

UBBDesign.com: custom graphics and layouts for:
UBB ™ & UBBT ™ As well as Custom Web Development
Top
#73925 - 01/07/02 06:38 AM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

And if you're still having trouble, here is the exact code:

In public_common.pl

*********
FIND
*********

$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"></A>
</TD>
<TD align="center">
<B>
<FONT size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</FONT></B>
<br>
<FONT size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</FONT>
</TD></TR></TABLE>
~;

*********
REPLACE WITH
*********

$standard_title_table = qq~
<TABLE border="0" width="$vars_style{TableWidth}">
<TR><TD align="right" valign="top" >
<A HREF="$ULTIMATEBB"><IMG src="$vars_config{NonCGIURL}/$vars_style{BBTitle}" border="0"></A>
</TD>
<TD align="center">
<B>
<FONT size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</FONT></B>
<br>
<FONT size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</FONT>
</TD></TR></TABLE>
~;

-------------------------
http://www.sfpunk.com
Winner of UBBDev's September Member Spotlight
Top
#73926 - 01/07/02 03:03 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Ummm both are the same

Moderator Graphics, Styles & Templates

UBBDesign.com: custom graphics and layouts for:
UBB ™ & UBBT ™ As well as Custom Web Development
Top
#73927 - 01/07/02 03:19 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Look closly, the alignment tags are different. :eek:

Judd
Senior Graphic Designer, Infopop Corporation
Top
#73928 - 01/07/02 03:32 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Unfortunately, EVEN my website designer has NO IDEA how to make our new website Logo appear on the right side of the Main Board's Page, instead of the left (like it's pre-set to do)

$standard_title_table = qq~
<TABLE border=0 width=$vars_style{TableWidth}>
<TR><TD align=left valign=top >
<B>
<FONT size=3 face=$vars_style{FontFace} color=$vars_style{BBTitleFontColor}>$vars_config{BBName}</FONT></B>
<br>
<FONT size=1 face=$vars_style{FontFace}>
$MainButtonsLine
</FONT>
</TD>
<TD align=right>

<A HREF=$ULTIMATEBB><IMG src=$vars_config{NonCGIURL}/$vars_style{BBTitle} border=0></A>
</TD></TR></TABLE>
~;


I think this is what they wanted

Moderator Graphics, Styles & Templates

UBBDesign.com: custom graphics and layouts for:
UBB ™ & UBBT ™ As well as Custom Web Development
Top
#73929 - 01/07/02 06:58 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

This is not working, all this does is move the Logo from the Left side, over a couple of inches to the right. It keeps it stuck within the same "parameters" as before. I want to move the Logo over to the FAR RIGHT SIDE OF THE BOARD. And move the text buttons that are on that side, over to the left where the Logo was... basically FLIP FLOP the 2 items.

Can Somebody help with that one? LOL PLEEEEEASE !!

Al
Top
#73930 - 01/07/02 07:27 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

The code I posted will do that.

Moderator Graphics, Styles & Templates

UBBDesign.com: custom graphics and layouts for:
UBB ™ & UBBT ™ As well as Custom Web Development
Top
#73931 - 01/07/02 08:12 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Oh !! Thanks... Lemme go try!

Al
PS> will it keep the Logo to the Right on ALL the pages, or JUST the on the mainpage ?


<>
Top
Page 1 of 3 1 2 3 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image