Previous Thread
Next Thread
Print Thread
Rate Thread
#51640 01/02/2002 7:17 PM
Joined: Nov 2001
Posts: 99
Member
Member
Offline
Joined: Nov 2001
Posts: 99
I think this would be a great hack, when an admin or mod move a topic and another user try to go to that topic, it would automatically redirect him to whereever the topic was moved

Sponsored Links
#51641 01/03/2002 11:06 AM
Joined: Nov 2001
Posts: 198
Member
Member
Offline
Joined: Nov 2001
Posts: 198
yeah that wouldn't be bad


Just another boring 17-year-old
and yes, I like smilies/graemlins
#51642 01/08/2002 12:33 PM
Joined: Nov 2000
Posts: 42
Member
Member
Offline
Joined: Nov 2000
Posts: 42
cool idea


Igor
#51643 08/17/2003 1:16 PM
Joined: May 2001
Posts: 283
Member
Member
Offline
Joined: May 2001
Posts: 283
It seems like this might have been addressed by now, but I'm still researching. Has anyone come up with a hack that does this yet?

#51644 08/18/2003 7:51 AM
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
Code
in ubb_lib_posting.cgi
# find:
$ubb_friend_on = '';
# add under:

my $js_move_to = $stat_line[7];
$js_move_to =~ s/^[^"]+"(.+?)"[^"]+$/$1/;
$js_move_to = UBBCGI::escape($js_move_to);
$close_transfer_wording .= qq~
<script language="javascript" type="text/javascript">
<!--
window.location = unescape("$js_move_to");
-->
</script>~;
and clear cache.

Sponsored Links
#51645 08/18/2003 5:21 PM
Joined: May 2001
Posts: 283
Member
Member
Offline
Joined: May 2001
Posts: 283
Have you tested this?


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
Posts: 70
Joined: January 2007
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
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)