-
AuthorPosts
-
chanton Friend
chanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 29, 2008 at 1:56 pm #125308The template is very nice, but it would be very very useful if the image owner name can be displayed on the top of hits and rating.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 1, 2008 at 7:06 am #240800I am not sure, did you see any settings for that in the backend?
chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 3, 2008 at 2:18 am #241038No setting at back-end
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 3, 2008 at 3:31 am #241039Can you provide your URL or print screen of that page?
chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 3, 2008 at 5:02 pm #241116Hi,
I had posted this question a while ago both here and at the rsgallery2 site. I couldn’t get much of an answer. I think this function is an important feature for a gallery site so I decided to pay someone to do it for me. It’s definitely possible and apparently its easy. It took the person that did it one day. I’m now considering have the username linked to a page of the images by that user. Again, I’m told this will take a day. I hope either Joomlart can include this in their modifications of the component or that rsgallery2 will eventually include it.
You can see it done here: http://sketchfile.com/index.php?option=com_rsgallery2&Itemid=27&gid=29
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 3, 2008 at 7:12 pm #241135<em>@riverbirch 42997 wrote:</em><blockquote>Hi,
I had posted this question a while ago both here and at the rsgallery2 site. I couldn’t get much of an answer. I think this function is an important feature for a gallery site so I decided to pay someone to do it for me. It’s definitely possible and apparently its easy. It took the person that did it one day. I’m now considering have the username linked to a page of the images by that user. Again, I’m told this will take a day. I hope either Joomlart can include this in their modifications of the component or that rsgallery2 will eventually include it.
You can see it done here: http://sketchfile.com/index.php?option=com_rsgallery2&Itemid=27&gid=29</blockquote>
That is a nice impovement, it will be nice if you can share your customization.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 4, 2008 at 6:44 am #241181Hi chanton.
I’ve edit code of Rsgallery and have some results. If you want have image owner name, plz follow me:
Open file imagestool.php (componentscom_rsgallery2templatesja_semantichtmlimagestool.php).
Change from<div class="rsg2-image-meta clearfix">
<?php
To<div class="rsg2-image-meta clearfix">
<br >
<?php
$gallery = rsgGalleryManager::get();
$this->_showGalleryDetails_2($gallery);
?>
</br>
<?php
And open file display.class.php (componentscom_rsgallery2templatesja_semanticdisplay.class.php) , and add those lines after the end of _showGalleryDetails function
function _showGalleryDetails_2( $kid ) {
global $rsgConfig, $Itemid;
$slideshow = $rsgConfig->get('displaySlideshow');
$owner = $rsgConfig->get('showGalleryOwner');
$size = $rsgConfig->get('showGallerySize');
$date = $rsgConfig->get('showGalleryDate');//Check if items need to be shown
?>
<div class="rsg_gallery_details">
<div class="rsg2_details">
<?phpecho _RSGALLERY_TMPL_GAL_DETAILS_OWNER." "; echo $kid->owner;?><br />
</div>
</div>
<?php
}andreipopel Friendandreipopel
- Join date:
- May 2008
- Posts:
- 70
- Downloads:
- 59
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 9, 2009 at 10:52 pm #290331With the code above we can publish the image’s owner name, is there the possibility to have a link to the image’s owner cb profile?
-
AuthorPosts
This topic contains 10 replies, has 7 voices, and was last updated by mj1256 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum