| Author |
Message |
afxback
Joined: 11 Nov 2005 Posts: 129
|
|
Need help-some features? |
|
Hi.
I urgently need several features if any body could help me please:
1. When I set the approve news to“yes”, the news posted by users still appear by its short story on front page. I need it never be appeared neither by short nor by full,title,date …until approval.
2. Lost pass and quick login plugins like cutenews from cutephp.com.
3. If I do sort categories by users(restrict some users from specific cats) still there is possibility for new users registered to post news under all of the cats! Because it needs to restrict each user after he has registered. But sometimes it may take times to check new comers while they have not been restricted from posting? While at the mean time I do not want to block users from posting articles in all cats.
4. a popup option for comments view through system settings.
Thanks to all admins and the one who can help me.
|
|
| Tue Jan 31, 2006 4:43 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
Re: Need help-some features? |
|
 |  | 1. When I set the approve news to“yes”, the news posted by users still appear by its short story on front page. I need it never be appeared neither by short nor by full,title,date …until approval. |
In show.news.php change this:
 |  | if (!$is_logged_in or $is_logged_in and $member['level'] == 4){
$where[] = 'hidden = 0';
$where[] = 'and';
} |
to this:
 |  | //if (!$is_logged_in or $is_logged_in and $member['level'] == 4){
$where[] = 'hidden = 0';
$where[] = 'and';
//} |
 |  | 2. Lost pass and quick login plugins like cutenews from cutephp.com. |
What's a quick login plugin doing?
 |  | 3. If I do sort categories by users(restrict some users from specific cats) still there is possibility for new users registered to post news under all of the cats! Because it needs to restrict each user after he has registered. But sometimes it may take times to check new comers while they have not been restricted from posting? While at the mean time I do not want to block users from posting articles in all cats. |
I don't get it. When you put Options -> System settings -> News -> Restrict writers to categories to "yes" and when you add a new user then he is not allowed to post news in any category by default.
|
|
| Tue Jan 31, 2006 7:16 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 129
|
|
Thank you Admin |
|
lots of thanks for response.
----
1. I mean quick login a radio option to save user login info for next automatic logins something like this forum login or "remember me" for example.
----
2. Yes if I set Options -> System settings -> News -> Restrict writers to categories to "yes", then a new user is not allowed to post news in any category by default. But if I set it to "No", the problem exists. Any new user can post in any categories until manually restricted?
I asked this for most of the times I set that option to"No".
.....
excuse me! what about popup option for comments view? is it possible?
....
again thanks to all of you kind people.
|
|
| Tue Jan 31, 2006 8:45 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
Re: Thank you Admin |
|
 |  | 1. I mean quick login a radio option to save user login info for next automatic logins something like this forum login or "remember me" for example. |
The login cookie lasts 1 year. So just don't log out or remove the logout link.
 |  | 2. Yes if I set Options -> System settings -> News -> Restrict writers to categories to "yes", then a new user is not allowed to post news in any category by default. But if I set it to "No", the problem exists. Any new user can post in any categories until manually restricted?
I asked this for most of the times I set that option to"No". |
But if you set it to "No" you can't restrict the writers. Still confused.
 |  | excuse me! what about popup option for comments view? is it possible? |
I'm not that interested in it but if it's possible in Cutenews why shouldn't it be possible in CuteNews.RU?
I'll look at it some time.
Edit:
Lostpass mod is available: http://english.cutenews.ru/forum/viewtopic.php?t=314
|
|
| Tue Jan 31, 2006 11:31 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 129
|
|
another question |
|
Thanks.
You are really working hard helping people....
I downloaded the lostpass mod and will test it.
a very important question left!
I asked you formerly here http://english.cutenews.ru/forum/viewtopic.php?t=182 about multiple includes in one page. I included the edited form of example/index.php and it finaly worked.
But it was cute v2.3.3. When I upgraded to 2.4.1, it did not work and even upgraded to 2.5 and recently to 2.5.4 but it never worked.
The ame eror: post not found!
in versions 2.5 and higher it works in short story only!(on the home page e.g) but when you click on full link it says: post not found. and more annoying is that message appears in 5 places!(I have five includes).
I am confused. only in that version(2.3.3) it works for me. so I can not upgrade and still use that old version.
I dont know why only that version works?
thanks again.
|
|
| Wed Feb 01, 2006 2:28 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
I'm sorry I don't use multiple includes and don't know much about them either.
But I do know that Ramon uses multiple includes on his page and he updated recently to 2.5.4. Maybe he can help you.
|
|
| Wed Feb 01, 2006 3:26 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 129
|
|
|
|
I could not use lostpass mod. in fact I did not know how to use it. There is no "readme file" you said to read it first. If you mean readme file of cutenews, then I read it and found nothing about lostpass module inside it.
For automatic logins I focused on an option to check or uncheck it as in CuteNews original. otherwise I know that cute login mentains login info for long time but it may cause some security problems...
All the best and best.
afx[/i]
|
|
| Wed Feb 01, 2006 10:13 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
 |  | I could not use lostpass mod. in fact I did not know how to use it. There is no "readme file" you said to read it first. If you mean readme file of cutenews, then I read it and found nothing about lostpass module inside it. |
In the lostpass.zip download file there is a readme.txt file which contains the installation instructions.
 |  | For automatic logins I focused on an option to check or uncheck it as in CuteNews original. otherwise I know that cute login mentains login info for long time but it may cause some security problems... |
What do you need a checkbox for? You click the checkbox and you stay logged in until you logout. Without the checkbox you stay logged in until you logout as well. So there is no difference and the security problems are the same.
|
|
| Wed Feb 01, 2006 10:28 pm |
|
 |
afxback
Joined: 11 Nov 2005 Posts: 129
|
|
|
|
I redownloaded the zip and now I have the readme file.
If you found the script for popup view of comments, please put it in download section.
Thank you very much.
afx
|
|
| Thu Feb 02, 2006 7:30 am |
|
 |
|