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
#73932 - 01/07/02 08:17 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

It will keep it on all pages.

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

OK Zach and JC... that worked for the LOGO,

HOWEVER... now the text that flipped over to the right is at the Top of the page.

And the change I wanted is only in effect on the Mainpage, not on any of the the Forum pages.

Can We Fix These Things?

Al
www.tunesmith.biz
Top
#73934 - 01/07/02 10:08 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

In public_common.pl find:

<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>

and replace with:

<TD align="left" valign="middle" >
<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>

That will fix the problem with the Buttons on top. As for not appearing on all pages, I thought public_common.pl would help it work on all pages, but you may have to edit all public*.pl template files.

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

Hi Everyone,

my page at www.tunesmith.biz now has the Logo on the right, (on the mainpage) but we still don't know how to move it on the secondary pages. It appears to have 2 codes (the one you told us to change, that fixed the main page and the "Thankyou For Posting" page) and one other, for the Individual Forum pages.

How do we fix the other one, so that our Logo goes to the right side of the board on those too?

It looks silly right now, because when you surf around the message board, the Logo is bouncing from side to side as you change pages...

Al
Top
#73936 - 01/09/02 01:16 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Is there ANYONE out there who knows how to fix the other (message and posting) pages ???

This really sucks... because now we have it done Halfway, and it looks like the board is Under Construction. Please don't drop us halfway through the process...

PLEASE HELP!!!!

AL
www.tunesmith.biz
Top
#73937 - 01/09/02 01:50 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Hmm...The UBB guys are out today, but I'll make sure to find out tomorrow.

Judd
Senior Graphic Designer, Infopop Corporation
Top
#73938 - 01/09/02 02:36 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

THANKYOU SO MUCH !!!!!!!

Ask them to click on this link to my board, and see for themselves what is happening.
www.tunesmith.biz

The mainpage is ok now. But if you click onto any of the posting forums, the Logo shows up on the other side. It looks really dumb being halfway done like that! LOL

Al
Top
#73939 - 01/09/02 03:22 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Someone else said you may need to make modifications to other public*.pl files in the Templates directory.

For instance, public_forum_page.pl

Graeme

Moderator: UBB6 How Do I?

NOTE: Any email requests for support will be ignored.

"The ships hung in the sky in much the same way that bricks don't." --Douglas Adams
Top
#73940 - 01/09/02 06:52 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

[QUOTE]Originally posted by Zach:

That will fix the problem with the Buttons on top. As for not appearing on all pages, I thought public_common.pl would help it work on all pages, but you may have to edit all public*.pl template files.

[/QUOTE]Yup.

-------------------------
http://www.sfpunk.com
Winner of UBBDev's September Member Spotlight
Top
#73941 - 01/11/02 04:15 AM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

We changed ALL of those public pl files... and the Logo is STILL on the Left side of the board, on every page but the Main Page. The code for the Main Page is the ONLY code you gave us that worked.

Somebody must know the proper code for the other Logo pages, and the place to go.

Please Help Us, somebody!!

AL
www.tunesmith.biz
Top
#73942 - 01/11/02 02:22 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Just to clarify, you've cleared the cache right?

Graeme

Moderator: UBB6 How Do I?

NOTE: Any email requests for support will be ignored.

"The ships hung in the sky in much the same way that bricks don't." --Douglas Adams
Top
#73943 - 01/11/02 02:50 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

I mailed this page to Dave Dreezer (One of our UBB guys), he will probably be able to help.

Judd
Senior Graphic Designer, Infopop Corporation
Top
#73944 - 01/11/02 05:20 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Thankyou... it's been a week since we got this HALFWAY done, LOL It will be great to finally complete the job. I hope the person you sent it to can help us out.

Al
Top
#73945 - 01/12/02 09:20 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Dave Dreezer WHERE ARE YOU !!!! LOL

and Yes Graeme, we cleared the cache, that's not the problem. The code needs to be changed in some other location or script to move the Logo to the left hand side of the board on the other pages. We just don't know how. Nobody else seems to know either, so far.

Al
Top
#73946 - 01/12/02 09:30 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

As far as I can tell, you HAVE NOT modified public_forum_page.pl, circa line 44.

Check that please.

Graeme

Moderator: UBB6 How Do I?

NOTE: Any email requests for support will be ignored.

"The ships hung in the sky in much the same way that bricks don't." --Douglas Adams
Top
#73947 - 01/13/02 08:21 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

We had already modified the script you mentioned, based on our search for the word: "BBTitle". We are uncertain which line is line 44. Maybe this modification isn't what it needed... (below is what we did) How should this be modified differently...

//-->
</SCRIPT>
<table border="0" width="$vars_style{TableWidth}">
<tr>
<td align="left" valign="middle">
<A href="$ULTIMATEBB"><IMG SRC="$vars_config{NonCGIURL}/$vars_style{BBTitle}" BORDER="0"></A>
<BR>
<FONT SIZE="$vars_style{TextSize}" FACE="$vars_style{FontFace}" color="$vars_style{LinkColor}"><B>
$forum_name
</B>
<br>
<FONT size= "1" COLOR="$vars_style{VisitedLinkColor}">
($vars_wordlets{moderated_by} $Moderator)
<P>
<BR>
</FONT></font>
</td>
<TD align="right">
<td valign="top" nowrap>
<CENTER>
<BR><BR>
<FONT SIZE="$vars_style{TextSize}" FACE="$vars_style{FontFace}">
$new_topic_button
</FONT>
<BR>
<FONT SIZE="1" FACE="$vars_style{FontFace}">
$MainButtonsLine
<p>
$topic_view_line
</FONT>
</CENTER>
</td></tr></table>
Top
#73948 - 01/15/02 07:51 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Well, we started this post 2 weeks ago. And we still don't have the answer we need.

I think the UBB Product is great... but the tech. section is leaving much to be desired. We explained our problem over and over, in this thread, we put up a link to our site, and waited for two weeks.

Guess our board is just gonna remain as is. I'm really dissapointed.

Al
Top
#73949 - 01/15/02 08:47 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

I asked one of our graphics/templates experts to take over from me on this one but I guess ICQ is having problems (I know I haven't been receiving all the messages I've been sending)..

Someone suggested you make some changes to the align tags on page 1 of this thread. They haven't been made to the code you pasted in.

All I can suggest...

Graeme

Moderator: UBB6 How Do I?

NOTE: Any email requests for support will be ignored.

"The ships hung in the sky in much the same way that bricks don't." --Douglas Adams
Top
#73950 - 01/16/02 03:01 AM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

I found our request to be very simple.

We want our Logo to be on the right, not the left side of the board.

You guys sent us a code, We input the code we recieved, and our Logo moved to the right side... HOWEVER... it only moved to the right side on the Main Page. On all the other pages, it's still on the Left.

There must be some code to correct that. You can go to our site at www.tunesmith.biz to clearly see what I mean. When you get there, You'll see it on the right,... but if you click on ANY other page, it will be on the left. There must be another code that controls the back page settings. We need it changed.

Al
Top
#73951 - 01/16/02 12:17 PM Re: How Do You Move The Main Logo Location???
Anonymous
Unregistered

Graeme Said...

"Someone suggested you make some changes to the align tags on page 1 of this thread. They haven't been made to the code you pasted in.

All I can suggest...

Graeme"

The align tags simply shift the Logo back and forth an inch or so... that is NOT the answer.

Does ANYBODY here know how to do this???? ANYBODY ????

Al
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