Warning: mysqli_query() expects parameter 1 to be mysqli, null given in /home/abledesi/domains/abledesign.com/public_html/navfiles/log.php on line 126

AbleDesign - Support Forum

AbleDesign Forum Index AbleDesign

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
AbleDesign Forum Index
ReSearch Discussion
bug fix in events list popup
Post new topic   Reply to topic

Post new topic   Reply to topic    AbleDesign Forum Index -> ReSearch Discussion
View previous topic :: View next topic  
Author Message
Dan
Admin / Developer
Admin / Developer


Joined: 19 Feb 2001
Posts: 2057

PostPosted: Fri Mar 30, 2001 1:16 am    Post subject: Reply with quote

There is a small bug in the research_event_list.php page for version 2.10 that keeps URLs from working that contain an ampersand (&). You can fix it by simply changing:

$link_version = ereg_replace(" ", "+", $link_version);

to:

// replace spaces in title with a '+'
$link_version = str_replace(" ", "+", $link_version);

// replace '&' in title with its URL-safe equivalent
$link_version = str_replace("&", "%26", $link_version);

That will also provide slightly faster operation as a side benefit. The above line will be fixed in the next release, but the quick fix will take care of you for now.

Cheers,
Dan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AbleDesign Forum Index -> ReSearch Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2002 phpBB Group


Home | Services | Pricing | Portfolio | About Us | Contact
Support | Programs | Purchase | Tutorials | Site Map

© 1999-2025 AbleDesign.com - Web Design that Can!