php forum
php mysql forum
php mysql smarty
 
Topic Options
#274848 - 06/11/04 11:52 AM wcsoft.css - for lack of a better name.
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
Ok, I redesigned my site and test forums and put together a stylesheet for it. <br /> <br />Download Zip file - upload stylesheet and then upload the 'wcsoft_images' directory to /stylesheets/images/wcsoft_images location. <br /> <br />You can see a demo at my site: http://www.wcsoft.net


Attachments
115025-wcsoft_style.zip (82 downloads)



Edited by Scream (06/11/04 12:01 PM)
_________________________
UBB.threads Developer

Top
#274849 - 06/11/04 12:10 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Very nice - thanks for sharing! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#274850 - 06/11/04 06:35 PM Re: wcsoft.css - for lack of a better name. [Re: Daine]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
<img src="http://www.ubbdev.com/forum/images/graemlins/applause.gif" alt="" />

Top
#274851 - 06/12/04 06:33 PM Re: wcsoft.css - for lack of a better name. [Re: eslmix]
tenshu Offline
Journeyman

Registered: 05/12/03
Posts: 118
thats nice... cheers

Top
#274852 - 06/13/04 02:47 AM Re: wcsoft.css - for lack of a better name. [Re: Tester343]
STB Offline
Lurker

Registered: 06/01/04
Posts: 5
Love this one, currently using it. <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#274853 - 06/13/04 04:06 AM Re: wcsoft.css - for lack of a better name. [Re: MentorMentee]
Sapphy Offline
Power User

Registered: 09/03/03
Posts: 70
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#274854 - 06/15/04 12:36 PM Re: wcsoft.css - for lack of a better name. [Re: Steve_OS]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Definitely one of the coolest themes I have seen on here, I want to use this as my default, I've even labeled it "Scream" <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />One thing though, on my current stylesheet I changed my (5 viewing) on the main page color using this code<br /><br />$ubbt_lang['VIEWING'] = "<font color=\"gray\">viewing</font>"; <br /><br />in my lang file. But the .css in this style seems to be taking that over and I can't find where?

Top
#274855 - 06/15/04 02:27 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
Hmm, it seemed to work ok for me. I added this:<br /><br />$ubbt_lang['VIEWING'] = "<font color='red'>viewing</font>";<br /><br />The .small class is applied to that text but there is no font color so it shouldn't interfere with what you are trying to do.<br /><br />Glad you like the stylesheet <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
UBB.threads Developer

Top
#274856 - 06/15/04 02:54 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Okay, thanks. Here's what I would like to do next, on the main page under Posts it shows how many are new like this:<br /><br />Posts<br />6098<br />(3)<br /><br />I would like just the (3) to be red and not the entire post count, this is defined in .new on my current .css and when I tried in this one it turns it all red. <br /><br />Also, I would like to turn the txt from #CCCCCC to #FFFFFF on the front page and in all the posts, not sure where that was so I thought I would ask. Thanks for all your help, I am looking forward to releasing this it will be the first change since I started my site, I am sure my users will really dig it!<br /><br />BTW I am using threads 6.4 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#274857 - 06/15/04 03:02 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
Ahh, since I'm running 6.5 it's a bit different since the styles have changed a bit. Should have said something in my first post.<br /><br />In 6.5 we totally removed the .new class. And that bit is controlled by the .standouttext class. I *think* you might be able to just add the .new class back in. Maybe add:<br /><br />.new {<br /> font-color: red;<br />}<br /><br />The font color is controlled throughout a variety of classes. Basically I'd just do a search and replace for #CCCCCC; and change to #FFFFFF; It's actually defined in a total of 9 classes in total and it's the only place that color code is used so if you change them all to #FFFFFF it should do what you are looking for.
_________________________
UBB.threads Developer

Top
#274858 - 06/15/04 03:21 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Great! It all works the way I want to now and it's live, thanks for the new look <img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" />

Top
#274859 - 06/15/04 03:23 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
Good to hear! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
UBB.threads Developer

Top
#274860 - 06/15/04 04:12 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Can you throw an SQL command my way that will force an update? or is it a matter of refreshing, it's set as default and it's the only choice they have.

Top
#274861 - 06/15/04 04:35 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
If it's your default style then you can use this:<br /><br />UPDATE w3t_Users SET U_StyleSheet='usedefault'
_________________________
UBB.threads Developer

Top
#274862 - 06/15/04 04:45 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#274863 - 06/15/04 05:21 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
I have never really messed with these so sorry for all the questions. I figured this would be an easy tweak but with the new css setup it seems like a lot of things are combined. I really like the font size but want to make it bigger only in the actual posts. I have narrowed it down to this:<br /><br />p,table,td,tr {<br />font-family: Arial, Helvetica, sans-serif;<br />color: #FFFFFF;<br />font-size: 11px;<br />}<br /><br />Which applies to other things, is there something I can add that would make the font size only apply to the forum (post) text?

Top
#274864 - 06/15/04 05:26 PM Re: wcsoft.css - for lack of a better name. [Re: BlarC]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8373
Loc: Olympia, WA
There is actually a .post class in the code but it's never been put into the stylesheets. You *should* just be able to add something like this:<br /><br />.post {<br />font-size: 12px;<br />}
_________________________
UBB.threads Developer

Top
#274865 - 06/15/04 05:30 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Okay, that works great. I see a pattern here of things I can take from my existing css and add into this one. Thanks again <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#274866 - 09/21/04 12:26 PM Re: wcsoft.css - for lack of a better name. [Re: Sally]
PDOstrander Offline
Newbie

Registered: 02/10/04
Posts: 18
Hmmm...I installed this style sheet but can't seem to get it woring. I am running 6.4.1, when I apply this style sheet to my account all the background and table headers and stuff is all white. Initially I thought it was a path problem as I moved the images to the image directory in my webs root directory and modifed the paths in the .css. To check that I created a images/wcsoft_images directory in the stylesheet directory and moved the three images there, but the same effect. Is this style sheet just completely uncompatible with my version or am I still missing something...? I was going to add a few other mods I found on this site but having been stumped by a .css I am now a bit worried. <br /> <br />P-


Edited by PDOstrander (09/21/04 01:04 PM)

Top
#274867 - 09/21/04 01:26 PM Re: wcsoft.css - for lack of a better name. [Re: mirko]
PDOstrander Offline
Newbie

Registered: 02/10/04
Posts: 18
Ugh, Ignore me. I configured UBBT to read .css from the stylesheets dir in my webroot. Oddly enough the admin "Theme Configuration" still reads from the /ubbthreads/stylesheets but the actual style sheets are loaded from the one in the web root. Sorry...<br /><br />P-

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks