Main Menu
Quick Links
Other Options
Information
NukeForums
Top10 Links
Site Visitors
Membership:
Latest: qwertz
Today: 2
Yesterday: 0
Overall: 15102
Visitation:
Guests: 488
Members: 0
Total: 488
You are Anonymous user. You can register for free by clicking here
Sponsor Links
NukeResources :: View topic - Problems with links that use &
Problems with links that use &
Posted: Wed Jan 31, 2007 10:00 am
Divvy
Resource Seeker
Joined: Aug 07, 2004
Posts: 7
Posted: Wed Jan 31, 2007 9:15 pm
Divvy
Resource Seeker
Joined: Aug 07, 2004
Posts: 7
Please anyone?
Posted: Mon Aug 27, 2007 2:14 pm
Llames
Resource Seeker
Joined: Sep 09, 2005
Posts: 6
I have exactly the same problem when I add any url in my downloads module which contains any & symbol.
How can I fix that?? I have nuke v.8.
thanks a lot!
Posted: Mon Aug 27, 2007 11:19 pm
chatserv
Site Admin
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico
Find the following line in mainfile.php:
Code: $attrb_list = str_replace("&","&",$attrb_list);
change it to:
Code: //$attrb_list = str_replace("&","&",$attrb_list);
In other words comment it out.
Posted: Tue Aug 28, 2007 7:22 am
Llames
Resource Seeker
Joined: Sep 09, 2005
Posts: 6
chatserv wrote: Find the following line in mainfile.php:
Code: $attrb_list = str_replace("&","&",$attrb_list);
change it to:
Code: //$attrb_list = str_replace("&","&",$attrb_list);
In other words comment it out.
I did that but did not work... Mi code is quite different:
Quote: # Place here the double quote fix function.
$attrb_list=delQuotes($reg[2]);
$attrb_list = str_replace("&","&",$attrb_list);
$attrb_list = str_replace("&","&",$attrb_list);
$tag = "<tag>";
}
Any other alternative? Thanls a lot chatserv.
NukeResources Forum Index -> Bug Reports
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All times are GMT - 4 Hours
Page 1 of 1
Powered by phpBB © 2001-2005 phpBB Group. Theme created by Vjacheslav Trushkin . There have been 139 unique hit(s) in the past 24 hours.
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::