|
De syntax has changed: (DON'T put a space after the { of before the } ) { all_weblinks}{/all_weblinks} gives all links { all_weblinks}1{/all_weblinks} gives the links for category 1 { all_weblinks}1,3,6{/all_weblinks} gives the links for categories 1 3 en 6
Also you can add parameters to your call to override the settings of the plugin.
Currently there are 7 posibilities:
- show hits [0|1] : Shows the number of hits for this weblink
- show_new [0|1] : Shows if the weblink is new
- new_window [0|1] : Open ALL weblinks in as new window
- show_header [1|0] : Shows the category header
- moduleclass_sfx : Moduleclass suffix for CSS
- display_description [0|1]: Displays the description below the Link
- real_url [0|1] : Shows the Real URL for the link not the JOOMLA url
The call is like this { all_weblinks show_new=[1]}1{/all_weblinks } gives the links for category 1 and enhances the new ones...
For the moduleclass_sfx you can specify _col , _blocks or something you put in, look at the samples for the layout
Installation
- Install it the usual way on your JOOMLA! site
- You can specify additionally
- Number of days link is new: How log is a link considered new [default: 3 days]
- Text to show on new links: Text to show if a links is new [default: *]
- Link Sort order: Select Date Descending, Hits Descending, Hits, Order
- Category Sort order : Select Category Id or Order
- Show hits: Show the number of hits in the title [default: No]
- Length of title : Maxinum number of characters before a title is cut off
- Length to cut off: Cutt off after this many characters
- CSS Class Suffix: Suffix
Download
Download last version from here
Change log
4 august 2010 Version 1.7 Released
- Bugfix: chaged show_description to display_description in comments
- Bugfix: Breaks are now shown in Display_descrition
- New commandline option: real_url=[0|1] Shows real URL not joomla URL
rel. 1.6: * The plugin now uses the accesslevel in the weblink category
18 November 2008 Versiopn 1.5.3 released : Fixed Character cut off and X-Html complicancy issues
31 october 2008 Version 1.5.2a released : formatting bug fix
30 october 2008 Version 1.5.2 released : formatting bug fixes
26 october 2008 Version 1.5.1 released : added moduleclass_sfx to the parmeters and _blocks to the CSS file
22 october 2008 version 1.5.0e released : first version
|