-
AuthorPosts
-
parkstad Friend
parkstad
- Join date:
- October 2010
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 3 times in 1 posts
December 2, 2010 at 7:32 am #365088Great! Glad I could help you out with this.
Danny
January 7, 2011 at 10:22 pm #370709Awesome. Thanks Danny. That worked beautifully.
:laugh:parkstad Friendparkstad
- Join date:
- October 2010
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 3 times in 1 posts
January 7, 2011 at 11:20 pm #370718It’s great to help people. Still no answer from joomlart-team. A little dissapointing
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
January 8, 2011 at 3:01 am #370755Hi,
this problem is due to xml configuration mismatch not match sample data, you can fix these problems as following
– open mod_slideshow2.xml in “modules/mod_slideshow2” folder.
– change line code
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc-readmore">DESCRIPTION ONLY</option>
</param>
to
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc">DESCRIPTION ONLY</option>
</param>
and change line code
<option for="showdesc" value="desc" hideRow="true">
to
<option for="showdesc" value="desc-readmore" hideRow="true">
Or you can install last version of slideshow2 module, there problems was fixedthankx
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 17, 2011 at 9:09 pm #372288<em>@thuanlq 213592 wrote:</em><blockquote>Hi,
this problem is due to xml configuration mismatch not match sample data, you can fix these problems as following
– open mod_slideshow2.xml in “modules/mod_slideshow2” folder.
– change line code
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc-readmore">DESCRIPTION ONLY</option>
</param>
to
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc">DESCRIPTION ONLY</option>
</param>
and change line code
<option for="showdesc" value="desc" hideRow="true">
to
<option for="showdesc" value="desc-readmore" hideRow="true">
Or you can install last version of slideshow2 module, there problems was fixedthankx</blockquote>
Here goes unsolved:((
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
January 18, 2011 at 2:03 am #372307Hi @insofticursos,
With latest version of ja community plus and latest version of jaslideshow2 module, there problems were fixed. the solution to fix is to add new option for “showdesc” param:
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc-readmore">DESCRIPTION WITH READMORE</option> <!-- fix for new version -->
<option value="desc">DESCRIPTION ONLY</option> <!-- for old version --></param>
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 18, 2011 at 1:23 pm #372450<em>@thuanlq 215636 wrote:</em><blockquote>Hi @insofticursos,
With latest version of ja community plus and latest version of jaslideshow2 module, there problems were fixed. the solution to fix is to add new option for “showdesc” param:
<param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
<option value="">NO DESCRIPTION</option>
<option value="desc-readmore">DESCRIPTION WITH READMORE</option> <!-- fix for new version -->
<option value="desc">DESCRIPTION ONLY</option> <!-- for old version --></param>
</blockquote>What I mean is:
– The new module does not work
– nor with the changes in the XML fileI just cleaned the cache
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
January 19, 2011 at 4:21 am #372569Hi @insofticursos,
Please provide me your website infomation (website url, admin user account), i will check your problem and try to help you.
thanks.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 20, 2011 at 12:51 pm #372875<em>@thuanlq 215968 wrote:</em><blockquote>Hi @insofticursos,
Please provide me your website infomation (website url, admin user account), i will check your problem and try to help you.
thanks.</blockquote>
send you a PM
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 21, 2011 at 12:30 am #372946thank thuanlq, Solved.
January 24, 2011 at 9:29 am #373424I’ m sorry but the last version (v2.2.0 date 25-11-2010) has the same problems.
Can you update please?I can try edit the xml file.
Now I view in changelog a new version (v2.2.1 date 12-01-2011) but there isn’t in Ja Community plus download. (single and quickstart)
Thanks
missshona Friendmissshona
- Join date:
- December 2006
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
February 19, 2011 at 2:11 pm #377469I am also having a problem with this. I have the latest version (2.2.0) and I do not see the code listed previously in the thread in the xml file (which I searched for ‘showdesc’ to find out which line the code was on…nothing). Also the ‘Read more’ link was there until I tried to change the text. Then it went away. :((
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
February 21, 2011 at 10:37 am #377739Dear all,
To quick fix this problem for jacommunity plus, please do as following if you can’t resolve with changing the “mod_jaslideshow2.xml” file:
– Open the file “default.php” in the folder “templatesja_community_plushtmlmod_jaslideshow2”, then update this file as following:
Change
<div class="maskDesc"><div class="inner"><?php if ($showDescription=='desc-readmore'){?><a class="readon" title=""><span><?php echo $readmoretext;?></span></a><?php }?></div></div>
To
<div class="maskDesc"><div class="inner"></div></div>
missshona Friendmissshona
- Join date:
- December 2006
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
February 23, 2011 at 11:44 pm #378175<em>@thuanlq 222874 wrote:</em><blockquote>Dear all,
To quick fix this problem for jacommunity plus, please do as following if you can’t resolve with changing the “mod_jaslideshow2.xml” file:
– Open the file “default.php” in the folder “templatesja_community_plushtmlmod_jaslideshow2”, then update this file as following:
Change
<div class="maskDesc"><div class="inner"><?php if ($showDescription=='desc-readmore'){?><a class="readon" title=""><span><?php echo $readmoretext;?></span></a><?php }?></div></div>
To
<div class="maskDesc"><div class="inner"></div></div>
</blockquote>Ok, but wouldn’t cause the “Read More” button to go away? :confused:
emrfixit Friendemrfixit
- Join date:
- July 2006
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 5, 2011 at 2:22 pm #410766Hey Folks, I am seeing this same issue. I do have the code correct, but the radio button for the “Description and Readmore” still doesn’t show in the backend module parameter selection window. When I first saved an update on the text the readmore button disappeared on the frontpage. I examined both files and it has the third option in the code but doesnt show up on my backend module. So I examined my database and didn’t have the “desc-readmore” value, so I manually updated the value and the read more button reappeared. I will continue to update this manually but would like to know a resolution to this issue… Thanks Team!
-
AuthorPosts
This topic contains 30 replies, has 14 voices, and was last updated by emrfixit 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum