| Author |
Message |
Nomad Client

Joined: Jan 21, 2006 Posts: 87 Location: Arizona
|
Posted:
Thu Jun 01, 2006 7:14 am |
|
In the NSN configuration, you can set the #of Articles in Home. This function works when I'm Admin, and it works for "anonymous" users. But it doesnt work for "registered" users.
I.e. If I set it for 4, but I have 20 articles, the page will only display 4 at a time, with a page index link at the bottom. But if I'm a registered users, it shows all the articles on one page without the "next page" index.
|
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7452 Location: Arizona
|
Posted:
Thu Jun 01, 2006 12:25 pm |
|
There may be a disconnect in the number of articles between what is in your ACP -> Preferences vs. what your particular registered user has elected. Try setting your registered user's number of articles to display setting back to what the default is (if its different) and see what happens. |
|
|
|
 |
Nomad Client

Joined: Jan 21, 2006 Posts: 87 Location: Arizona
|
Posted:
Thu Jun 01, 2006 12:35 pm |
|
Thank you. You were exactly right.
 |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7452 Location: Arizona
|
Posted:
Thu Jun 01, 2006 12:43 pm |
|
BTW, you may want to set everyone back to the default (using phpMyAdmin) and then turn off "Let users change News number in Home?". |
|
|
|
 |
Nomad Client

Joined: Jan 21, 2006 Posts: 87 Location: Arizona
|
Posted:
Thu Jun 01, 2006 1:17 pm |
|
Done!
Thanks again!
:yeah: |
|
|
|
 |
floppydrivez Worker


Joined: Feb 26, 2006 Posts: 210 Location: Jackson, Mississippi
|
Posted:
Mon Apr 02, 2007 2:24 pm |
|
In order to get the above suggestions to work correctly you may have to clear your browser cookies.
Setting all users default storynum to 20 or whatever you choose. In phpmyadmin run this (click the sql tab and paste the below)
| Code: | | UPDATE nuke_users SET storynum = '20' WHERE storynum = '10' |
Be sure to change 20 to your new set number
Be sure to change 10 to whatever old default was. |
|
|
|
 |
|
|
|
|