![]() |
|
|||||||
| Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 13
![]() |
2 things...
1. When authoring an article and clicking on "Preview" it actually submits the article. 2. When adding the line breaks (carriage return) it does not add a space between lines of text. It shows a space in the editor but when published there is no space between lines of text. v1.2 with Metallic Glare Thanks! Brad |
|
|
|
|
|
#2 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 641
![]() |
Hi Brad,
1. Yes, "Preview" button submits an article but no one can read it, except site administrator and author. When article has such state, author can view "Publish" button below the article text, that makes articles finally published. 2. Carriage return creates a new paragraph. If you don't like default spacing between paragraphs, you can do follow: a) open file templates/MetallicGlare/view-article.tpl, line #94 Code:
{$article.body}
HTML Code:
<div id="article_body">{$article.body}</div> Code:
div#article_body p {
padding-top: 15px;
}
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
|
|
#4 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 641
![]() |
Always at your services, Brad
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What does it mean "Petal", this is English? | TurXaliM | General Chat | 6 | 09-05-2007 02:16 AM |
| We can't disabled the "READ FULL"? | TurXaliM | Subrion Core Discussion | 8 | 08-01-2007 10:29 PM |
| "Move to .. " - FIXED | redeye | Subrion Core Discussion | 10 | 04-30-2007 08:06 PM |
| Getting "page not found" on all menu items - SOLVED | lexscripta | Subrion Core Discussion | 3 | 04-26-2007 09:29 PM |