UBB.Dev
Posted By: Felix 10 UBB header location - 03/07/2005 7:37 AM
I wanted to move the header just above the table

[Linked Image]

and I noticed that UBBDev had this modification done already.

[Linked Image]

Can anybody give me a few hints?

Thank you,
Felix

PS
Anybody knows what happens to LK's site? It's down
Posted By: Ian Spence Re: UBB header location - 03/07/2005 6:42 PM
In public_forum_page.pl

Find Something similar to

Code
sub topic_table_header {

my $this_html = qq~
<tr>
REPLACE WITH (again, something similar to)

Code
sub topic_table_header {

my $this_html = qq~$pntf_locations[1]
<tr>
Then, find

Code
$this_html .= qq~</tr>$pntf_locations[1]~;
(or something similar)

and remove the $pntf_locations[1]
Posted By: Felix 10 Re: UBB header location - 03/08/2005 3:59 AM
U DA MAN!!!

Al, Ian, I tried the same trick on public_forum_sunnary.pl but couldnt get the TableHeader above Forum Categories. Somehow it gets tangled between recent Visitors and New Fader. How do I get it down there?

[Linked Image]


I sent you an email, it's my public_forum_summary if you need it.

thanks again
Posted By: Ian Spence Re: UBB header location - 03/08/2005 4:25 AM
you have a reply to the email
Posted By: Felix 10 Re: UBB header location - 03/08/2005 6:09 AM
UBB doesn't have any more secrets for you.

I see what you did, you moved the whole Newsfader and Calendar instead of fooling around with that table insert, like me. very sharp!

Thank you so much Ian!

smile
© UBB.Developers