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

   Could it be done ? to Del.icio.us Add to del.icio.us
  Digg Could it be done ? Digg it
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: 25427
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: 5122
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: 5122
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: 5122
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: 5122
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: 5122
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: 5122
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: 5122
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 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by Ian_W
10/05/08 03:47 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3] Language file checker
by blaaskaak
09/09/08 12:56 AM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
ghengis317, NitroX, Dogan, EliYah-, W-D
13344 Registered Users
Top Posters Last 30 Days
AllenAyres 16
blaaskaak 12
FREAK1 7
Mike L_dup1 4
Chris Bale 4
Ian_W 4
W-D 3

 

 

 
fusionbb message board php hacks