PDA

View Full Version : Adding Pages?


photoflections
08-17-2005, 11:46 PM
I'm looking to add another page to my blog. Similar to the browse page, but with purchasing info, etc beneath the row of thumbs, and without the select category drop menu. I set up a category named "prints" and would like the thumbs from that category displayed.

Now, on to what I do know, I know I can copy the browse_template.html file, remove the dropdown and add my text. That's not a problem since it's pretty much basic html. What I don't know is the code I need to display a specific categories thumbnails and how to link to the newly created page as part of the blog.. Thanks in advance!

GeoS
08-18-2005, 10:01 PM
As long as you are trying to make a commercial stuff basing on PP we (Dev team) wont help in such development.
That isnt main idea of PP developing.

photoflections
08-18-2005, 11:17 PM
As long as you are trying to make a commercial stuff basing on PP we (Dev team) wont help in such development.
That isnt main idea of PP developing.

Ok, sorry..I wasn't thinking of it as commercial, since I only have about 8 images that are available in printed format and it was just one page. But I understand.

dontfeedthenerd
08-19-2005, 12:43 AM
I hope y'all don't mind me helping a bit? If you do just delete this message.

What you need to do is find out what number is associated with what category.
The link goes like:

index.php?x=browse&category=Y

where y= your category number.

raminia
08-19-2005, 05:28 AM
you need php-mysql query to look into the db. the number are there after these queries.