boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

index.php?author=1

 
Post new topic   Reply to topic    boardom Forum Index -> Aide en français
View previous topic :: View next topic  
Author Message
java



Joined: 15 Feb 2003
Posts: 5
Location: Paris

PostPosted: Sun Apr 27, 2003 3:49 pm    Post subject: index.php?author=1 Reply with quote

Hello tout le monde,
j'ai un ptit problème, je compte faire un blog collectif et il me faudrait, dans le menu, un moyen pour ne faire apparaitre que les posts d'une seule personne. Dans "readme.html", on trouve ceci :

Code:
index.php?author=1 will display all posts from the author #1


mais le lien renvoie à la page d'accueil avec les posts de tout le monde. Est-ce un bug connu ? Comment faire pour y remédier ?

merci !
_________________
hiho powered - http://www.vaurien.net/
Back to top
View user's profile Send private message
archiguy



Joined: 05 Mar 2003
Posts: 38

PostPosted: Tue Apr 29, 2003 10:04 am    Post subject: Reply with quote

j'ai exactement le même bug, si qq a une idée?
_________________
Archiguy
http://www.archiguy.com
Mais qu'est ce qu'il m'arrive?
Back to top
View user's profile Send private message Visit poster's website
archiguy



Joined: 05 Mar 2003
Posts: 38

PostPosted: Wed May 21, 2003 10:30 pm    Post subject: Reply with quote

voila la solution :
On line 144 of blog.header.php you'll see the line:
Code:
if ((!empty($author)) || ($author == 'all') || ($cat == '0')) {


You need to change it to the following:
Code:
if ((empty($author)) || ($author == 'all') || ($cat == '0')) {

merci navi
_________________
Archiguy
http://www.archiguy.com
Mais qu'est ce qu'il m'arrive?
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Aide en français All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group