Previous Thread
Next Thread
Print Thread
Rate Thread
#44764 02/22/2003 4:15 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
I was just wondering if its possible to add a sidebar like on ubbdev " look to your right "

I'd like to add last post and calender, if so what would I edit ?

Sponsored Links
#44765 02/22/2003 4:39 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Sure, you would edit your styles - header/footer like normal. Is that what you mean?


- Allen wavey
- What Drives You?
#44766 02/22/2003 5:14 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
I dunno AllenAyres smile
Does that allow me to add boxes "like too your right " IE: sidebar

you wouldn't happen to know the code, would ya smile

#44767 02/22/2003 5:25 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#44768 02/24/2003 10:43 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
ahhh thanks Gizzy..
What is it ? heheh

Sponsored Links
#44769 02/24/2003 6:41 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
hahaha, see that bar to the right? its that, in 3 versions, right bar, left bar, both bars...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#44770 02/25/2003 3:02 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
gizzy, ya think you could help me out with the html please smile

#44771 02/25/2003 7:43 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Ahh crap my host reads text files as if they were html smirk...

When viewing the text file:
http://www.undergroundnews.com/ubb%20mods/Side%20Bar%206.4.txt

Click the "View" and "Source" and theres the codes lol...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#44772 02/27/2003 8:03 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
thanks dude smile
How do you add latest post and news to these boxes?

Thanks

#44773 02/27/2003 8:24 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Latest Posts I believe is using the JS option for Content Islands. News you'd have to have a JS output or your server needs to have the ability for includes. If you're using the PHP Accellerator you can use a simple PHP include (which I enjoy)...

[code][/code]Mainly do it with a blank page (output as plain text) in the design that you'd like it to be seen.

Its not too difficult if I recall, but if you've seen my sites you'll notice that I don't use the sidebar so I'm not 100% sure.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Sponsored Links
#44774 03/05/2003 11:06 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
could someone help me with adding the "latest post/calender" to this please..
I cannot seem to add the cells and stuff

http://www.endorphins.ca/cgi-bin/ubb/Ultimate.cgi?action=intro&BypassCookie=true

#44775 03/06/2003 5:02 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
For the latest posts you'd have to make a content island that outputs it.

For the Calendar it has an option for includes or whatnot I believe, but I could be wrong, I don't use it too much.

All you'd have to do is use an includes (may it be PHP or whatever) to have it be called to your sidebar's.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#44776 03/07/2003 12:12 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
I'm lost...
I mean the HTML, code, perl, etc, etc...
I just want to add a couple of cells "boxes" and I'll fill 'em in later

Any pointers on how to add 'em ?

Thanks

#44777 03/07/2003 9:33 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
you can add cells in html, I showed you how to on AIM!

an example table of 4 cells by 4 rows:

Code
[/code]Now, if you want the full table to have a border you'd have:

Code
</pre></div></div>etc, you want less cells, adjust the<br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
and remove a
[code]
If you stated EXACTLY what you needed (how many rows/colums) I'll give you the html for it to insert in your right sidebar.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
#44778 03/07/2003 7:56 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
ok, I see
But where does this go ?? header/footer?

#44779 03/08/2003 9:51 AM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
In the sidebar code :x... Where it sais "Sidebar Content".


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts

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
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
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,833
Greg Hard 4,625
Top Posters(30 Days)
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-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)