php forum
php mysql forum
php mysql smarty
 
Page 2 of 6 < 1 2 3 4 5 6 >
Topic Options
#199782 - 06/03/03 12:07 AM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
the problem with quick reply quote is that it uses cache, so until you clear cache or someone posts there it won't be updated...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199783 - 06/04/03 02:45 AM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
just when you think you're done tipsy

the member ratings don't show on the topic page. it'll show

Member Rated:

but no stars or red x

It shows everywhere else, but not the topic page.
I didn't see anything in the txt that would change anything. Have I mentioned you're my favorite member? smile
_________________________
Code monkey like Fritos

Top
#199784 - 06/04/03 01:28 PM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
lol thanks tipsy (I hope you mean me wink )

I see... ubb_lib_posting, you see in the css.txt file that it has:
[code][/code]you see $rating{stars}, replace it with $rating{$stars} tipsy (notice the "$" before "stars")
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199785 - 06/04/03 01:52 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
thanks man, it worked.

Don't forget to update that zip wink tipsy
_________________________
Code monkey like Fritos

Top
#199786 - 06/05/03 03:47 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Hey LK, I just wanted to say this has to be the best hack ever conceived for the UBB. I wanted to show you what's possible with just a little tweaking.

I've ported the Who's Online status effect so that you can make an Admin appear red italic on one skin, but blue bold on another.

I've ported DPK's smiley hack so that the popups are even skinned smile

I've added 2 more classes, so that on the main page you can add gradients etc without messing up the looks of main posts.

You would not believe how much fun it is to be able to change an entire look by just uploading a different 3KB file.

After doing some tweaking, I've added jpg backgrounds to quick reply and other textareas.

Here\'s a link to my boards, I just wanted to show you how much flexibility you've added smile

I'm about to PM you a logon for my boards if you wanna look around (I had to disable registrations because of some idiots)
_________________________
Code monkey like Fritos

Top
#199787 - 06/05/03 04:56 PM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
that's awesome!
I love what you did with Essence theme: that the altcolumncolors have a background image, the background color of textareas, and your who's online.. also the choice of colors is pretty cool.. (for example the date/posted by color)
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199788 - 06/05/03 06:08 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
yeah, I'm havign so much fun tweaking with the looks, I just gotta get new folder icons made for it frown

The only other thing I want to do that haven't been able to is make the shoutbox use the style sheets
_________________________
Code monkey like Fritos

Top
#199789 - 06/06/03 02:17 AM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
The following file is tested against server errors, but I'm not sure if the CSS works well because my main board doesn't use this hack (because I'm a betatester and stuff):

www.ubbdev.com/columns/lk/weird_ubb_shoutbox_al.txt
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199790 - 06/06/03 02:26 AM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
al, in http://www.alforadmin.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=2;t=000009;p=1#000006 at the bottom (and top) the "Topic closed" icon is like 2-pixels big or something...

fix: (untested)
ubb_lib_posting.cgi:
Code:
[/code]replace with:[code]
lemme know if it works, cause I'm currently adding it to the zip code...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199791 - 06/06/03 06:30 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
haha, actually I uploaded a 2 px transparent gif by accident, that was not glitch.

One thing I did add was in public_common.pl

Non-members were getting no errors, but members who hadn't selected a style yet were getting an unformatted page. so I did this...

[code][/code]I'm off to test the shoutbox, I'll report back soon
_________________________
Code monkey like Fritos

Top
#199792 - 06/06/03 06:39 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
damnit, I'm getting the same errors from when I ported it.
_________________________
Code monkey like Fritos

Top
#199793 - 06/06/03 11:19 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
LK, which part of code would I have had to forget to make the dropdown menu in my profile to make it always default to the default style, not the chosen style?
_________________________
Code monkey like Fritos

Top
#199794 - 06/07/03 03:48 AM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
in ubb_shoutbox.cgi, find "use strict;" and remove it.. lemme know if it fixes the problem...

about edit profile, it's in public_edit_profile.pl

you see:[code][/code]
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199795 - 06/07/03 11:56 AM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
perfect! that's the place I didn't change 60 to 65 smile
_________________________
Code monkey like Fritos

Top
#199796 - 06/07/03 12:55 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
well it's unformatted for the shoutbox, but I looked through the source and noticed this..
[code][/code]notice how the css declaration doesn't finish (ie. no "/>)
_________________________
Code monkey like Fritos

Top
#199797 - 06/07/03 02:49 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
ok, I got that fixed and now it works smile

[code][/code]now I'm off to make delete gifs for each skins cool
_________________________
Code monkey like Fritos

Top
#199798 - 06/08/03 04:56 PM Re: [6.5] Colorforums
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
cool, looks good Al smile
_________________________
- Allen wavey
- What Drives You?

Top
#199799 - 06/08/03 09:36 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
I'm gonna be redoing my boards because of a bunch of errors, and I've got so many hacks it's impossible to find easily. I can't tell you enough how much of a help you've been(both you and Allen)
_________________________
Code monkey like Fritos

Top
#199800 - 06/08/03 11:39 PM Re: [6.5] Colorforums
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
LK, you know how I was having trouble with the game hack? Well I had to comment out one line from Colorforums to make it work. To see the code see here
How important was that line, and why would it be a problem?
_________________________
Code monkey like Fritos

Top
#199801 - 06/09/03 10:43 AM Re: [6.5] Colorforums
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
I replied in the other thread tipsy

Quote:
quote:
Originally posted by Weird Al:
I'm gonna be redoing my boards because of a bunch of errors, and I've got so many hacks it's impossible to find easily. I can't tell you enough how much of a help you've been(both you and Allen)
I'm confused, it means you're still gonna use colorforums? tipsy
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
Page 2 of 6 < 1 2 3 4 5 6 >


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 26 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
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
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks