Skip to content

dart-creations.com

Advertisement
Home arrow Joomla arrow Joomla Modules arrow Joomla Featured Articles Module
Print E-mail
Sunday, 27 May 2007

Joomla Featured Articles Module

Ever wanted to draw attention to a few particular articles in your joomla website? This simple module allows you to do just that. You just specify the content IDs of the articles you want to feature, and they will their title will get displayed in a simple module.

Click here for Joomla 1.5 Featured Articles

The idea behind this module is that you might have written a few articles which you like particularly and want to display on the frontpage or in some particular menu link. You could create a new menu to display them and choose the items you like, or you could use this simple module. Just install using the standard module installation. Then you have the following parameters:

  • Content Item IDs - the content item IDs of the articles you want to feature. These must be enclosed in brackets (), and if there is more than one they must be separated by a comma e.g. (1,2,3)
  • MenuID - the menu ID which this article is related to, (blank if n/a). This ensures that any modules associated with the menu item is displayed accordingly.
  • Title Class - the class of each article title
  • Inline CSS Style - Extra inline CSS style to apply to the module div tag

Download

Please Register and Login to download.

If you like it, please take a moment to write a small review on the Joomla Extensions site , vote for us, or link to us! Smile

The module should be fairly easy to use, however if you find any problem while use it, please drop a line in the comments below or contact, and we try our best to support you. If you like it and used it, please do leave a comment with a link to your site, it would be good to know that other people have found it useful. We consider this to be just a drop in the open-source ocean.

If you'd like to see it in action, just take a look to the left (Featured Articles).

Compatibility

There are three versions, one for 1.5 (native), which has two layouts (default which uses Divs, ULs and LIs, and table layout which uses tables). There are another two versions for 1.0. The two versions for 1.0 are for DIVs and tables respectively.

Installation

To install the module, simple go to (Extensions > Module Manager for Joomla 1.5) or (Installers > Modules for Joomla 1.0), choose the file you have downloaded above and click on the upload and install button. 

Configuration

Configuration of the module is done via Modules > Site Modules. Click on the Featured Articles item, and you will see a screenshot similar to the one below: 

Image

You then need to find the content item ids of the articles you want to display. This is done by going to Content > All Content Items, click on the first article you want to display and in the Publishing parameters in the right you will find the content item id as shown in the figure below. The content item id is 38 in the example below. 

Image

Find the content items of all the articles you want to feature and then in the Content Item Id parameter of the module, enter all the item ids. If you want to feature articles with content items ids 37, 25, 38 and 50, the Content Item Id parameter of the module will be (37,25,38,50) as shown in the screenshot above. This parameter is required, and unless the format is  (37,25,38,50) with your content ids instead of the numbers, the module will not work.

The rest of parameters are:

  • Ordering - determines the way the items are ordered when shown
  • Menu Item Id - this is the menu item ID you want the articles to be associated with it. This is used for determining which other modules are shown. Leave this empty if you do not understand what it does.
  • Title class - this is the CSS style of the Title text of the article. Leave this empty if you do not understand what it does.
  • Inline CSS style - extra inline CSS style which is used to be able to apply a particular style just to this module. Leave this empty if you do not understand what it does.
  • Module class suffix - this allows you to create individual styling

  • UL CSS style - UL CSS style to apply to the unordered list HTML tag. Leave this empty if you do not understand what it does.
  • LI CSS style - LI CSS style to apply to each item in the list. Leave this empty if you do not understand what it does.

The give the module a position, publish it and you're up and running.

Screenshot

Sample Usage

Update: Thanks goes to Ryan which modified the code slightly to allow each item in the featured articles module to be associated with a menu item, and thus keep any modules associated with that menu item.

Support

Please post to the forums of you need help in configuring the module.

 

Styling the module to the Look and Feel of your website

Please note that there are two versions of the module, and the way their styling works is different. You should download both modules, and see which one works best for your website. The best way to determine which module to choose is to take a look at the html generated by your template. You should decide where you will be putting, and then take a look at the html of that section of your template. You do this by viewing the source using FireFox or Internet Explorer.

Let's give an example of this:

I have decided to place the Featured Articles module below the main menu in the left column, and keep the same style of the main menu items. Therefore, I view the source of the current page (right click, View Page Source) and search for main menu text. The main menu is generated by the following html code.

Tables

As you can see, the main menu makes use of tables. Therefore, to keep the same style, I should use the tables version of module.

On the other hand, if you look at your  website's source and the position where it will be  is not rendered via tables, but via divs, then you should use the div version. 

div styling

As you can see in the image above, here we have rendering which is done only via unordered lists (UL) and list items (LI), which shows up in your site as a bulletted list. If the area where you will be putting the module is rendered similar to the one above, then you should download the div module.

Styling the tables version

The tables version of the module should be quite easy to style, provided that the module works well with your website. Once again, the best way to style your module is to look at modules or parts of your website which you already like, and attempt to copy these. The way to do it, is to once again look at the code which is generating your code. Continuing on the example of styling the module to look like the main menu, I once again view the source of the page and find that each item is styled using the mainlevel class.

Mainlevelclass

Therefore, the only change required, is the adding of the mainlevel in the Title Class field of the module.

Set Title Class

Before styling:

No Styling

After styling: 

Styled

Styling the DIV version

The DIV version is rendered by having a DIV tag, within which there is a UL tag and several LI tags. Therefore, the first styling which will be applied is the styling defined for the UL and LI tags in your template. Typically you would want to change this. The most popular styling would be making the Featured Articles module look like the Lastest News module or some other module which already exists. The module allows you to apply other styles to the UL and LI class. You therefore need to look at the way HTML code which renders the latest news module and adjust the module parameters to replicate the class styles in the featured articles module.

Div Styled

Typically, you would need to add a class style which exists in other modules (Latest News or Most Read) to the UL / LI / Title class parameters of the module. This has to be done through some trial and error.

CSS Styling Service

A lot of people have been having problems styling the module. The module supports any styling you require, though it seems that most people have trouble configuring the styles. Most requests have been for helping to style the modules to the look and feel of a particular website. I will be publishing some articles soon. For those who don't understand the way CSS works, or want a quick touch up of the module to suit your site's style, I'm offering a special service, priced at €10 to customize the module. I have helped numerous people in the past, unfortunately, time has become so limited that I need to start asking for a small fee for this service. If you are interested please contact us

   

Do you like this module? - Buy me a beer (€3)

If you liked this module, please consider buying me a beer Cool Every drop counts! No guarantees that any donations will be spent on new development rather than beer, though every effort will be made to spend all donations on new developments Smile

Please use the Donate button on the bottom right to donate via Paypal.

Warning: Installing 3rd party extensions may compromise Joomla's security. Make sure that you trust any 3rd party extension that you install.

 

Comments
Search RSS
Neat  - what does it look like ?   |216.221.84.xxx |2007-05-27 21:01:51
Could you post a screenshot ?
DART Creations  - Looks like ...   |82.205.232.xxx |2007-05-28 04:02:09
... the featured articles you see on your the left side of the page.
Chinaman  - Removed tables   |58.6.0.xxx |2007-05-28 05:56:48
I liked the simplicity of this module, but wanted divs and not tables, so
changed to combination of div ul and li
DART Creations  - Removed Tables   |82.205.232.xxx |2007-05-28 09:02:10
Chinaman: It would be great if you contact us through the Contact Us page, so
that we may put up your version for download too.
DART Creations  - Removed Tables   |82.205.232.xxx |2007-05-28 15:00:17
Created a new tableless version, which uses DIVs, ULs, and LIs only.
bob  - thanks   |24.176.165.xxx |2007-05-31 13:55:47
www.stoptheadl.org
Amelia  - Love this!   |24.155.209.xxx |2007-06-22 04:11:30
It's genius. I have been looking for something like this!
zaher  - Nice   |217.26.84.xxx |2007-06-27 09:54:40
Nice Work
Ryan - 72dpi  - Very Sweet Module   |202.1.29.xxx |2007-07-05 05:43:23
Well done guys.

this is such a helpful Module. it reall has saved me so much
time & hassle.
Further to that, it's semantically correct output is great!
I
believe there's a minor update coming for even more functionality? =)
keep up
the gr8 work!
Max  - An essential joomla add-on   |195.92.168.xxx |2007-07-12 06:33:18
This needs to be integrated into the joomla host system. Very useful, thanks.
Ian Bendtsen  - Mr.   |212.242.207.xxx |2007-07-14 15:45:14
This is exactly fulfilling my need to present articles that I would like to
direct attention to.

Thx
Ian Bendtsen
Tom  - Getting error - could you chec   |70.225.71.xxx |2007-07-18 17:16:48
Getting this error:
Warning: Invalid argument supplied for foreach() in
/home/ltffizz/public_html/new/modules/mod_featured articlesdiv.php on line
57

Don't quite know how to proceed. Link is
here:
http://ltf.fizzcolabs.com/new/index.php

tha nks!
DART Creations  - Error - Invalid argument suppl   |85.232.196.xxx |2007-07-18 17:30:23
You are using the incorrect syntax for the content items to use.

They have to
specified like this
(xx, xx, xx) where xx is the content id of the article to
display. Brackets must be included.

E.g. (37,25,38, 50)
Michael  - Problems   |68.98.144.xxx |2007-08-05 22:07:38
No matter what I do, it won't show up. I have it set to display on all pages.
I've tried moving it; Left, User1, User5, Right, Top, Banner. Only once did I
see part it, in the side menu.
DART Creations  - Michael   |85.232.196.xxx |2007-08-09 17:51:52
Are you sure you have published the module Mike?
bagaskara  - Great job!   |222.124.227.xxx |2007-08-18 02:28:34
Thnx for sharing! Great job!
Josh  - Found an error   |199.243.218.xxx |2007-08-18 23:43:21
Undefined variable: buffer in modules/mod_featuredarticlesdiv.php on line
78

Any suggestions?
Josh  - Found an error - fixed   |199.243.218.xxx |2007-08-18 23:52:38
Hi guys,

Great module by the way. Just had to declare the buffer variable at
the start of the php file below the other variables. If someone sees that this
may cause problems please reply, otherwise, this fixed the issue I was
having:

$buffer = "";
DART Creations  - Buffer Error   |85.232.196.xxx |2007-08-19 06:06:45
I have updated the code to declare the buffer variable. It seems that with
certain versions of php, the buffer needs to be declared whilst with others it
doesn't.
DART Creations  - Article Ordering   |217.145.5.xxx |2007-08-20 09:49:53
A user of the module has recently sent me an email about the possibility of
ordering the articles. The module will be soon updated to be able to do this be
default, in the meantime, below is the email by Burek which allows ordering by
category and article ordering.

Hi,

I've made just a small change to your
"Joomla Featured Articles Module" that cause article links to be ordered
in the way they are ordered in the backend (first by category ordering, than by
article ordering) and here is that change, so if you whish, you can update your
module with it.

in the file "mod_featuredarticlesdiv.php", find the
line:

$sql = "SELECT id, title FROM #__content WHERE id in
$ids";

and replace it with the line:

$sql = "SELECT CON.id id,
CON.title title FROM #__content CON, #__categories CAT WHERE CON.id in $ids AND
CON.catid=CAT.id ORDER BY CAT.ordering, CON.ordering";

The change consist
Mark  - still getting the same error   |217.77.220.xxx |2007-09-20 13:54:00
Warning: Invalid argument supplied for foreach()...
Could you please specify
where I should input the content id values.Thanks a lot!
DART Creations  - Warning: Invalid argument supp   |85.232.202.xxx |2007-09-21 08:27:09
Mark,
please follow the instructions provided in the Configuration section
above. This should show you how to elimnate the problem you have.
Big Kiwi  - Fantastico   |24.136.81.xxx |2007-09-25 06:19:51
I am just starting out with Joomla, but my road so far has been like a video
game ... every day I come across a module (like this one, a little pot of gold)
which, very simply, allows me present my content to my web visitors when and how
I want, and so easily.

Love Joomla, just love it!

Cheers,

Kiwi
Larissa  - Additional CSS   |189.26.39.xxx |2007-09-26 13:58:38
Hi,

how can i use the Inline CSS Style, UL CSS Style and LI CSS Style?

what
class or id divs to use?

thanks a lot!
Ted  - Thumbnail Pics   |67.185.60.xxx |2007-09-27 16:07:29
Anyway to have it include a thumbnail pic from the article next to it?
DART Creations  - Thumbnail Pics   |85.232.195.xxx |2007-09-27 19:03:02
Hi Ted,

not at the moment, there isn't. Though is definetely something I will
keep in mind for the next version.
Rob  - Article Ordering   |78.148.99.xxx |2007-09-28 18:19:03
Hi,

Great module.
I made a small modification 'tho, because I found that the
featured articles were going in chronological order, rather than the order I
listed them in the backend of the module...

In the file
"mod_featuredarticlesdiv.php", find the line:

$sql = "SELECT id,
title FROM #__content WHERE id in $ids";

and replace it with the
line:

$sql = "SELECT id, title FROM #__content WHERE id in $ids ORDER BY
FIELD(id, ".preg_replace('/[\()]/', '', $ids)."";

The
"preg_replace" strips the brackets from the backend list, and the
"ORDER BY FIELD" selects the articles using exactly the same order as in
that backend list.

cheers,
Rob
DART Creations  - Article Ordering   |85.232.195.xxx |2007-09-28 19:09:14
Rob,

thanks for sharing! This is the 2nd mod for ordering articles in the
module.
Kingomar  - Write comment   |76.19.85.xxx |2007-10-06 22:41:30
Hi,

I like this page in which we are able to comment and compliment your work.
What component is this, or how may I implement something similar on my
site?

Awesome module by the way !!!
Majid  - Module Class Suffix?   |202.1.192.xxx |2007-10-10 15:15:19
Hi im a newbie, and the template i use uses the "Module class suffix" to
change colours ( so i can for example fill the Featured articles user with a
different colour). This is a great module but i need that functionality
too.

Appreciate any help.
Majid  - Module Class Suffix?   |202.1.192.xxx |2007-10-10 15:17:50
What i mean is where is the " module class suffix" part?
User   |89.6.240.xxx |2007-10-15 17:42:55
Great module. Simple and usefull.

One suggestion: Could be a "random"
featured articles module?
DART Creations  - Random Featured Articles   |85.232.197.xxx |2007-10-15 20:08:58
I will add it to the list of enhancements, which will be done, hopefully in the
near future.
Claude   |125.238.94.xxx |2007-10-22 07:16:03
Any idea why when it points to a page that uses bullets in the text, it displays
them as
DART Creations  - Problems with display   |85.232.194.xxx |2007-10-23 16:45:10
Claude, please send an email using the Contact Us page so that we may help you
solve your problem.
Ben  - CSS   |87.254.75.xxx |2007-10-27 21:51:11
Hi,

Nice Module.

Any chance of some examples I could use for the CSS? I
am not sure how I can modify using the CSS elements?
JP  - Same as above CSS issue   |76.175.142.xxx |2007-10-28 03:46:22
I would love to find a way to modify CSS also. I went into all the css file to
modify the UL and LI, but it won't budge. Please help. If I could make it look
similar to this website "Featured Articles", it would so wonderful.
Thanks for the great module btw.
DART Creations  - CSS Examples   |85.232.203.xxx |2007-10-28 08:46:12
I'm working on some CSS example articles. I'll post them soon.
John Beamer  - Joomla 1.5   |196.37.27.xxx |2007-11-20 08:03:35
Will this be coming out for version 1.5?

Thanks
John
DART Creations  - Joomla 1.5 Version   |85.232.198.xxx |2007-11-21 21:03:22
Hi John,

yes, all modules will be converted to Joomla 1.5 once this has been
officially released.

However, the modules should still work correctly on Joomla
1.5. I'll test and update asap.
John Beamer  - Joomla 1.5   |196.207.32.xxx |2007-11-29 14:34:42
Thanks for the reply. I'll download it and try.

John
Geefee  - Shown?   |118.137.203.xxx |2007-12-10 23:50:54
i like to show the article in my front. but it just showd just a link? how do i
show it all?
Sebastien  - problem again   |193.92.139.xxx |2007-12-18 14:08:53
Warning: Invalid argument supplied for foreach() in
/home/beto2007/public_html/modules/mod_featuredart iclesdiv.php on line 75

What
should i do?? any help??
hello  - this is a test   |61.6.207.xxx |2008-01-23 06:46:25
hello! there!
DART Creations  - Replies   |85.232.200.xxx |2008-02-05 21:18:52
Geefee,

showing all the article is not a feature of this module.

Sebastien,


you need to put in the content item of the articles to display in the correct
format.

Hello hello!
Shonn  - Great Job   |68.56.236.xxx |2008-02-06 12:55:34
Thanks for all your efforts.
Tom Manners  - Category / Section   |208.54.95.xxx |2008-02-21 21:22:24
Anyway to also point this to more than an article, like a category blog ?

BTW,
Love the module the way it is!
Tom Manners  - More than a article   |208.54.95.xxx |2008-02-21 21:24:47
Anyway to point this to more than a article? Can you point it to a 'category
blog' page?
Ron S  - multi module??   |76.191.227.xxx |2008-02-26 18:21:22
My site has a side panel that is allocated to 3 modules--(cpanel,user1,user2) I
am able to assign the module to ie: cpanel but I want to create three separate
lists..so far I can only do the one? any help is appreciated and your module is
great!!
jhonny  - nice   |59.93.77.xxx |2008-03-22 03:35:30
nice article
DART Creations  - multi module   |85.232.196.xxx |2008-03-22 07:26:54
You can create a copy of the module, and assign each copy to the different
positions you require. Then change the content IDs for each module seperately.
jenkinhill  - Install error, Joomla 1.5.2   |Registered |2008-03-24 16:51:40
* It was not possible to copy the selected file.
* JInstaller::install: Failed
to copy file: /var/www/html/tmp/install_47e7e97453a68/mod_j15fea
turedarticles/tmpl/index.html to
/var/www/html/modules/mod_j15featuredarticles/tmpl /index.html

This error
present also in legacy mode and when Install from Directory was used
DART Creations  - install error   |85.232.196.xxx |2008-03-24 17:39:22
This is typically a problem with the permissions on the server. You need to
enable the FTP layer to solve this problem.
jenkinhill  - Install error fixed   |Registered |2008-03-24 18:36:02
ftp enabled and module installed. Thanks.
pastorjon  - No menu_id field   |72.73.118.xxx |2008-04-01 01:12:00
I'm using 1.5, and just installed the module, but I don't see a field for
menu_id. Did I miss something?

Thanks!
adib  - hi a problem here when install   |Registered |2008-04-01 02:56:27
* It was not possible to copy the selected file.
* JInstaller::install:
Failed to copy file: /var/www/clients/everest/tmp/install_47f1b1d973601
/mod_j15featuredarticles/tmpl/index.html to
/var/www/clients/everest/modules/mod_j15featuredar
ticles/tmpl/index.html

Message

* Install Module Error

Legacy mode
with FTP on.
What did I miss?
DART Creations  - menu_id   |217.145.5.xxx |2008-04-01 06:05:30
Pastorjan, I am using the new functions of Joomla to create the links to the
articles (as opposed to the old version where links were created manually), and
thus everything should be handled automatically.

However, if you still
require the menu_id parameter do get in touch.
DART Creations  - Install module error   |217.145.5.xxx |2008-04-01 06:06:55
adib, you need to setup the FTP layer correctly. This problem occurs due to a
lack of permissions on your server, however using the FTP layer solves this
problem.

For the 1.5 version, legacy module is not required.
adib  - Unable to find install package   |Registered |2008-04-02 06:10:32
I have properly configured the FTP.
But i need the legacy module for other
modules to work properly.

However both versions of Featured article 1.5 and 1.0
cant be installed.


it says Unable to find install package.
package contents
looks good.
DART Creations  - Unable to find install package   |217.145.5.xxx |2008-04-02 07:07:20
Contact via the Contact Us Page above and we'll take a look. However, I still
think its an issue with the FTP layer.
hobz   |Registered |2008-04-07 16:23:11
Seems it is not compatible with SectionEx
http://extensions.joomla.org/component/option,com_
mtree/task,viewlink/link_id,4212/Itemid,35/ when placed in the right side of the
screen.
I get "Class 'ContentHelperRoute' not found in
..mod_j15featuredarticles/helper.php on line 49"
V_I_R_U_S  - Invalid Argument   |Registered |2008-04-15 20:45:00
o installed the module & put the content id & LI CSS Style(mainlevel) & saved
it..i am getting the following error

Warning: Invalid argument supplied for
foreach() in /home/abarjigs/public_html/Home/modules/mod_featur
edarticlesdiv.php on line 75
DART Creations  - Invalid argument   |85.232.196.xxx |2008-04-16 04:52:43
Find the content items of all the articles you want to feature and then in the
Content Item Id parameter of the module, enter all the item ids. If you want to
feature articles with content items ids 37, 25, 38 and 50, the Content Item Id
parameter of the module will be (37,25,38,50) as shown in the screenshot above.
This parameter is required, and unless the format is (37,25,38,50) with your
content ids instead of the numbers, the module will not work.
V_I_R_U_S   |Registered |2008-04-16 14:13:02
thanks..it worked...
dAbraham  - JInstaller::install: Failed to   |Registered |2008-04-16 14:51:59
It seems a brilliant module. However I couldn't install it because the
installation process brings the following error message. By the way, I have no
problem with other module, would you kindly help on this issue? As the per the
output of the error message, it seems the problem is with the 'index.html' file
located in the templ folder
"
# It was not possible to copy the selected
file.
# JInstaller::install: Failed to copy file:....
"
dattard  - Failed to copy   |Registered |2008-04-16 16:29:54
dAbarham,

this problem is typically a problem with permissions setup on the
server where you are hosting the site. Please enable the FTP layer in the Joomla
Settings, and re-install. This will solve your problem.
alhambra  - ds   |60.54.9.xxx |2008-04-18 13:33:58
why need to register??
DART Creations  - register   |85.232.196.xxx |2008-04-19 06:31:41
Because if a vulnerability is found in the module, I can advice you how to fix
it.
veto  - JInstaller: Failed to copy   |Registered |2008-04-22 11:34:48
* It was not possible to copy the selected file.
* JInstaller::install:
Failed to copy file: /tmp/install_480dda8c33f17/mod_j15featuredarticles
/tmpl/index.html to ......./9atra.com/modules/mod_j15featuredarticles/
tmpl/index.html

whats the problem with installing ?
DART Creations  - veto   |85.232.196.xxx |2008-04-22 15:40:05
veto,

this is a problem with the settings of permissions on the server. You
need to enable the FTP layer to fix this problem.
Adam   |84.9.89.xxx |2008-05-01 21:18:18
I'm trying to install it but seem to be getting this:



* JFTP:tore:
Bad response
* Warning! - Failed to move file
argent310  - Module conflict   |Registered |2008-05-01 23:06:58
I discovered that the featured articles module is causing a conflict with the
user login module. If new users try to create an account, it returns a fatal
error, saying "Class 'ContentHelperRoute' not found in
..mod_j15featuredarticles/helper.php on line 49." Any suggestions? I would
love to use the module -- it's perfect for my site.
DART Creations  - Bad Response   |82.152.175.xxx |2008-05-02 05:32:20
Adam,

You might need to change the address of the FTP server as per the
following:

http://forum.joomla.org/viewtopic.php? f=431&p=1275930
DART Creations  - Conflict   |82.152.175.xxx |2008-05-02 05:40:18
Argent,

can you please contact us via the Contact link above so we may do some
private testing please?
arhodes  - registered articles   |Registered |2008-05-02 11:21:56
Hi,

I'm running joomla 1.5.3 and your mod is great for what i need. i linked
ids of a couple of articles that users need to be registered to see, but when i
click on them it gives a 404 error. When you login first it works fine.


Wondered if there is a way around this? I'd like to show the registration
page if you're not logged in / registered (instead of a 404). Or maybe the
article should be hideen until you are logged in?

[I also get a notice
Undefined variable: sql in modules/mod_j15featuredarticles/helper.php on line
29 - not sure if this is related]

Thanks!

Andy
DART Creations  - Registered Articles   |85.232.196.xxx |2008-05-03 08:54:32
Arhodes,

I can put these on the wishlist. Until then, maybe you could create a
couple two modules, one which is displayed when users are not logged in, and one
when they are.

The other error will be fixed and a new version released asap.
Adam   |84.9.77.xxx |2008-05-05 19:09:35
Still having no luck in resolving the:

* JFTP:tore: Bad response
* Warning! -
Failed to move file

issue. I've tried enabling the FTP, disabling and playing
with the permissions of folers via FTP and i'm getting nowhere. There's plenty
of forum posts on Joomla about this but nothing definitive. ITs frustrating as
this seem like a perfect module for what i wish to do.

Any further suggestions?
Adam   |84.9.77.xxx |2008-05-05 19:17:32
I know people have managed to install this without having problems - just a
shame it doesn't work across the board. I don't seem to have any trouble with
any other module/plugins but this one...
msubob  - CSS inline styles   |Registered |2008-05-06 19:03:32
Any word on an article describing how to style the module?

I would like the
CSS code changes for the demo here on this site.

I used my current css
style from my template and it matches my menu, which I would like to
avoid.

Thanks,

Robert
DART Creations  - CSS Styling   |85.232.196.xxx |2008-05-06 19:17:29
The module supports the Module Class Suffix. If you change this to your own
value, you can give the module its own individual style.
DART Creations  - Problems Installing   |85.232.196.xxx |2008-05-06 19:18:13
Adam,

try getting in touch using the Contact Us page maybe we can determine
what's going wrong on your site.
lorinchaw  - hello! there!   |Registered |2008-05-08 11:06:38
hello! there!
petepete  - Joomla Featured Articles Modul   |84.47.8.xxx |2008-05-08 14:51:19
Hello DART Creations and everybody,
I would like to ask you,is it possible to
show articles with images?
If yes.
Please what I have to do for it?

Thank
you.
Best regards
Luo
DART Creations  - Images   |217.145.5.xxx |2008-05-09 06:04:26
Luo,

at the moment this feature is not available, though I will think of
implementing this in the future.
reeftank  - Link to Menu Item   |76.237.108.xxx |2008-05-09 19:02:23
Thanks for the great module.

I realize that the linked article is being viewed
on the "Home Page" because the my footer module, which is applied to
every page except the home page, is not showing up.

I was wondering why when I
link to an article, the article is not linked to the menu item. Is there a way
to fix this?

Thanks,
Dan
msubob  - Module styling articles/direct   |Registered |2008-05-11 05:15:07
Perhaps the styling directions for the demo module could be posted here (or an
article would even be better).

Thanks for helping us out.

Robert
Vic  - Error 29   |134.83.1.xxx |2008-05-23 12:43:34
I am getting the following error
message

modules\mod_j15featuredarticles\ ;helper.php on line 29
DART Creations  - Error 29   |217.145.5.xxx |2008-05-23 13:52:28
You need to specify more details Vic on the error you are getting. Try getting
in touch via the Contact Us page.
ja   |78.2.27.xxx |2008-05-25 11:11:25
ok je
sassypants  - thanks!   |Registered |2008-06-01 16:19:16
very nice. easy install. enjoy the beer, cheers!
marcsitkin  - CSS styling in 1.5 module   |Registered |2008-06-01 17:28:57
I don't see any of the parameters in the module control shown in the joomla1.x
screen shots. Are they not a feature of the 1.5x verision of the module?
bagfull  - Error with wrapper   |59.144.248.xxx |2008-06-02 18:15:23
Not working with wrapper.

Fatal error: Class 'ContentHelperRoute' not found in
....\modules\mod_j15featuredarticles\h elper.php on line 49
ersineser  - ersineser güvenlik kameras?   |85.96.248.xxx |2008-06-03 14:26:10
i will use it on my personal website.
ersineser kamera güvenlik, güvenlik
kameras?
ersineser.com
i hope it works fine.
Cortez  - More than 4?   |99.248.241.xxx |2008-06-10 14:32:02
It should be noted that the module supports up to four articles (I didn't see
that stated anywhere) and additional IDs are just ignored. How would I mod it to
add another?
francis  - title + content   |Registered |2008-06-11 19:58:37
how can i add the content below the title?
Dallas  - Multiple Colums?   |66.82.9.xxx |2008-06-15 04:41:03
Is it possible to have it display in multiple columns so I can include it below
my content item?
leenark  - Need help with SEF   |Registered |2008-07-02 08:19:02
Hi,
I am using Joomla Featured Articles for ver.1.5. It works like a charm,
thanks for this. I am wondering how to make it work with SEF enabled. I guess
since we are passing article ID it doesn't seem to work with SEF on. Is there a
fix or solution for this.

Thanks,
Leena
Hatchmo  - PHP Errors   |Registered |2008-07-04 20:09:42
A few weeks ago, I began to get this PHP error several hundred times a
day:

Undefined variable: sql /modules/mod_j15featuredarticles/helper.php on
line 29

which is

{
$sql .= "SELECT id, title FROM #__content WHERE
id in ".$ids;
}

Sometimes, but not often, the referer is a Google search
request.
This coincides with about the time we implemented SEO with SmartSEF,
but that might have nothing to do with it. Can you give me some guidance on
where to look for a cause?
DART  - PHP Errors   |Registered |2008-07-05 08:14:47
I believe this has been sorted with the latest version of the module. Possibly
the solution to this is only defining the $sql variable.
Hatchmo  - Re: PHP Errors   |Registered |2008-07-05 20:14:02
This might be a lesson for other users, but might mean some more error-checking
for Featured Articles. The error was caused by one of the Article ID numbers
entered into the Module setup. The Article for that ID number was unpublished.
That threw the error.
hieurst  - cool   |Registered |2008-07-08 01:05:33
how can view article in style small
Yaytez  - great   |69.254.23.xxx |2008-07-18 23:37:54
Love this. Makes it so easy...however, any way to make it a running calendar? It
changes the date as the title, and keeps updating on its own?
dimaer  - Getting error   |Registered |2008-07-29 12:00:10
Hi.
I keep getting the following error:
(It on local host atm)

Notice: Only
variable references should be returned by reference in
C:\xampp\htdocs\joomla15\modules&#
92;mod_j15featuredarticles\helper.php on line 88

Could you help me with
this?
Line 88 is:

return false;

Cheers
vsachin  - graphic designer   |213.42.23.xxx |2008-08-01 20:08:42
Hi there, I tried this component but it does not show the my contents istead
giving me this message "failed to get items, check your parameters". I'm
using joomla 1.5x and this module is fairly simple and I've put the content ID's
is way explained in your site. But I don't why it's not working on my site.
Could you please tell why this is happening?
DART  - vsachin   |Registered |2008-08-02 06:50:25
Have you put in the brackets?
vsachin  - the brackets are there   |213.42.23.xxx |2008-08-03 19:55:22
Yes, the article ID's are properly put in the brackets. And I don't see any
reason why it asks to check the parameters.
DART  - troubleshooting   |Registered |2008-08-04 05:46:02
Get in touch via Contact Us page so we try to sort it.
vsachin   |Registered |2008-08-04 12:57:14
Now I found the solution. The problem is that this mod do not take
'uncategorized artices'. They have to be in some section with some category.
Alas, I wish it can publish 'uncategorized articles' too!
DART  - Uncategorized Articles   |Registered |2008-08-05 15:54:58
The code has been amended recently to make it SEF enabled. This required the
introduction of a dependency on the section s / categories. Unfortunately,
although we try, you can't manage to help everyone! I'd suggest putting your
articles in some generic section / category to be able to use the module
successfully.
elfwine  - test comment   |125.172.254.xxx |2008-09-25 06:44:24
what comment extension is this?
elfwine  - comment component   |125.172.254.xxx |2008-09-25 06:45:41
I'd like to know what joomla extension did you use for the comment component?
DART  - Comment Extensions   |SAdministrator |2008-09-25 09:40:35
Its called !JoomlaComment. Besides this, we do recommend using JomComment
(http://www.azrul.com/?referrer=dartcreations)
Koko  - Is it posible to show all arti   |88.146.57.xxx |2008-10-16 07:30:01
Is it posible to show all articles in one category/section?
sam  - cool module   |99.242.51.xxx |2008-10-26 00:52:11
it looks cool and simple
Engin_Aslan   |Registered |2008-11-19 12:46:44
great
gendhuto   |125.164.214.xxx |2009-01-10 09:50:11
Okay.....
rexkramer  - MenuItemID for each Article ID   |85.179.230.xxx |2009-01-13 19:43:28
Hello again,
i have some thoughts about the fixed MenuItemID...

IMHO it
would make sense to have different MenuItemIDs. Maybe a list,
which coresponds to the article ID list... So i can assign one ID to
each Article. The benefit: I could use uncategorized Items or Articles without menuitems and maintain special module assignments from other content.

The
Article IDs come from different SEC/CAT anyway... so one MenuItemID
does not help in most cases. Especially when there are many articles,
which don
DART  - MenuItemId for each ArticleID   |Administrator |2009-01-15 06:42:14
Hi RexKramer,

I do understand your point, and will try to put this in the
next round of fixes. Would appreciate if you could post this in the Feature
Requests forum, to make sure I don't forget
rexkramer  - re: MenuItemId for each ArticleID   |85.179.225.xxx |2009-01-15 09:39:02
DART wrote:
Hi RexKramer,
I do understand your point, and will try to put this in the
next round of fixes. Would appreciate if you could post this in the
Feature Requests forum, to make sure I don't forget


Oooops, sorry. Sure ? forgot about the forum at all (its a tiny menuitem
on the right &nbsp
lalal   |81.34.111.xxx |2009-01-27 17:16:16
allala
Jeff   |202.42.95.xxx |2009-05-19 08:09:49
Excellent module but one problem I facing now. I got the module displayed the
featured article correctly but my article has some formatting like BOLD and
images. The formatting and images are not showing up. Any help please? Thanks in
advance.
DART   |Administrator |2009-05-19 08:58:38
In the 1.5 version there is a parameter which allows you to either strip the the
HTML formatting or leave it as is. Try tweaking that and check the outcome...
Jeff   |202.42.95.xxx |2009-05-19 23:48:44
Thanks for response. I tried turning the STRIP HTML function on and the featured
article only show plain text without formating and no picture.

When I turned
STRIP HTML off, it shows the formating and picture html codes in plain text as
part of the other text.

Kindly advice. Thanks again. Cheers.
DART   |Administrator |2009-05-20 14:22:00
Can you switch off Strip Html, and possibly send a link?
Jeff   |202.42.95.xxx |2009-05-24 23:53:18
Hi, the link is http://www.pmcontrol.com.sg/J15/.

I have turn strip HTML off.
Please advice. Thanks a lot.
DART   |Administrator |2009-05-25 06:11:50
With the HTML off thye will definetely not show. And if you switch it on the
images won't show? Are the rendered addresses to the images correct?
atarg  - Purchased the non-linked version but never got a l   |139.171.197.xxx |2009-05-26 12:05:51
hey there, would love to use it but I haven't received my link after i
purchased. I sent an email to info@dart-creations.com with a screenshot of
the paypal transaction.

Thanks.
DART   |Administrator |2009-05-22 14:34:49
Its been sent to your email address my friend.
frueter  - menu class suffix keeps coming back   |121.73.3.xxx |2009-08-20 08:55:50
I don't want to use the menu class suffix at all, but every time I o into the
module's parameters, the field auto populates itself with "_menu" and I
have to delete it time and time again.
is this a bug or is it me?
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Wednesday, 23 September 2009 )
 

Sponsors

Login Form






Lost Password?
No account yet? Register

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!


Generated in 0.40247 Seconds