Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 02-14-2005, 08:59 AM
myisha Offline
forum loafer
 
Join Date: Feb 2005
Posts: 4
Send a message via AIM to myisha
I have a few questions

Hiya how do I display archives by monthly and catagories?

Archive
Dec 2004
Jan 2005
Feb 2005

Catagory
Catagory One
Catagory Two
Catagory Three
once someone clicks on the corresponding link that shows the thumbnails for that month/catagory

Also how do I display catagoryname as a link?
from this
Catagory Catagory One

to this
Catagory Catagory One

I would like to make my photos larger how do I change the width?

Thanks in advance
Myisha :P
Reply With Quote
  #2  
Old 02-14-2005, 12:59 PM
Connie
Guest
 
Posts: n/a
Re: I have a few questions

Quote:
Originally Posted by myisha
Hiya how do I display archives by monthly and catagories?

Archive
Dec 2004
Jan 2005
Feb 2005
Pixelpost doesn't offer this presentation of the archive, but did you link in the addons? There is an archive-calendar: http://www.pixelpost.org/index.php?x...amp;details=17 and this offers nearly the same functionality

Quote:
Also how do I display catagoryname as a link?
look here: http://www.pixelpost.org/index.php?x...amp;details=26

Quote:
I would like to make my photos larger how do I change the width?
what do you want to make larger? The pictures or the thumbnails?
the pictures which you upload have the dimensions which you choose and for the thumbnails you find options in the admin-panel / options...
Reply With Quote
  #3  
Old 02-14-2005, 02:07 PM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
Hi Connie you're a pixelpost guru, it's what I read under your name, but I don't understand your answers. Because one of the question is :
Quote:
Also how do I display catagoryname as a link?
and you answer look here and there but the question is : How can we ( because i'm searching this answer too) do to show ALL the categories as links in place of the box presented here http://www.pixelpost.org/index.php?x...amp;details=29.

Thanks for a reply ( i've asking for this with an example, but nobody replies yet...see the topic here http://www.pixelpost.org/forum/viewtopic.php?t=378)
Reply With Quote
  #4  
Old 02-14-2005, 02:16 PM
Zlato Offline
pp regular
 
Join Date: Feb 2005
Location: Paris - FRANCE
Posts: 43
here is an other example at what we would havewith links....http://www.smudo.org/blog/archives.php
__________________
A. Zlatogorov
Ecrivain de lumière
Reply With Quote
  #5  
Old 02-14-2005, 02:22 PM
Zlato Offline
pp regular
 
Join Date: Feb 2005
Location: Paris - FRANCE
Posts: 43
Quote:
Thanks for a reply ( i've asking for this with an example, but nobody replies yet...see the topic here http://www.pixelpost.org/forum/viewtopic.php?t=378)
SORRY ! it's another question, not the same, but waiting for an answer.... ops:
__________________
A. Zlatogorov
Ecrivain de lumière
Reply With Quote
  #6  
Old 02-14-2005, 02:39 PM
Connie
Guest
 
Posts: n/a
dear guest, I am sorry, that this forum software gives me a status which I never asked for, it's just that I post quite very often here to support other users

well sometimes I just give some hints and the other must also try to find his way... sometimes we don't have the ready solutions for everythings but some suggestions...

please don't feel disappointed, because this is a forum, where volunteers help each other but where no immediate satisfaction is guaranteed... :roll:
Reply With Quote
  #7  
Old 02-14-2005, 03:04 PM
Zlato Offline
pp regular
 
Join Date: Feb 2005
Location: Paris - FRANCE
Posts: 43
I know, I know, in fact yes I'm disapointed, but you do a great job, sorry for misunderstanding... ops:
__________________
A. Zlatogorov
Ecrivain de lumière
Reply With Quote
  #8  
Old 02-14-2005, 03:11 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
50% answer

at about line 422 to 430 of index.php at main folder you find

Code:
    
// build browse menu
$browse_select = "<select name='browse' 
onChange='self.location.href=this.options[this.selectedIndex].value;'><option value=''>$lang_browse_select_category</option><option value='?x=browse&category='>$lang_browse_all</option>";
$query = mysql_query("select * from ".$pixelpost_db_prefix."categories order by name");
while(list($id,$name) = mysql_fetch_row($query)) {
    $name = pullout($name);
    $browse_select .= "<option value='?x=browse&category=$id'>$name</option>";
    }
$browse_select .= "</select>";
and if you want to have link to categories as text not the drop box you should have a code similar to this on
Code:
    
// build browse menu
$browse_select = " <a href='?x=browse'> $lang_browse_all </a><br>";
$query = mysql_query("select * from ".$pixelpost_db_prefix."categories order by name");
while(list($id,$name) = mysql_fetch_row($query)) {
    $name = pullout($name);
    $browse_select .= "<a href='?x=browse&category=$id'>$name</a><br>";
    };
instead.

This gives the category list as links. I tested it and it is ok! You should manage the font and style (in template) by yourself. For montly query, ask for other gurus

Ramin
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #9  
Old 02-14-2005, 03:15 PM
Zlato Offline
pp regular
 
Join Date: Feb 2005
Location: Paris - FRANCE
Posts: 43
For Sure You're a guru, i'm standing on my knees. Respect and thanks. Regards from France.
__________________
A. Zlatogorov
Ecrivain de lumière
Reply With Quote
  #10  
Old 02-14-2005, 03:22 PM
Zlato Offline
pp regular
 
Join Date: Feb 2005
Location: Paris - FRANCE
Posts: 43
Dear Ramin !

another thanks and another question, i know i have to search myself but I'm not a really clever developper, not developper at all in fact ops: , but can you answer this question also, maybe and only if you want...see my topic here http://www.pixelpost.org/forum/viewtopic.php?t=378

PS. put an "about" on your site it will be great to know much about you :wink:
__________________
A. Zlatogorov
Ecrivain de lumière
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 10:49 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs