Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
The columns on the main wwwthreads page are misaligned when the forums are new, it's a table size bug that I'm not exactly able to track down but it goes away when each board has a post in it.

Language preferences are set by cookies. When you edit your profile the cookie is sent with the header information. You can't retrieve the cookie until the next load of a page, so you still get the old language until you hit another page so it can grab the updated cookie.

If you go to a forum via a bookmark or sometimes even an email link it will try to load the page from your cache and it will not think you are logged in until you hit a link and actually go through the authentication routine properly.

The FAQ needs PHP because it changes depending on some config options. Like if you have images allowed, polls turned on, file attachments turned on, etc.

To delete the double groups you will need to use a direct mysql command like DELETE FROM w3t_Groups WHERE G_Id > 4.

On some large scale forums you may need to give users Admin privs but not for all forums. The Read/Write permissions are editable for the admin just as a flexibility option. I don't want to limit what you can and cannot do with your users.

You can't assign moderators to a category, but you can assign them to individual forums. So, you can pretty much configure your moderator privileges however you need to.

To do a date listing of DD/MM/YYYY 13:24 you would probably need to set your $config['timeformat'] to short4 in config.inc.php and then edit main.inc.php about line 618 where it looks like this:

$time = date("Y/m/d H:i", $time);

Just change that, to this:

$time = date("d/m/Y H:i", $time);


UBB.threads Developer
Sponsored Links
Entire Thread
Subject Posted By Posted
Small issues with 5.1.6php caymuc 02/15/2001 2:06 AM
oops? caymuc 02/15/2001 2:08 AM
Re: Small issues with 5.1.6php Rick 02/15/2001 6:39 AM
cookies - solution? caymuc 02/15/2001 12:35 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 5:33 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 5:37 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 5:43 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 5:54 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 6:22 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 7:14 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 7:47 PM
Re: Small issues with 5.1.6php jfeccker 02/17/2001 2:26 AM
Re: Small issues with 5.1.6php jfeccker 02/19/2001 1:05 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)