-
AuthorPosts
-
benrud Friend
benrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
June 3, 2008 at 11:35 pm #129266Hello Everyone,
Whenever I add a ‘ to a image title or caption it changes to /’ once it’s saved. Then Joomla displays it. If I open the item again, it adds another /.
Any ideas on how I can correct this?
http://benrud.net/index.php?option=com_rsgallery2&Itemid=70&gid=14&limit=12
I left it in the New Year’s Eve in NYC Gallery
Thanks,
Toddinstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 4, 2008 at 3:24 am #251817That’s a tough one, but this thread may or may not help.
http://www.joomlart.com/forums/topic/rsgallery-problems-and-support/
Good luck.wogand Friendwogand
- Join date:
- May 2008
- Posts:
- 112
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
June 4, 2008 at 6:19 am #251864use the insert special symbol option in your editor.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
benrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
June 5, 2008 at 2:39 pm #252167Nguoiabcb,
I did what you said here
<blockquote>I have posted HERE
Plz read it</blockquote>It fixed the problem, but only in the gallery title. It didn’t fix the gallery Description or image title/image Description.
Also, it only worked when I created the title. If I go into the record again, it adds the /// to the ‘.
Any ideas?
Thanks,
Toddbenrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
July 2, 2008 at 10:03 pm #257688Nguoiabcb,
This is still a problem in the RS2G.
If you view the description here – http://benrud.net/index.php?option=com_rsgallery2&Itemid=102&page=inline&id=363
the /’ shows up
It looks like it only show’s up in the image description, the galley description and the subgalley description.
It doesn’t appear to happen when the ‘ is in the file name or gallery name.
Also, it adds a / each time the file is saved.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 2:20 am #257712Hi
Plz edit display.class.php(components/com_rsgallery2/templates/ja_semantic folder)
function _showDescription( ) {
global $rsgConfig;
$item = rsgInstance::getItem();/* if( $rsgConfig->get('displayHits')):
?>
<p class="rsg2_hits"><?php echo _RSGALLERY_CATHITS; ?> <span><?php echo $item->hits; ?></span></p>
<?php
endif;
*/
if ( $item->descr ):
?>
<?php echo $item->descr; ?>
<?php
endif;
}
Change to
function _showDescription( ) {
global $rsgConfig;
$item = rsgInstance::getItem();/* if( $rsgConfig->get('displayHits')):
?>
<p class="rsg2_hits"><?php echo _RSGALLERY_CATHITS; ?> <span><?php echo $item->hits; ?></span></p>
<?php
endif;
*/
if ( $item->descr ):
?>
<?php echo stripcslashes($item->descr); ?>
<?php
endif;
}benrud Friendbenrud
- Join date:
- May 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
July 3, 2008 at 3:44 am #257731Nguoiabcb,
Thank you. It fixed the problem for the image description but it didn’t fix the problem for the gallery description.
go here -http://benrud.net/index.php?option=com_rsgallery2&Itemid=102&gid=14&limit=12
you’ll see the description for the “New York for New’s Eve” still has the ///’ problem.
How do I correct the ///’ problem in the gallery description?
Thanks,
ToddSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 4:50 am #257744Hi
Plz edit gallery.php( componentscom_rsgallery2templatesja_semantichtml folder)
Search those lines:
<?php echo $this->_showGalleryDetails( $kid );?>
<div class="rsg2-galleryList-description"><?php echo $kid->description;?>Change to
<?php echo $this->_showGalleryDetails( $kid );?>
<div class="rsg2-galleryList-description"><?php echo stripcslashes($kid->description);?>1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by benrud 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum