![]() |
|
|
|||||||
| Article Script / Article Directory Script Here we discuss current functionality of our article directory script for Subrion CMS. It could be easily used as a standalone articles website as well as article directory script. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
What is the 'hidden' articles?
It is system record used for autosave and some other things, there are no useful information in it. Hidden articles makes active or approval when user submit it. How to clear hidden articles? It is not necessary to clear hidden articles often, once in a month quite enough. Go to admin panel -> Manage Database and run following query Code:
DELETE FROM `{prefix}articles` WHERE `url`='' AND (TO_DAYS(NOW()) - TO_DAYS(`date`) > 1)
Go to Admin panel -> Language Manager -> Search in Phrases and find 2 phrases by 'Phrase Variable Name' start_slogan_head start_slogan_bottom you should change they values. How to show articles comments number? Edit file packages/publishing/includes/classes/sbr.front.common.php, find PHP Code:
PHP Code:
__________________
With private requests send a ticket on http://www.subrion.com/desk/ Last edited by Sergey Hmelevsky; 10-21-2008 at 09:23 PM. |
|
|
|
|
|
#2 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
How to translate Subrion to other language?
Now you have translated Subrion and can backup language on your computer in "Language Manager".
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Questions about Subrion CMS | jay888 | General Chat | 6 | 09-10-2008 11:49 PM |
| Few Questions | bosshog | General Chat | 1 | 01-03-2008 08:33 PM |
| Questions after installation | baramister | General Chat | 2 | 05-30-2007 09:18 PM |