PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Language wrong until the first cklick. (http://www.photopost.com/forum/photopost-pro-bug-reports/142341-language-wrong-until-first-cklick.html)

vkrm March 11th, 2010 05:19 PM

Language wrong until the first cklick.
 
http://www.rocket3.org/boardgallery/index.php

You visit the website and you will read "Most Recent · Most Popular · Random" (english).

Then a mouse-click on "Random" and the text switches to German.

How can i repair this?

----------------

And only a little error:
  • With Internet Explorer the Text "Most ...." is in the center
  • With Mozilla Firefox it is at left side -- why?

Chuck S March 11th, 2010 05:55 PM

In the display_gallery function in pp-inc.php any hard coded text you would need to replace with the appropriate language phrase.

Code:

Content visible to verified customers only.

vkrm March 13th, 2010 09:00 AM

OK - it works - thank you.

Quote:

{
$query = "SELECT id,user,userid,cat,storecat,title,ismature,bigimage,height,width FROM {$Globals['pp_db_prefix']}photos WHERE approved=1 AND storecat=0 $userq $catquery ORDER BY date DESC LIMIT $grabnum";
$group_title = "NEUESTE BILDER &middot; <a title=\"popular photos\" href=\"javascript:sendFeatReq('most_views','$ispal','$cat');\">BELIEBTESTE BILDER</a> &middot; <a title=\"random photos\" href=\"javascript:sendFeatReq('random','$ispal','$cat');\">ZUFALLSAUSWAHL</a>$catname";
}
For your next Version i think, it would be better to use the language-variables direct for the start-site.

Chuck S March 13th, 2010 10:44 AM

Yes this has already been addressed with the developer


All times are GMT -5. The time now is 09:32 PM.

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