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: 25452
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: 5133
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: 5133
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: 5133
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: 5133
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: 5133
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: 5133
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: 5133
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


Who's Online
0 registered (), 29 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by Ruben Rocha
Today at 02:58 PM
Spell Check [beta]
by Bill B
Yesterday at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Yesterday at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Yesterday at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Yesterday at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks