php forum
php mysql forum
php mysql smarty
 
Topic Options
#44764 - 02/22/03 03:15 AM Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
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 ?

Top
#44765 - 02/22/03 03:39 AM Re: Could it be done ?
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25373
Loc: Texas
Sure, you would edit your styles - header/footer like normal. Is that what you mean?
_________________________
- Allen wavey
- What Drives You?

Top
#44766 - 02/22/03 04:14 AM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
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

Top
#44767 - 02/22/03 04:25 AM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
http://www.undergroundnews.com/ubb%20mods/Side%20Bar%206.4.txt smile ...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44768 - 02/24/03 09:43 AM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
ahhh thanks Gizzy..
What is it ? heheh

Top
#44769 - 02/24/03 05:41 PM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
hahaha, see that bar to the right? its that, in 3 versions, right bar, left bar, both bars...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44770 - 02/25/03 02:02 AM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
gizzy, ya think you could help me out with the html please smile

Top
#44771 - 02/25/03 06:43 PM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
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 - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44772 - 02/27/03 07:03 PM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
thanks dude smile
How do you add latest post and news to these boxes?

Thanks

Top
#44773 - 02/27/03 07:24 PM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
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 - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44774 - 03/05/03 10:06 PM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
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

Top
#44775 - 03/06/03 04:02 AM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
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 - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44776 - 03/06/03 11:12 PM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
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

Top
#44777 - 03/07/03 08:33 AM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
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]
etc, you want less cells, adjust the
Code:
[/code]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 - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#44778 - 03/07/03 06:56 PM Re: Could it be done ?
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
ok, I see
But where does this go ?? header/footer?

Top
#44779 - 03/08/03 08:51 AM Re: Could it be done ?
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5095
Loc: Portland, OR, USA
In the sidebar code :x... Where it sais "Sidebar Content".
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top


Top Posters Last 30 Days
AllenAyres 58
Gizmo 25
sirdude 25
Zarzal 17
blaaskaak 10
willing 3
tackaberry 3
Who's Online
0 Registered (), 32 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Auto repair table
by blaaskaak
Yesterday at 06:16 PM
User Authentication Class
by swebs
07/18/08 06:19 PM
[7.3.x] ubb.links
by AllenAyres
07/18/08 05:09 PM
Team UBBDev Rides Again!
by AllenAyres
07/18/08 05:08 PM
ubb.social
by willing
07/17/08 06:29 PM
Multiple Identity Detector
by Detangler
07/16/08 05:59 AM
how do I change textcolor in shoutbox
by sirdude
07/14/08 05:14 PM
New Mods
[7.3+] CustomTag - Photobucket Slideshow
by Gizmo
07/12/08 11:14 AM
[7.3.x] Copy forum permissions
by blaaskaak
07/09/08 02:37 PM
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
Newest Members
Stanley, NazzaN, mmem700, Tyler, nunny
13309 Registered Users

 

 

 
fusionbb message board php hacks