You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
Hi There,
I am testing the recipe script and when I enter in the following html in my recipe
a href="http://www.linkdomain.com/tipavocado.htm"> linkdomain.com </a>
I am getting the following link generated
http://www.mydomain.com.au/recipes/%22http://www.l inkdomain.com/tipavocado.htm%22
Can you please advise what I am doing incorrectly?
Regards
Richard
Offline
Hi Rich,
I don`t think the system is set to allow HTML. Open the following file in your text editor:
admin/inc/functions.php
Find the 'safe_import' function. Change this line:
return mysql_real_escape_string(str_replace($find,$replac e,$data));
to this:
return mysql_real_escape_string($data);
Save and re-upload.
David.
Offline
Thanks David,
That seemed to work fine,
Do you know if it is possible to get Mod Rewrite to work for Recipes?
Offline
Mod_rewrite & search engine friendly urls will be introduced in the next revision.
David.
Offline
Pages: 1