Hello again
firstly i am happy and excited to use pwg in my web site that has 5.980 alexa rank, i will give feedback on right section.
My first question is http://img132.imagevenue.com/img.php?im … 1179lo.JPG
in that picture, (pwg demo) i would like to add previous and next image on the page. how can i do that? is there a plugin for that?
My second question isin same pic http://img132.imagevenue.com/img.php?im … 1179lo.JPG
i would like to add something (like report button or some text) under of RATE THIS PICTURE. how can i do that?
If you help me i wil be really happy, I am thankfull to all developers of great PWG.
Kind Regards
Your Friend Cemo
Offline
cemo wrote:
Hello again
firstly i am happy and excited to use pwg in my web site that has 5.980 alexa rank, i will give feedback on right section.
My first question is http://img132.imagevenue.com/img.php?im … 1179lo.JPG
in that picture, (pwg demo) i would like to add previous and next image on the page. how can i do that? is there a plugin for that?
This is default behaviour as soon as the picture inside the category: is not alone, not the first, and not the last. Can you give us a link if you really don't have previous/next thumbnails ?
cemo wrote:
My second question isin same pic http://img132.imagevenue.com/img.php?im … 1179lo.JPG
i would like to add something (like report button or some text) under of RATE THIS PICTURE. how can i do that?
If you help me i wil be really happy, I am thankfull to all developers of great PWG.
Kind Regards
Your Friend Cemo
You should do a personal plugin, which will add some code in picture.tpl. Does your "something" contains only HTML (no php) ?
PS: Forum rules are: one question per topic and a meaningful subject. Thanks to follow the rules, or we'll need to compel you. Thx in advance.
Mathias :-)
Offline
1) Firstly thank you for replies. I found the problem. It is not showing when the plugin Look_like_gbo is active. so is there a way when Look_like_gbo is active, showing previous and next thumbnails?
2) I dont want a plugin. I just want to add this sentence under of it : If this picture contains any illegal thing please e-mail us.
how can i do that?
btw i am sorry, i wont break that rule again.
Best Regards
Last edited by cemo (2008-07-05 15:44:58)
Offline
cemo wrote:
1) Firstly thank you for replies. I found the problem. It is not showing when the plugin Look_like_gbo is active. so is there a way when Look_like_gbo is active, showing previous and next thumbnails?
2) I dont want a plugin. I just want to add this sentence under of it : If this picture contains any illegal thing please e-mail us.
how can i do that?
btw i am sorry, i wont break that rule again.
Best Regards
Hey There,
Open template\yoga\picture_content.tpl
after this line of code(mines is a little different below, but look for the img src)
<img src="{SRC_IMG}" style="width:768px; height:576px;" alt="{ALT_IMG}">
Add just below it:
<p align="center">If this picture contains anything illegal, Please e-mail us.</p>
Hopefully that will suit your needs. You can make a css class to style it if you wish.
Offline
cemo wrote:
1) Firstly thank you for replies. I found the problem. It is not showing when the plugin Look_like_gbo is active. so is there a way when Look_like_gbo is active, showing previous and next thumbnails?
The plugin was made by EX-FTB because some people like the way he customized his site. If he removed the next/prev/thumbnails, you may take it from the original tpl and copy back.
For point 2, Jive_Bunny already give you the solution
Offline