|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Re: I have a few questions
Quote:
Quote:
Quote:
the pictures which you upload have the dimensions which you choose and for the thumbnails you find options in the admin-panel / options... |
|
#3
|
|||
|
|||
|
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:
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) |
|
#4
|
|||
|
|||
|
here is an other example at what we would havewith links....http://www.smudo.org/blog/archives.php
__________________
A. Zlatogorov Ecrivain de lumière |
|
#5
|
|||
|
|||
|
Quote:
ops:
__________________
A. Zlatogorov Ecrivain de lumière |
|
#6
|
|||
|
|||
|
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: |
|
#7
|
|||
|
|||
|
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 |
|
#8
|
||||
|
||||
|
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&amp;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&amp;category=$id'>$name</option>";
}
$browse_select .= "</select>";
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>";
};
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 |
|
#9
|
|||
|
|||
|
For Sure You're a guru, i'm standing on my knees. Respect and thanks. Regards from France.
__________________
A. Zlatogorov Ecrivain de lumière |
|
#10
|
|||
|
|||
|
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=378PS. put an "about" on your site it will be great to know much about you :wink:
__________________
A. Zlatogorov Ecrivain de lumière |
| Post Reply |
| Thread Tools | |
|
|