Jump to content

Download: [HQ] Awards (Free)


InvisionHQ

Recommended Posts

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

Link to comment
  • Replies 444
  • Created
  • Last Reply

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?
Link to comment

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

Link to comment

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
Link to comment

@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

Link to comment
  • 2 weeks later...

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
Link to comment

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?

Link to comment

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?

Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...