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.
Hi,
did anybody make ceo titles on categories? I mean "Subcat name, Cardname" on browser title. How to make it? On header.php only title from language file, but how to make dinamyc headers on browser title?
David, i know, it will'b in new version, but we aren't know when new version is done for us) Can u help with this?
Offline
Many people have asked for this I know. I`ll have a look for you today and do an update on the code. ![]()
Offline
Ok, I`ve done that for you. ![]()
Replace the main index.php file. Note that any changes you made to the one you have will be lost.
Hope thats better, its all I have time for at the moment.
Offline
Oh, thanks David, it's great!)
Offline
No problem. ![]()
Offline
Lookin for mod rewrite functions with categories/subcat/cards names on links, veryy needed) example httt://cards.yourdomain.com/love/iloveyou/kiss.html etc, as Asiacard)
Offline
This won`t be until the next version, sorry.
Offline
Oh, i'm waitin for it)
Offline
Ok, thats fine. ![]()
Offline
How to get captcha for ecard preview and sending. Can somebody share script source for do it?
Offline
Shouldn`t be too hard if you know some PHP. Most Captcha`s are usually easy to implement.
Offline
Events name didn't display on title(
$q3 = mysql_query("SELECT name FROM ".$database['prefix']."events") or die(mysql_error());
$r3 = mysql_fetch_object($q3);
$msg_header = cleanData($msg_header).'-> '.cleanData($msg_header4).' -> '.cleanData($r3->name).'';
this code show only name of id=1 on base for all event pages title ![]()
i have 20 events, and all of them with the title like first event (id 1)
Last edited by teze (03-10-2011 00:05:33)
Offline
Yes it will do because you aren`t querying a specific event, should be something like:
$q3 = mysql_query("SELECT name FROM ".$database['prefix']."events WHERE id = '$event'") or die(mysql_error());
$r3 = mysql_fetch_object($q3);
$msg_header = cleanData($msg_header).'-> '.cleanData($msg_header4).' -> '.cleanData($r3->name).'';
Offline
Doesn't work..
Offline
Where are you using it? Is the $event var the correct one?
Offline
Oh, i'm sorry. I forgot about it, and now fixed. Thanks, David
Offline
No problem
Offline
can you tell whats edited? i have a modded index.php so i cannot just replace it
Offline
Just look for all lines that use the $msg_header variable and update each.
Offline
Hi
How to show page url (from address line), postcard image url and postcard name on META tags in postcards pages? I want to install facebook like, share etc applications, but they are require this changes on page header.
<meta name="title" content="postcard name" />
<meta property="og:url" content="page url" />
<meta property="og:image" content="url to image source" />
<link rel="image_src" href="url to image source" />
* postcard name already showed with the old functions, but others require new additions for that(
And, it is necessary this meta tags shows in postcard page (during sending, viewing)
David, help with code, please
Last edited by teze (08-01-2012 20:11:10)
Offline
Why don`t you just use addThis?
http://www.addthis.com/
Just add the relevant code to the 'templates/ecard.tpl.php' file. Much easier.
Offline
Oh, thanks!
Offline
No problem.
Offline
Lookin for mod rewrite functions with categories/subcat/cards names on links, veryy needed) example httt://cards.yourdomain.com/love/iloveyou/kiss.html etc, as Asiacard)
I have the mod rewrite installed and working for pages, but not the categories and pages. It just says category1, category2, etc. Has this ever been added or no? Thanks!!!
Offline
I have the mod rewrite installed and working for pages, but not the categories and pages. It just says category1, category2, etc. Has this ever been added or no? Thanks!!!
No, I never got around to updating this, sorry.
Offline