-
AuthorPosts
-
August 5, 2008 at 1:45 pm #131811
I’m trying to add a new module position in mageia so I can integrate the JAflowlist extension with the template.
Please advise how to go about adding this module just below the header images in the main content area. In other words, just above the content area for the frontpage.
I’m on Joomla 1.5+ with Mageia as template. Operating system = Linux apache MySql 4.+, PHP 5.+ etc
August 8, 2008 at 12:16 pm #264510Please help
is this possible or not…..
I suppose with the narrow and wide views of Mageie this might prove to be a bit of a problem but I reall, really, really want to get this feature…..Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 11, 2008 at 3:21 am #264837Can you give us your live URL, any screenshot or more details of the problem will be helpful
August 11, 2008 at 6:11 am #264849Hi nguoiabcd
Thanks for having a look into this for me.
I’m running a local wamp stack trying to develop the site before I place it live. Im on Joomla 1.5.4 running on PHP 5.* & MySQL 5.*What I’m after is the following:
1. a new module position in Mageia (see attached file mageia 2474)
2. I want to place the JA flowlist in this module position (as per JA Labra template – se attached file Labra 2475)
3. The effect I’m after is kind of like the VM scroll module like the one on JA Mesolite (See attached file mesolite 2476)
I hope this helps
- Menalto Friend
Menalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
August 11, 2008 at 6:30 am #264852Hi Menalto
Thanks for helping.
Here is what I have in mind, It is a bit crude because I cut and paste from a screenshot. The background of the flowlist needs to be white to fit with the template.
2477
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
August 11, 2008 at 6:30 am #264853You can open the index.php file and find this here:
<jdoc:include type="component" />
Above there you add this code here:
<?php if ($this->countModules('yourposition')) { ?>
<div id="ja-flow">
<jdoc:include type="modules" name="yourposition" style="raw" />
</div>
<?php } ?>
Save and open the css file for the template and add this at the very bottom:
#ja-flow {
width: 100%;
margin: 0;
padding: 0;
}
If it seems to need a specific height you can add “height: 200px;” below padding: 0; in the css file.
NOTE: you can replace yourposition with a name that suits you better.1 user says Thank You to Menalto for this useful post
August 14, 2008 at 10:40 am #265347Thanks Menalto. This was perfect.
The last question for thisWhere can I look to change the image titles in the flowlist to black as it is currently in White and can’t be seen against the white background.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by williewe 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum