Jump to content

Download: [HQ] Awards (Free)


InvisionHQ

Recommended Posts

Posted

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

  • Replies 444
  • Created
  • Last Reply
Posted

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

ok, thanks. How do I also get them to appear side by side instead of on top of each other?
Posted

The above should already be doing that for you.

Posted

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

Posted

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
Posted

@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

  • 2 weeks later...
Posted

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

Posted

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
Posted

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.

Posted

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.
Posted

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?

Posted

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?

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...