Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: Only First Post Possible To Read For Guests 
 
Hey Informpro,
thanks for your testing.

I saw now that I was testing it with latest SVN version and not IP 1.3
It is very similar but maybe this was the problem.

I fixed it now I little bit different

OPEN viewtopic.php
FIND
Code: [Download] [Hide] [Select]
LIMIT " . $start . ", " . $config['posts_per_page'];

REPLACE WITH
Code: [Download] [Hide] [Select]
LIMIT " . (($userdata['user_id'] == ANONYMOUS) && ($forum_id == 1) ? 1 : $start . ", " . $config['posts_per_page']);


Do you think this is safe to use?
Thanks for your opinion.
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [SOLVED] Only First Post Possible To Read For Guests 
 
Oh ! yeah ! sorry. I havn't guessed.

Quote:
save to use?
I suppose you mean "safe" : so yeah, for posts, it's safe. But there's many other ways to get the content. They are listed in a key lang (about self auth) : as "random post", "recent post", and so on.
 



 
Last edited by Informpro on Wed 13 Apr, 2011 20:45; edited 1 time in total 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Only First Post Possible To Read For Guests 
 
Yes, thats right... but I dont care about the other options to get the content.

Thanks for your help
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events