Guest Posted July 16, 2012 Posted July 16, 2012 I have naked hook enabled and naked as display, the images show but they are not resized. The template bit is missing the resize code. Change the topicPost_jappn template bit to have; <foreach loop="profileawards:$awards as $a"> <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}' <if test="size:|:$a['width']"> width='{$a['width']}' height='{$a['height']}' </if> <if test="toolTip:|:$a['toolTip']"> title='{$a['toolTip']}' </if> /> <if test="awardCount:|:$a['count'] > 1"> <span class='JLogicaAwardsCount'>{$a['count']}</span> </if> {$a['hook']['settings']['padding']} </foreach> Will fix for the next release
Viper V2 Posted July 16, 2012 Posted July 16, 2012 The template bit is missing the resize code. Change the topicPost_jappn template bit to have; <foreach loop="profileawards:$awards as $a"> <img src='{$this->settings['upload_url']}/jawards/{$a['icon']}' <if test="size:|:$a['width']"> width='{$a['width']}' height='{$a['height']}' </if> <if test="toolTip:|:$a['toolTip']"> title='{$a['toolTip']}' </if> /> <if test="awardCount:|:$a['count'] > 1"> <span class='JLogicaAwardsCount'>{$a['count']}</span> </if> {$a['hook']['settings']['padding']} </foreach> Will fix for the next releaseok, thanks. How do I also get them to appear side by side instead of on top of each other?
DreamPhysix Posted July 16, 2012 Posted July 16, 2012 Just installed the latest version of this and every profile gives the following error when you click awards: Fatal error: Call to a member function profile_noawards() on a non-object in /home/user/public_html/admin/applications_addon/other/jawards/extensions/profileTabs/jawards.php on line 107
Guest Posted July 16, 2012 Posted July 16, 2012 Just installed the latest version of this and every profile gives the following error when you click awards Sounds like you need to rebuild the caches and possibly the skin sets
Viper V2 Posted July 16, 2012 Posted July 16, 2012 The above should already be doing that for you.Not for me, it puts them on top of each other and not side by side
Sackomedia Posted July 16, 2012 Posted July 16, 2012 @Jlogica how can I make the app be right under the group icons? The posts is in between it I want them to be together.
Guest Posted July 16, 2012 Posted July 16, 2012 @KTOGaming could you go over to JLogica raise a ticket with access details and I will have a look @Sackomedia Sounds like you have you have a heavily modified skin with the hook point moved, if so I dunno if I can help
Viper V2 Posted July 25, 2012 Posted July 25, 2012 where do we have the permissions for viewing, for some reason I can't find it. I am not talking about the tab, but viewing permissions, as I know this has been an option in the past. thansk
Viper V2 Posted July 26, 2012 Posted July 26, 2012 Meaning if I want only certain groups to be able to see the awards page (not tab), where is the option for it?
TeamJesus Posted July 30, 2012 Posted July 30, 2012 just wondering, would there be any ip-content related stuff to use? i mean, umm well in general :D
Viper V2 Posted August 2, 2012 Posted August 2, 2012 Is there any fix yet for the viewing permissions?
Guest Posted August 2, 2012 Posted August 2, 2012 Is there any fix yet for the viewing permissions? You mean the award cabinet? That is in my Tracker as a feature request I do not consider it to be a bug.
Viper V2 Posted August 4, 2012 Posted August 4, 2012 You mean the award cabinet? That is in my Tracker as a feature request I do not consider it to be a bug. I mean the main page to view awards. It has been in the past versions, so I assumed it was a bug and not taken out.
Guest Posted August 4, 2012 Posted August 4, 2012 I mean the main page to view awards. It has been in the past versions, so I assumed it was a bug and not taken out. We may be talking about different things take a screen shot of what it is and I will see. Larry
scorpion23 Posted August 5, 2012 Posted August 5, 2012 Hello, how to move the award box in signature at the top of that? Now is at the bottom.. http://puu.sh/ORKr And, how to increase the limit of award in the box? Now seems to show last 5.
Guest Posted August 5, 2012 Posted August 5, 2012 You need to edit the template to display the awards as you require, if you want to change the placement you would need to change the hook point.
scorpion23 Posted August 5, 2012 Posted August 5, 2012 You need to edit the template to display the awards as you require, if you want to change the placement you would need to change the hook point.Yes, i tried many times to editing topicSig_view but nothing.. Btw, what about the second question? The award list limit.
Guest Posted August 5, 2012 Posted August 5, 2012 The template bit is the only processing for the display, all of the Awards targeted at the signature are sent to there, are you sure you are editing the template in the skin not the global?
TeamJesus Posted August 7, 2012 Posted August 7, 2012 a coupla features i would like to see, is auto awards for gallery and blogs? that would be rather cool :) Thanks you!
Reagan2791 Posted August 11, 2012 Posted August 11, 2012 My apologies if this has already been answered, but I would like to make 4 changes. 1. Center the awards cabinet in the signatures 2. Reduce the padding (spacing) between awards 3. Increase the width of the awards cabinet 4. Reduce the font size where it reads "Users Awards" in the cabinet Any instruction on how to do these things?
Guest Posted August 11, 2012 Posted August 11, 2012 You will need to modify the template bits to suit your wishes. Any good skinner would be able to help you if you are not into template/skin work.
TheHappenen Posted August 11, 2012 Posted August 11, 2012 Great application. I went ahead, and edited the template bit, and now have it looking perfect on the awards page, as well as the profile tab.
Reagan2791 Posted August 11, 2012 Posted August 11, 2012 You will need to modify the template bits to suit your wishes. Any good skinner would be able to help you if you are not into template/skin work. Well, if there any good skinners here that can offer some advice on where to go to make the changes, please advise.
TheHappenen Posted August 11, 2012 Posted August 11, 2012 Well, if there any good skinners here that can offer some advice on where to go to make the changes, please advise. What exactly are you trying to get done? I'm a Skinner.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.