Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
Inspired by http://www.chattersonline.com/test/ubbthreads/ubbthreads.php?Cat= I have been trying to insert left column pal boxes to my board, but I can not get it to work.
I managed to insert a left hand table by putting this code:
Code
 <!-- left sidebar; --> <br /><table width="100%" border="0" cellpadding="0" cellspacing="0"> <br /><tr> <br /><td> <br />test <br /></td><td> <br /><!-- /* left sidebar */ ?> --> 

in my ubbt_registerednav.tmpl and ubbt_unregisterednav.tmpl (I had to do it this way because my menu is integrated in there) but now I am stuck on including the pal boxes in that table.
Can anyone explain me how to do this by giving me a small example?
If my approach is wrong I am open to suggestions to do it the proper way:-)

My test site:
http://www.sat4all.tv/ubbthreads/ubbthreads.php?Cat=

Regards,

Ron.


Those who fail to read ask many questions:-)
Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I've created a modification that allows this. I haven't documented it yet and there are a number of files needed plus a few that needed modifications added.

The simplest way to add a column staticly is to open a two column table after the navigation bar and close it before the footer.

At the end of your navigation bar templates (ubbt_registerednav.tmpl,ubbt_unregisterednav.tmpl) add:

<table width="100%" border="0" cellpading="0" cellspacing="0">
<tr>
<td align="center" valign="top" width="22%">

<!-- left panel content goes here -->

</td>
<td align="center" valign="top">


At the begining of your ubbt_footer.tmpl add:

</td>
</tr>
</table>



This will place a left hand column into your forum.

Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
Ok i'll try that in stead of what I did.
I will wait for your documentation on how to include pal boxes in a left/right hand table then.

Regards,

Ron


Those who fail to read ask many questions:-)

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)