Hi, all!!!
It’s my first post, and first modification.
Hope you like it!!
Greetings for the wonderfull CMF!!!
Changelog for NewsManager (ver.1.4):
Changelog:
- FIX problem with hide/show button;
- FIX problem with move/remove in menu;
- FIX problem with pagination;
- MODIFIED pagination;
- ADDED two placeholders ([+prevsplitter+], [+nextsplitter+]), replacing [+prevnextsplitter+] placeholder;
EXAMPLE USAGE:
[+previous+][+prevsplitter+][+pages+][+nextsplitter+][+next+]
Regards,
Lyubomir
Hallo..
i have problem with this snippet. if i activate pagination and set $nrposts more higher than records (ex: in databse : 5 record, $nrposts i set 10), i have error.
can you help me fix this problem?
I have a question. Any idea why the createdby ID (i.e. user ID) is stored as a negative number? What happens if I force it to be positive? Jot moderation and email notification does not seem to work with the negative number.
-
☆ A M B ☆
- 24,524 Posts
Web user IDs are stored as negative numbers, Manager user IDs are stored as positive in some cases. This separation of web user/manager user causes all kinds of interesting issues, which is why Revolution doesn’t do it.
Forcing it positive shouldn’t cause a problem in this context.
Thanks a lot for that insight Susan. Ill seeif I can play around and get Jot working properly.