-
AuthorPosts
-
September 5, 2009 at 5:45 pm #143950
Is it possible to use the frontpage blog set up, but point to a different section and category for the stories?
I love the styling of the frontpage blog with the thumbnail image, the date on the left, and intro text on the right… but I want to use this set up on multiple pages for different topics. Is it possible to do this?
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
September 5, 2009 at 10:13 pm #316494You can change the layout of the page, click Change Type and choose Front Page blog layout.
That should work.
September 5, 2009 at 11:46 pm #316498I tried that, and it looks like I want it to… but it only pulls the stories that are marked for the frontpage. So its pulling the same content that is already on my homepage, and I want to pull content from other categories for the other pages.
How do I do that?
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
September 5, 2009 at 11:58 pm #316499Have you tried using category blog layout? Set the same parameters that you use on your front page, but choose which category you want it to pull from.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 6, 2009 at 12:12 am #316501This involves template overrides. If you look in your template folder you will see a folder called ‘html’ and in it there will be a folder called com_content. In this folder there will be more folder called article, frontpage, and maybe some other.
These files override the default joomla layout files. To get your section blog or category blog pages looking like your frontpage you will have to create a folder called category and in it a file called blog.php and maybe blog_item.php and copy the style from the Frontpage default.php file over.
I’ve never done it so not sure how straight forward it is but as the Frontpage is basically just a blog layout anyway I’d say it’s simple enough.
Google is your friend! “joomla template override”
November 5, 2009 at 6:10 pm #322683How can I resize the thumbnails on the front page? It keeps cutting the heads off my vertical pictures
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 6, 2009 at 9:21 am #322755<blockquote>How can I resize the thumbnails on the front page? It keeps cutting the heads off my vertical pictures</blockquote>
=> Open templatesja_nickelja_templatetools_1.5.php file, find following code section:
$imagesurl = (file_exists(JPATH_SITE .'/'.$img)) ? JA_Tools::jaResize($img,$width,$height, $crop) : '' ;
and change to:
$imagesurl = (file_exists(JPATH_SITE .'/'.$img)) ? JA_Tools::jaResize($img,$width,$height, $crop, 0) : '' ;
November 9, 2009 at 7:01 pm #323057<em>@JA Developer 151790 wrote:</em><blockquote>=> Open templatesja_nickelja_templatetools_1.5.php file, find following code section:
$imagesurl = (file_exists(JPATH_SITE .'/'.$img)) ? JA_Tools::jaResize($img,$width,$height, $crop) : '' ;
and change to:
$imagesurl = (file_exists(JPATH_SITE .'/'.$img)) ? JA_Tools::jaResize($img,$width,$height, $crop, 0) : '' ;
</blockquote>Thanks for the quick response but it is still cutting it a bit short. How can I set it to 75px by 75px
Here is the live link http://www.viceversaboutique.com
dawax Frienddawax
- Join date:
- June 2008
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 9, 2009 at 7:14 pm #323060<em>@viplister 143474 wrote:</em><blockquote>Is it possible to use the frontpage blog set up, but point to a different section and category for the stories?
I love the styling of the frontpage blog with the thumbnail image, the date on the left, and intro text on the right… but I want to use this set up on multiple pages for different topics. Is it possible to do this?</blockquote>
I found a free plugin that allows exactly what you are looking for called FrontpagePlus.
http://www.nonumber.nl/frontpageplus
It adds an option to your menu that allows you to pint the frontpage layout to any section or category.
(To be sure this is NOT a compensated referral. I just thought it was relevant.)
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 16, 2009 at 4:13 am #323678Hi mdtechteam
Please submit a ticket, send us your ftp account so that we have a closer look on the issue.
Additional, please try to do with other way:
=> Open templatesja_nickelja_templatetools_1.5.php file, find following code section:
function processImage ( &$img, $width, $height, $crop=1) {
and change to:
function processImage ( &$img, $width, $height, $crop=0) {
1 user says Thank You to JA Developer for this useful post
November 16, 2009 at 2:50 pm #323788<em>@JA Developer 153003 wrote:</em><blockquote>Hi mdtechteam
Please submit a ticket, send us your ftp account so that we have a closer look on the issue.
Additional, please try to do with other way:
=> Open templatesja_nickelja_templatetools_1.5.php file, find following code section:
function processImage ( &$img, $width, $height, $crop=1) {
and change to:
function processImage ( &$img, $width, $height, $crop=0) {
</blockquote>THAT WAS IT!!!!!
Thanks guys!!!!
-
AuthorPosts
This topic contains 11 replies, has 6 voices, and was last updated by mdtechteam 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum