PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   html in text from languages/english.php (http://www.photopost.com/forum/photopost-pro-how-do-i/113706-html-text-languages-english-php.html)

cognaccola April 27th, 2005 07:32 PM

html in text from languages/english.php
 
Hello,

I want to enter a html link right after the text tags that are stored in english.php.

So that when a user sees need to be registered to view images I want to put a register link right after that. So they don't have to click the menu link above.

I thought it is done by text.../link\ and stuff, but cannot quite get the right syntax to work.

Can someone help me out please?

Thank you

Chuck S April 27th, 2005 08:18 PM

You would need to escape any " in the html like so \"

cognaccola April 27th, 2005 08:45 PM

So it should look something like this?

$Globals['pp_lang']['nopermcat'] = "You do not have permission to view the images in this category.<br /> Please sign up.<a href="\subscriptions.php?\">Click here</a>";

cognaccola April 28th, 2005 07:55 AM

Got it it's <a href=\"subscriptions.php?\"> instead of <a href="\subscriptions.php?\">. One really has to put the \ in front of the "

Chuck S April 28th, 2005 08:10 AM

Yes as I stated you have to escape all quotes ;)


All times are GMT -5. The time now is 07:37 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97