eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Common Questions

Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now.

Reply
 
Thread Tools Display Modes
Old 02-01-2006   #41
ale
 
Join Date: Oct 2005
Posts: 13
ale
Default

When I suggest a link the in the board I have a message:
Make sure you entered valid email.

Why there isn't a field email.

I use the 1.4.1 with fix.
ale is offline   Reply With Quote
Old 02-01-2006   #42
subseo
 
Join Date: Dec 2005
Posts: 436
subseo is an unknown quantity at this point
Default

New improvements in 1.5 ? I was just about to post few requests - oh well, not necessarily for the 1.5 ;-) - only to realize Wishlist is closed .
( One thing I realized only now, one can't make a pay-only directory $$$ :-) ok...becoming offtopic.... stopping here...)
__________________
regards,Tom
subseo is offline   Reply With Quote
Old 02-02-2006   #43
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: (California)
Posts: 5,268
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

Quote:
Originally Posted by ale
When I suggest a link the in the board I have a message:
Make sure you entered valid email.

Why there isn't a field email.

I use the 1.4.1 with fix.
Do you have a link we can see?
Also the fix? That's for ProVersion to the best of my knowledge.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks!
Greg is offline   Reply With Quote
Old 02-02-2006   #44
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

Quote:
Originally Posted by ale
When I suggest a link the in the board I have a message:
Make sure you entered valid email.

Why there isn't a field email.

I use the 1.4.1 with fix.
please let us know your, and welcome to our support forums

2 subseo:

he he there are too many wishes there, besides you have Pro version and there is no need to wait for free version ))
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Old 02-02-2006   #45
subseo
 
Join Date: Dec 2005
Posts: 436
subseo is an unknown quantity at this point
Default

Quote:
you have Pro version and there is no need to wait for free version
Ohhh.... I have a mess in it, it seems. Anyway, I still plan to use the free version somewhere . Glad to see there will be fixes soon.
__________________
regards,Tom
subseo is offline   Reply With Quote
Old 02-02-2006   #46
ale
 
Join Date: Oct 2005
Posts: 13
ale
Default

The url is SanVito1-Link

I try to use the original file, not the fix, but I have the same problem.
ale is offline   Reply With Quote
Old 02-02-2006   #47
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: (California)
Posts: 5,268
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

Quote:
Originally Posted by ale
When I suggest a link the in the board I have a message:
Make sure you entered valid email.

Why there isn't a field email.

I use the 1.4.1 with fix.
Ale at "Suggerisci Link" there is an Email field just above "Link URL reciproco"
at least I see one at ths page:
http://www.sanvito1.org/links/suggest-link.php?id=5
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks!
Greg is offline   Reply With Quote
Old 02-02-2006   #48
ale
 
Join Date: Oct 2005
Posts: 13
ale
Default

But when I'm register I don't see this field.
I send in private the login.
ale is offline   Reply With Quote
Old 02-02-2006   #49
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: (California)
Posts: 5,268
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

I understand now. Yes the email field is not there when you sign in as an editor. Simon will have to look into this for you.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks!
Greg is offline   Reply With Quote
Old 02-03-2006   #50
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

Quote:
Originally Posted by ale
But when I'm register I don't see this field.
I send in private the login.
just a quick fix for you

*** open suggest-link.php and find the following code ***
Code:
		/** check emails **/
		if (!preg_match('/^[a-z0-9\-_\.]+@[a-z0-9\-_]+(\.[a-z0-9]{2,4})+$/i', $link['email']))
		{
			$valid = false;
			$msg .= "[*]{$gDirLang['email_incorrect']}";
		}
*** change it to the following ***
Code:
	/** check emails **/
	if (!$gDirEditor)
	{
		if (!preg_match('/^[a-z0-9\-_\.]+@[a-z0-9\-_]+(\.[a-z0-9]{2,4})+$/i', $link['email']))
		{
			$valid = false;
			$msg .= "[*]{$gDirLang['email_incorrect']}";
		}
	}
*** save changes ***

hope this can help
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Reply

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
Issues with FREE version nexicom Installation and Updates 4 05-22-2006 06:43 AM
Templates For Free Version...? angels Custom Templates 3 05-19-2006 05:03 AM
Upgrade from free version to pro version disenioweb Common Questions 15 02-27-2006 10:52 AM
Problems with Free Version playjetset13 Common Questions 1 01-01-1970 02:25 AM
A few things with the Free version. NIkolaj Common Questions 1 01-01-1970 01:50 AM


All times are GMT. The time now is 08:20 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources