Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (SteveS, Bjab), 37 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 469
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#33255 - 01/03/03 04:48 PM Help Please. Some questions on things
Anonymous
Unregistered

How do I delete .css files in the admin panel?

How do I disable the star people/thread ratings?

Where is the "default" css stored?

Imaginos9
Top
#33256 - 01/03/03 06:05 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

Q) How do I delete .css files in the admin panel?
A) You don't.

Q) How do I disable the star people/thread ratings?
A) See this thread

Q) Where is the "default" css stored?
A) /ubbthreads/stylesheets/


[Smile]

--
Ever been threaded?

UBBDesign.com: enhancements for ubb.classic & UBB.threads. Creator of the "JC" Templates
Top
#33257 - 01/03/03 06:13 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

Actually the templates Rick posted for 6.1.1 only disable the user ratings. That's a config option in 6.2 to turn off the user ratings in you config file.

If you want to remove the thread ratings, there are instructions here.

[Wink]

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33258 - 01/03/03 06:29 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

Josh,

Have those templates possibly changed? I wanted to remove thread ratings too, but I can't find the code to comment out...Will what's in that thread work for 6.2?

-peter
Top
#33259 - 01/03/03 07:00 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

Good point. My Bad.

I have posted a new topic, documenting how to remove the Thread ratings in UBB.Thread 6.2.

You can view it here.

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33260 - 01/03/03 07:22 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

Thanks Josh!

-peter
Top
#33261 - 01/03/03 09:25 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

we are using 6.1.1 so we will have to upgrade to 6.2

Why cant you delete the css files in the admin panel?

I am getting an odd css error when trying to edit the css I made as the only choice for people. Some of the changes don't seem to be taking effect so I want to know if I somehow changed the "default" one by accident somehow. Is it actually called "default"?

Thanks for the answers

Imaginos
Top
#33262 - 01/03/03 10:35 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

If you change the default stylesheet in the theme file, that will ONLY apply to new users and users who aren't logged in.

Existing users have made their choices in their My Home display preferences.

You can do an SQL Query to update everyone's preferences to use your default.

First - define the default stylesheet you want to use in the theme file.

Then, run this SQL query:

UPDATE w3t_Users
SET U_Stylesheet = 'usedefault'


That should do the trick. [Wink]

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33263 - 01/03/03 11:04 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

I have a blue forum that I changed over to red/green for the holidays. I had a terrible time trying to make it the default for everyone so probably screwed something up really bad somewhere.

I have a stylesheet I want everyone to use on the site. lets call it sitestandard.

if i go into my home preference and change use default to sitestandard. the stylesheet works fine and the colors are ok.

if i set it to use default then the colors are messed up for some reason with some blue showing and some green/red.

i went in to edit theme setting and clicked that one stylesheet to be the only one useable. It now shows that name sitestandard as the default stylesheet to use if none are picked, yet the color issue still exists.

I ran your command as you typed it and got this message Here are the results of your command: "UPDATE w3t_Users SET U_Stylesheet = 'usedefault'".

Everything is still messed up though when trying to use the default stylesheet.

Imaginos
Top
#33264 - 01/03/03 11:36 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

My home will only affect you.

In the theme file....where it says "Default stylesheet to use", use the pulldown menu to select "sitestandard".

After you do this, you can check the true "default" by loggin out. You might need to hit refresh a few times. But that should do the trick.

If you had any stylesheets defined specific to forums, go to "Edit/Delete" a forum and change them there....or put it back to default (which should go back to the theme file).

Since you set everyone back to default, It'll stay like that until people choose their own in the My Home display prefs.

If you don't want them to have any more choices, then uncheck them in the theme file. Anything not checked in the theme file won't be available for users.

Hope that helps. [Wink]

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33265 - 01/03/03 11:45 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

sorry i must not have been clear.

I went into theme and did set "sitestandard" to the default for if you are not logged in.

All the forums are set to use default as their css.

The problem is that setting "sitestandard" as the default doesnt seem to work. I still get the color errors. I have emptied my IE cache a few times to see if it was a loading error and that didn't seem to fix it.

I'll do a full shutdown to clear memory and check again but refreshes didn't fix it.

Imaginos
Top
#33266 - 01/04/03 12:51 AM Re: Help Please. Some questions on things
Anonymous
Unregistered

Ok full shut down, cleared cache on machine restart, made sure my home preferences were set to default.

The accursed green/red are still there. Refreshes dont clear it.

Imaginos
Top
#33267 - 01/04/03 02:59 AM Re: Help Please. Some questions on things
Anonymous
Unregistered

Is it for the whole site or specific forum?

Is it just for you, or all users?

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33268 - 01/06/03 05:39 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

It is for the whole site and all users who are using the default settting on my home or are not logged in, which uses the default setting.

It also only seems to happen when you are in any forum and not at the main forum screen where all the forums are listed. It also doesn't affect the PM or My Home screens.

Imaginos

[This message was edited by Imaginos on January 06, 2003 at 03:02 PM.]
Top
#33269 - 01/06/03 06:18 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

When you go under admin, and select "edit or delete a forum"....

- Pick one of your forums.
- Look for this line: "What stylesheet do you want to use for this forum?"

If that is set for anything other than "use default", I think it will override a user or theme file preference.

If that's the case, change this in each of your forums.

Hope that helps. [Smile]

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.
Top
#33270 - 01/06/03 07:02 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

That may help but doesn't solve the problem of WHY the default css is screwed up and NOT being read correctly. [Smile]

Thats the real crux of the problem. Why did the changes to the default css not take, yet when I got in and make the sitestandard the default css it looks ok in the edit window but is not working across the site.

Imaginos
Top
#33271 - 01/06/03 07:17 PM Re: Help Please. Some questions on things
Anonymous
Unregistered

At this point I think a hands on approach is needed [Smile]

Please request support by using this online form:
https://www.infopop.com/q/q.php?action=pool_query&num=10

--
Ever been threaded?

UBBDesign.com: enhancements for ubb.classic & UBB.threads. Creator of the "JC" Templates
Top
Page 1 of 2 1 2 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image