vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Links Directory > vBa Links Directory v1.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 06-27-2005, 01:01 AM
Rue Rue is offline
Junior Member
 
Join Date: Jun 2005
Posts: 4
Default Bugs & Issues

Hmm, cannot seem to post in the Bugs & Issues forum, so here sits this bug...

In links/search.php find:
Code:
		if (!$string AND !$username)
		{
			eval(print_standard_error('links_error_no_search_terms'));
		}

		if (empty($fields) AND empty($cfields))
		{
			eval(print_standard_error('adv_gallery_error_no_search_fields'));
		}
And replace with the following:
Code:
		if (!$string AND !$username)
		{
			eval(print_standard_error('adv_links_error_no_search_terms'));
		}

		if (empty($fields) AND empty($cfields))
		{
			eval(print_standard_error('adv_links_error_no_search_fields'));
		}
In forums/admincp/vbalinks_install.php find:
Code:
// ### note that 308 and 311 are the same ###
'311' => array('varname' => 'adv_links_search_nocat', 'ptype' => '1000', 'text' => 'You must choose a category to search in!'),
And replace with the following:
Code:
'311' => array('varname' => 'adv_links_error_no_search_terms', 'ptype' => '1000', 'text' => 'No search terms were specified!'),
'312' => array('varname' => 'adv_links_error_no_search_fields', 'ptype' => '1000', 'text' => 'No search fields were specified!'),
Note that, in this post, the following strings broke because vB adds space into long strings:
Code:
links_error_no_search_t  erms           =>    links_error_no_search_terms
adv_gallery_error_no_se  arch_fields    =>    adv_gallery_error_no_search_fields
adv_links_error_no_sear  ch_terms       =>    adv_links_error_no_search_terms
adv_links_error_no_sear  ch_fields      =>    adv_links_error_no_search_fields
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Various Bugs DGTLMIK Troubleshooting / "How do I..." Questions 16 04-26-2005 10:43 AM
Reguarding Bugs ´ÀÉ`SÌLVÉR´ÀÉ` Troubleshooting / "How do I..." Questions 2 01-08-2005 12:24 AM


All times are GMT -4. The time now is 09:50 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.