Search found 19 matches
- Thu 27. Mar 2014, 09:17
- Forum: phpwcms Support English
- Topic: Management of large number of articles in a category
- Replies: 2
- Views: 6542
Management of large number of articles in a category
Hello Has anybody got a solution for maintaining large or very large number of articles per category? Let's say there's a site with 1 article added each 1-2 days. That gives us 160-300 articles per year... of course each year we can do a site maintenance and move these articles to annual subcategory ...
- Sun 19. Jan 2014, 09:31
- Forum: phpwcms Support English
- Topic: Multiuser site with user per content-node control
- Replies: 2
- Views: 4758
Re: Multiuser site with user per content-node control
Well as rgds user data - yes can do extra module to extend the original user profile panel. The tricky part is to have user per node option imho. So each ofthem can manage and browse (backend) only own branch/node and files Only the admin can see and edit whole site. The new node/user add would have ...
- Thu 16. Jan 2014, 11:08
- Forum: phpwcms Support English
- Topic: Multiuser site with user per content-node control
- Replies: 2
- Views: 4758
Multiuser site with user per content-node control
Hi, May have following problem to solve, and I would desperately love to use the phpwcms for it. I see no other way :) Perhaps we can together think of solution of tweaks and addons suitable for future for many others. site structure root node |- 01 general part (general info, contact, promos, maps ...
- Sat 11. Jan 2014, 14:35
- Forum: phpwcms Support English
- Topic: Infinite posts feature / option
- Replies: 19
- Views: 15425
- Sat 11. Jan 2014, 14:02
- Forum: phpwcms Support English
- Topic: Infinite posts feature / option
- Replies: 19
- Views: 15425
Re: Infinite posts feature / option
Could you please be so kind to provide examples of the above, for the sake of completeness? :) There's nothing to add, really. In administration, for sections that have many articles (news, events, blog name it any way you want) one must enable pagination and set it to required number of elements ...
- Sat 11. Jan 2014, 11:40
- Forum: phpwcms Support English
- Topic: Infinite posts feature / option
- Replies: 19
- Views: 15425
Re: Infinite posts feature / option
Soo, tried it on phpwcms 1.5.4.1 (r491), and it worked (in general) straight from the box. Code used was Infinite Ajax Scroll (IAS) from https://github.com/webcreate/infinite-ajax-scroll Here's how it went: 1. Site is using paginate code as in config/phpwcms/conf.template_default.inc.php file with ...
- Fri 10. Jan 2014, 18:18
- Forum: phpwcms Support English
- Topic: Infinite posts feature / option
- Replies: 19
- Views: 15425
Re: Infinite posts feature / option
Will have a think about it... slight trouble is I'm not the best javascripter in town :D To tell you the truth I recently had to make a website based on 'wp' and it was so incredibly painful I regretted this job the second day it started... Mmy customer needed to use a tool that's based on.. that ...
- Thu 9. Jan 2014, 12:50
- Forum: phpwcms Support English
- Topic: Infinite posts feature / option
- Replies: 19
- Views: 15425
Infinite posts feature / option
Is it possible to implement somehow the 'infinite posts' option so once we open a page/section it will automatically load few articles and add more articles from that category every time we reach almost end of that page?
That would be very very useful
That would be very very useful
- Sat 16. Mar 2013, 17:30
- Forum: phpwcms Support English
- Topic: Multilanguage - purpose and meaning of backend lang flags
- Replies: 6
- Views: 10297
Re: Multilanguage - purpose and meaning of backend lang flag
oh, that's interesting actually... I know this solution/script, yet never used it...
now I think one can actually use only part of it to set the DOCTYPE_LANG to desired value according to current node
and THAT would solve the browser vs chosen/viewed language l18n mismatch.
...I guess
now I think one can actually use only part of it to set the DOCTYPE_LANG to desired value according to current node
and THAT would solve the browser vs chosen/viewed language l18n mismatch.
...I guess
- Sat 16. Mar 2013, 13:11
- Forum: phpwcms Support English
- Topic: Multilanguage - purpose and meaning of backend lang flags
- Replies: 6
- Views: 10297
Re: Multilanguage - purpose and meaning of backend lang flag
the idea behind the flags is to control your multi-language website by this. So I understand it is to provide page to page content language switching? Might be interesting, although in my opinion the best way is to keep all language versions separate. I found out my clients often have VERY ...
- Tue 12. Mar 2013, 13:02
- Forum: phpwcms Discussion
- Topic: Experimental: new option to allow slashes in alias
- Replies: 4
- Views: 5390
Re: Experimental: new option to allow slashes in alias
Must say it out loud. You guys rock!
Just found that feature in one of latest releases ^^
best
Adam
Just found that feature in one of latest releases ^^
best
Adam
- Sun 10. Mar 2013, 19:12
- Forum: phpwcms Support English
- Topic: Multilanguage - purpose and meaning of backend lang flags
- Replies: 6
- Views: 10297
Multilanguage - purpose and meaning of backend lang flags
Hi, Can anyone, please, explain me the meaning and purpose of language flags/fields that were recently added to category and article edition pages? Most of my clients ask for multilingual content, and I have always made it 'standard' way - produce separate structure for each languaga available ...
- Wed 9. Jan 2013, 07:21
- Forum: phpwcms Support English
- Topic: Howto make all backend users share SAME files?
- Replies: 1
- Views: 5863
Howto make all backend users share SAME files?
Hi, Have a site where there are going to be a number of content editors, but it is topmost uncomfortable for them to have various files. I mean they just need to have various user names (so each can 'sign' an article), but all of them absolutely need common access to common file tree. The default ...
- Fri 4. Jan 2013, 11:07
- Forum: phpwcms Support English
- Topic: Slashes in article/category alias may cause rewrite problem
- Replies: 2
- Views: 6444
Re: Slashes in article/category alias may cause rewrite prob
No, the slashes in alias work fine ...despite they are hand made ;) The trouble I found was so when a standard order of htaccess rewrite commands was used - it did not process the 'directory exclusions' properly as it was before all other 'cleanups', so when added more rewrite commands (ie to make ...
- Fri 4. Jan 2013, 10:59
- Forum: phpwcms Support English
- Topic: Articles display despite being hidden and non-public
- Replies: 0
- Views: 7258
Articles display despite being hidden and non-public
Hi, Found a problem in version 1.5.4.1 (2012/06/12, r491). For some reason this installation displays articles on an article list despite they are hidden or visible. Yet, these hidden articles are not available for full-view (get 404 on them, so that works ok). It's just the article list despite ...