
The content in this e-book is based on real life use of Joomla! for blogging since 2009. Want a printed version? Real-life experience This is just a small taste of what's included in thisĬomprehensive guide on blogging with Joomla. Joomla with the EasyBlog blogging component.Joomla with the K2 Content Construction Kit.Joomla with a selection of installed extensions.
#BLOG ON JOOMLA SOFTWARE#
In this thorough e-book, you'll take an in-depth look at building a Joomla web site with a number of different software solutions: The book will help you pick the right solutions Essential extensions for improved workflow.This way you'll keep "Read more" link for all other instances of your article(s) except for the blog category view. Also, you can set "Show read more" to "Hide" now within same menu item since you don't really need it now. By default it's Show in global configuration. This will work if you have "Show Intro Text" parameter set to Show within Menu item Options parameters and I presume you want to keep this.
#BLOG ON JOOMLA FULL#
Refresh your page where you have category blog view and you'll get full text of your article(s). Now you need to edit line around 47 in my version of Joomla (3.4.1) which is: item->event->beforeDispla圜ontent ?> item->introtext ?>Ĭhange to item->event->beforeDispla圜ontent ?> item->introtext.$this->item->fulltext ?>

File you need is blog_item.php Click on it and you'll see it on the right. Go to "Editor" tab now -> click html folder, then com_content -> category. You only need to change few lines for your particular problem. Joomla created all folders and files you need to change now. In list(s) click on com_content (middle column) -> category. No matter you might not know php, you can do it here.Ĭhoose "Create Overrides" tab at top. Now you're editing your template more "close" to it's php code. Go to Extensions - Template Manager - Templates (on the left) - click on your default site template title. What you need to do in this case is create override for category blog view. So, hiding "Read more" (within menu item parameters or article settings) will do exactly as it says - it'll simply hide readmore and whole article won't show up again at the end. I'd say none of the above completely solves general situation when you have article where you want to have "Read more." link / button. *Make sure you will adjust any settings/options of the menu item to suit the rest of your needs (show/hide readmore etc). When you are about to choose they menu item type, you will find a new type: Blog Full Text. Go in Menu Manager and create a new menu item for the articles component. Now you will have a new menu item to choose for your category blog layouts. Create Menu Items with your new Alternative Menu Item Open the and edit line around 47: item->event->beforeDispla圜ontent ?> item->introtext ?>Ĭhange to: item->event->beforeDispla圜ontent ?> item->introtext echo $this->item->fulltext ?>Ĥ. Edit the new template file of the blog item.


Open the blogfull.xml and edit the top lines: ģ.
