Previous Thread
Next Thread
Print Thread
Rate Thread
#236237 02/13/2003 6:52 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Mod Name / Version ForumIndexLoginBox 1.1
Description Adds a login box to the forum index for users not logged in.
Working under UBB.threads 6.2.2
Any pre-requisites None
Author(s) Omegatron
Credits Gardener who made version 1.0 for Threads 6.0.1
Demo at http://www.reeftalk.com
Files Altered ubbt_unregistered.tmpl
Database Altered No
New Files None
Attachments
68799-ForumIndexLoginBox-1_1.txt (0 Bytes, 106 downloads)

Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Good work!

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Thank You! Simple Template Mod.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I am working on a custom script that isn't the index page will this be enough to get the user login information and send to another database. (like photopost does). Perhaps I should look at how that pulls the login info.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Suggestion:

Change this:

require "languages/${$config['cookieprefix']."w3t_language"}/login.php"; //UBBTREMARK


to this:
if (!$user['U_Username']) {
require "languages/${$config['cookieprefix']."w3t_language"}/login.php"; //UBBTREMARK


and this:

$tbclose
<br />


to this:
$tbclose
<br />
UBBTPRINT;
}
echo <<<UBBTPRINT


That way it'll only appear for people who are not logged in.

Last edited by JoshPet; 03/24/2003 10:49 AM.
Sponsored Links
Joined: Mar 2003
Posts: 215
Junior Member
Junior Member
Offline
Joined: Mar 2003
Posts: 215
Typo:

if (!user['U_Username']) {

should be

if (!$user['U_Username']) {

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Ah thank you.

Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
Nice one - added it to my site!


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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
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,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)