UBB.Dev
Posted By: Metallifukinca Could it be done ? - 02/22/2003 11:15 AM
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 ?
Posted By: AllenAyres Re: Could it be done ? - 02/22/2003 11:39 AM
Sure, you would edit your styles - header/footer like normal. Is that what you mean?
Posted By: Metallifukinca Re: Could it be done ? - 02/22/2003 12:14 PM
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
Posted By: Gizmo Re: Could it be done ? - 02/22/2003 12:25 PM
http://www.undergroundnews.com/ubb%20mods/Side%20Bar%206.4.txt smile ...
Posted By: Metallifukinca Re: Could it be done ? - 02/24/2003 5:43 PM
ahhh thanks Gizzy..
What is it ? heheh
Posted By: Gizmo Re: Could it be done ? - 02/25/2003 1:41 AM
hahaha, see that bar to the right? its that, in 3 versions, right bar, left bar, both bars...
Posted By: Metallifukinca Re: Could it be done ? - 02/25/2003 10:02 AM
gizzy, ya think you could help me out with the html please smile
Posted By: Gizmo Re: Could it be done ? - 02/26/2003 2:43 AM
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...
Posted By: Metallifukinca Re: Could it be done ? - 02/28/2003 3:03 AM
thanks dude smile
How do you add latest post and news to these boxes?

Thanks
Posted By: Gizmo Re: Could it be done ? - 02/28/2003 3:24 AM
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.
Posted By: Metallifukinca Re: Could it be done ? - 03/06/2003 6:06 AM
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
Posted By: Gizmo Re: Could it be done ? - 03/06/2003 12:02 PM
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.
Posted By: Metallifukinca Re: Could it be done ? - 03/07/2003 7:12 AM
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
Posted By: Gizmo Re: Could it be done ? - 03/07/2003 4:33 PM
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.
Posted By: Metallifukinca Re: Could it be done ? - 03/08/2003 2:56 AM
ok, I see
But where does this go ?? header/footer?
Posted By: Gizmo Re: Could it be done ? - 03/08/2003 4:51 PM
In the sidebar code :x... Where it sais "Sidebar Content".
© UBB.Developers