View Full Version : Ideas?
Starr
07-28-2006, 04:10 AM
[EDITED]
Hey all, I have pixelpost version 1.5 running for my site and I came across a few customization issues that I'm not sure how to do. Help :confused: ? (is very much appreciated!)
1) A tag (perhaps?) that shows the current thumbnail number so that I can do something like this:
"You are viewing image 'x' of 'x'." The first 'x' being the current thumbnail number and the second 'x' being the total thumbnails within the category selected. (*to be applied in iamge_template.html)
2) You know the images page in the admin option? There's a blue header saying:
Images - Reupload, Edit or Delete images || 33 image(s) in the database
Showing 10 posts, page 1 of 4
I was wondering if there was any code for the Showing 10 posts, page 1 of 4 part? (*to be applied in browse_template.html)
3) For the < thumbnails paged links > I want to customize it in my css to look something like this one:
http://www.planet-actors.com/en/
But I'm not sure how to make it *peeked at it's source - looks very complicated o_O; and i have no clue how to apply it to pixelpost tags.
Thanks in advance! =)
jdleung
07-28-2006, 04:24 AM
1) take a look at the doc folder/pixelpost-tags.txt
2) there is a tag showing the total images number. I still cannot find any inf for showing the image number like 1/246 or 34/246, maybe the dev knows. ;-). and I think the image id could be the image number.
3) backup the CSS file first. search "opacity" in CSS file, and look for "a:hover". try to change the opacity value and refresh the webpage to view the effect.
hope this help
Starr
07-28-2006, 05:38 AM
1) +2) the closest tag I could find is this:
<SITE_PHOTONUMBER> || number of all photos in this photoblog
but I want to show the total number of photos within 'specific categories'
and this is the tag you were talking about for 2? I guess #2/#1 are kinda similar in a sense *talking about categories
Connie
07-28-2006, 06:17 AM
1) <CATEGORY_LINKS_LIST_NONUMBERS>
it belongs to an ADDON: Category List of Links (category_links - version 1.3)
This addon displays a list of the categories as links.
A list of category names in different flavors:
with link to the category, use <CATEGORY_LINKS_LIST> or <CATEGORY_LINKS_LIST_PAGED>
with numbers of entries in that category, use <CATEGORY_LINKS_LIST_NONUMBERS> or <CATEGORY_LINKS_LIST_PAGED_NONUMBERS>
without numbers if the category is empty, use <CATEGORY_LINKS_LIST_ZERO> or <CATEGORY_LINKS_LIST_PAGED_ZERO>
and it works for paged categories or un-paged categories.
The orientation of the list is defined by CSS, use <div class="horizontal"> or <div class="vertical">
"Page-By-Page-Archive for category and month" is also an Addon which might help
3) the above mentioned addons
Starr
07-28-2006, 05:57 PM
1) <CATEGORY_LINKS_LIST_NONUMBERS>
it belongs to an ADDON: Category List of Links (category_links - version 1.3)
This addon displays a list of the categories as links.
A list of category names in different flavors:
with link to the category, use <CATEGORY_LINKS_LIST> or <CATEGORY_LINKS_LIST_PAGED>
with numbers of entries in that category, use <CATEGORY_LINKS_LIST_NONUMBERS> or <CATEGORY_LINKS_LIST_PAGED_NONUMBERS>
without numbers if the category is empty, use <CATEGORY_LINKS_LIST_ZERO> or <CATEGORY_LINKS_LIST_PAGED_ZERO>
and it works for paged categories or un-paged categories.
The orientation of the list is defined by CSS, use <div class="horizontal"> or <div class="vertical">
"Page-By-Page-Archive for category and month" is also an Addon which might help
3) the above mentioned addons
I can't find that Addon and the version mentioned in the forum or the site =S.
Starr
07-28-2006, 06:10 PM
@jdleung: just a side question, how did you "hide your comments"?
When I try clicking on "comments" to show the comments people made it works. And when I click "add comments" to show the form in which users would write comments, it works too.. but only when I click back to viewing the comments people made it's blank. Unless I close it and click on "add comments" again and click back to the "comments" it shows.. so in otherwords, you have to open and close each one seperately instead of just jumping to viewing "comments" then "add comments" and view "comments". How shall I fix that?
Read about tags and other stuff supported by main core of Pixelpost. Then you will find yourself answer for many future questions.
Connie
07-29-2006, 07:59 AM
http://www.pixelpost.org/v1/index.php?x=downloads&details=42
I know the download is not easy to find in the moment, but there is a download section!!!!
After the release of 1.5 we are now planning to work on the frontend of Pixelpost.org
but with a little search and activity I am sure everything can be found ;=(
Starr
07-30-2006, 02:28 PM
http://www.pixelpost.org/v1/index.php?x=downloads&details=42
I know the download is not easy to find in the moment, but there is a download section!!!!
After the release of 1.5 we are now planning to work on the frontend of Pixelpost.org
but with a little search and activity I am sure everything can be found ;=(
Thanks, ah i see =)
NOTE: edited my post questions ; )
----------
Anyone?
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.