|
Spiral Scripts Support Forum :: Joomla Extensions |
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
12-09-2009 10:14:17
|
|
|
| CBOUQUIN |
|
| Fresher |
 |
Joined: 08-09-2009 12:20:52
Posts: 14
Location: |
|
|
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
12-09-2009 14:05:30
|
|
|
| boggler |
|
| Spiral Scripts Support |
 |
Joined: 18-08-2009 10:14:13
Posts: 87
Location: |
|
|
|
|
|
<p>Glad to hear the pictures are displaying.</p>
<p> </p>
<p>Your other problem is a bug with Joomsuite resources, not the module. The module uses the standard JRoute class to generate the link. If it is not creating the link as you would wish it is a problem with the Joomsuite resources router, it is not something that can be solved from the module.</p>
<p>If I come across a solution to this I will let you know.</p> |
IP Logged
|
|
susan subway boggler |
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
15-09-2009 10:40:35
|
|
|
| boggler |
|
| Spiral Scripts Support |
 |
Joined: 18-08-2009 10:14:13
Posts: 87
Location: |
|
|
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
04-11-2009 17:53:11
|
|
|
| CBOUQUIN |
|
| Fresher |
 |
Joined: 08-09-2009 12:20:52
Posts: 14
Location: |
|
|
|
|
|
<p>Hello,</p>
<p>yes, I know meta mod, but I have way too many modules to be able to use that solution...</p>
<p> </p>
<p>But I just thought... isn't ther a way to give a specific itemid to the link by changing a php file of the extension ?</p>
<p> </p>
<p>I could give it an itemid used in the menu that has all my modules displaying ?</p>
<p> </p>
<p>I really need to fix this, because a lot of my visitors click on the caroussel's items, so those links are very well placed in google, but without the template around... So that's a big problem...</p>
<p> </p>
<p>Hoping for answers,</p>
<p>Best regards,</p>
<p>Chris</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
04-11-2009 18:45:52
|
|
|
| admin |
|
| Fresher |
 |
Joined: 10-11-2008 10:50:57
Posts: 18
Location: |
|
|
|
|
|
<p>That's an interesting idea. You would need to add a line before line 450:</p>
<p> if ( $readmore == 'yes' )
{
$lists[$i]->readmore = ' <a href="' . $lists[$i]->link .'" class="featureditems_readmore' . $params->get('moduleclass_sfx') . '">Read more..</a>';
}
</p>
<p>Before that, put</p>
<p>$lists[$i]->link .= "&Itemid=x";</p>
<p>Where x is the id you want to use</p>
<p>It is a hack, but this should work I think. I may include it as an option in the module, it is a good idea.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
04-11-2009 18:47:23
|
|
|
| admin |
|
| Fresher |
 |
Joined: 10-11-2008 10:50:57
Posts: 18
Location: |
|
|
|
|
|
|
I should add, this needs to be done in the file helper.php |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
05-11-2009 10:47:41
|
|
|
| CBOUQUIN |
|
| Fresher |
 |
Joined: 08-09-2009 12:20:52
Posts: 14
Location: |
|
|
|
|
|
<p>Hello,</p>
<p>First, thank you for your answer !</p>
<p>I was very excited by this hack, but unfortunately it only works when Joomsef (URL rewriting) is turned off...</p>
<p> </p>
<p>Resources has a module called "<strong>mod_jsc_content_list</strong>" that lists articles with a link on the title (you can see it on the bottom on my pages at www.64connections.com).</p>
<p>In the banckend admin of the module, I can select an "Itemid target" that works with URL rewrite (that module gave me the idea of itemid I proposed you yesterday).</p>
<p><img src="http://www.64connections.com/Image.png" border="0" width="521" height="28" /></p>
<p>Maybe it can give you some hints on how to get this right...</p>
<p>If you need me to send you the module's files, just ask.</p>
<p> </p>
<p>Hoping we'll get this fixed,</p>
<p>Best regards,</p>
<p>Chris</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
11-11-2009 17:02:21
|
|
|
| admin |
|
| Fresher |
 |
Joined: 10-11-2008 10:50:57
Posts: 18
Location: |
|
|
|
|
|
|
<p>The latest update of the featured items modules now include the option to set an itemid. This works with Joomla native sef urls as well. </p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
13-11-2009 16:26:35
|
|
|
| CBOUQUIN |
|
| Fresher |
 |
Joined: 08-09-2009 12:20:52
Posts: 14
Location: |
|
|
|
|
|
<p>OK,</p>
<p>Thanks for the info, does the caroussel have the same itemid option also ?</p>
<p>Best regards,</p>
<p>Chris</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
13-11-2009 16:45:45
|
|
|
| admin |
|
| Fresher |
 |
Joined: 10-11-2008 10:50:57
Posts: 18
Location: |
|
|
|
|
|
|
<p>yes it does. I sent you an email asking if you wanted the new updated version but didn't get a reply, perhaps it got lost.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re: Featured Item Carousel not showing images..
16-11-2009 13:59:07
|
|
|
| CBOUQUIN |
|
| Fresher |
 |
Joined: 08-09-2009 12:20:52
Posts: 14
Location: |
|
|
|
|
|
<p>Hello,</p>
<p>I didn't get the e-mail, and yes, I'd like the updated modules.</p>
<p>Could you please send them to me and my webdesigner ?</p>
<p>My webdesigner's address : david@shapes.fr</p>
<p>Thank you,</p>
<p>Best regards,</p>
<p>Chris</p> |
IP Logged
|
|
|
|
|