Previous Thread
Next Thread
Print Thread
Rate Thread
#211795 09/18/2001 9:25 PM
Joined: Sep 2001
Posts: 2
Lurker
Lurker
Offline
Joined: Sep 2001
Posts: 2
OK - first off, I'm the new guy on the block so get all the jokes out of your system now. []/testimages/icons/tongue.gif[/]

Secondly, thanks for a great piece of software and the boards here look like a great community effort as well. I hope I can contribute a bit myself.

OK - here's the deal. I no sooner get my brand spanking new boards up and running (PHP/MySQL) and one of my assistant admins wants to monitor the Main Index page and have it refresh periodically so he can watch for new posts. /sigh...

Here's what I did - it may not be too elegant but it's dirt cheap and it works. The thoughtful part was making it Main Index specific and keeping it off everywhere else.

--------------------------------------------------------------------------

/*
in (path)/languages/english/wwwthreads.php
at the end of the file someplace
*/
$lang[REFRESHER] = "300";
/*
Then in (path)/main.inc.php
around line 137-ish
*/
echo "<TITLE>Shadoweb.org Forums</TITLE>\n";
// adding a META refresh
// - Damien -
if($lang[REFRESHER]) {
echo "<meta http-equiv="REFRESH"
content="$lang[REFRESHER]"
url="wwwthreads.php">\n";
}
echo "</HEAD><BODY>";


--------------------------------------------------------------------------

I'm sure there might be a better way (like config.inc.php would be more logical) but I wanted to keep the logic minimal. This just looks for a value and renders the tag only if one exists - otherwise, no tag - and the only place this value is defined in the lang file that's req'd from the Main Index.

Don't hate me just 'cause I'm lazy []/testimages/icons/wink.gif[/]

Damien


Sponsored Links

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
isaac
isaac
California
Posts: 1,157
Joined: July 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 20221218)