Jump to content


Corporate Sponsors


Latest News: (loading..)

loginid

Member Since 09 Oct 2007
Offline Last Active Sep 28 2011, 08:17
-----

Posts I've Made

In Topic: Where To setCookie

28 September 2011, 08:20

Hello Satish,

Thanks for getting back to me.

The problem is around where to setCookie rather than how to set cookie.

If I set it in application_top.php then it will not set the cookie as soon as user lands on the page, the user has to navigate to another page first.
But the problem is that I need it to setCookie as soon as the user navigates to any page, just in case they navigate to the page and then leave, I still want to set that cookie.

Any ideas? :)

In Topic: Links Manager II

16 June 2011, 12:55

German Welcome Email

Hi all - firstly, what a great contribution!

I've installed this contrib onto my German website, but have found that there are some German translations missing.
I was wondering if someone could help complete them?

The Welcome Email & Help is unfortunately still in English;

File: /includes/languages/german/links_submit.php

define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME . ' link exchange.');
define('EMAIL_SUBJECT_EDIT', 'Your link at ' . STORE_NAME . ' has been edited.');
define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
define('EMAIL_WELCOME', 'We welcome you to the <b>' . STORE_NAME . '</b> link exchange program.' . "\n\n");
define('EMAIL_TEXT', 'Your link has been successfully submitted at ' . STORE_NAME . '. It will reviewed and enabled as soon as the changes have been approved. You will receive an email about the status of your update. If you have not received it within the next 48 hours, please contact us before submitting your link again.' . "\n\n");
define('EMAIL_TEXT_EDIT', 'Your link has been edited and resubmitted at ' . STORE_NAME . '. It will be added to our listing as soon as we approve it. You will receive an email about the status of your submittal within that time frame. However, if you have not received it within the next 48 hours, please contact us before submitting your link again.' . "\n\n");
define('EMAIL_CONTACT', 'For help with our link exchange program, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us during a link submittal. If this is incorrect, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
define('EMAIL_OWNER_SUBJECT', 'Link submittal at ' . STORE_NAME);
define('EMAIL_OWNER_TEXT', 'A new link was <b>submitted</b> at ' . STORE_NAME . ' by %s for %s.' . "\n\n" . 'The reciprocal link has been verified and is at %s.' . "\n\n" . 'It is not yet approved. Please verify this link and activate.' . "\n\n");
define('EMAIL_OWNER_TEXT_EDIT', 'A link has been <b>edited</b> on ' . STORE_NAME . ' by %s for %s.' . "\n\n" . '%s' . 'The reciprocal link has been verified and is at %s.' . "\n\n" . 'It is not yet approved. Please verify this link and activate.' . "\n\n");

define('TEXT_LINKS_HELP_LINK', '&nbsp;Help&nbsp;[?]');

define('HEADING_LINKS_HELP', 'Links Help');
define('TEXT_LINKS_HELP', '<b>Site Title:</b> A descriptive title for your website.<br><br><b>URL:</b> The absolute web address of your website, including the \'http://\'.<br><br><b>Category:</b> Most appropriate category under which your website falls.<br><br><b>Suggest a Category:</b> Offer a suggestion for a link category if you cannot find one that suits your site.<br><br><b>Description:</b> A brief description of your website.<br><br><b>Image URL:</b> The absolute URL of the image you wish to submit, including the \'http://\'. This image will be displayed along with your website link.<br>Eg: http://your-domain.com/path/to/your/image.gif <br><br><b>Full Name:</b> Your full name.<br><br><b>Email:</b> Your email address. Please enter a valid email, as you will be notified via email.<br><br><b>Reciprocal Page:</b> The absolute URL of your links page, where a link to our website will be listed/displayed.<br>Eg: http://your-domain.com/path/to/your/links_page.php');
define('TEXT_CLOSE_WINDOW',     '<u>Fenster schliessen</u> [x]');


Thanks in advance! B)