Status
Not open for further replies.

Hybr!d

Customer
Hi again,

Im trying to move the postbit images for awards to another part of the postbit.

I copied this code and the images show but users with no award get an X as if the code is trying to load an image but it is not found.

Code:
{$reward[pre]}<img src="images/icons/vbactivity/{$reward[icon]}" alt="{$reward[title]}" border="0" align="top" />{$reward[post]}
 
The block can be removed by unchecking the relevant box in the Awards options and then using $vbactivity_postbit[medal] wherever you want to move it.
 
It's not possible to move the individual images. You can, however, remove the surrounding box by editing the dbtech_vbactivity_postbit_reward template and removing the <fieldset> and </fieldset> tags.

This will also have an effect on the Achievements, but I suspect that if you don't want it for Awards, you don't want it for Achievements either.
 
I found adding this code in the postbit template adds the badge/image where I would like it. But the images only shows in a users 1st post in a thread, if they have more than 1 post it doesnt show in the others. Any simple fix/reason for this please, thank you.

<img src="images/icons/vbactivity/{$reward[icon]}" alt="{$reward[title]}" border="0" align="top" />
 
Last edited:
As you can see in this thread, that's not something that's happening in the default setup. We're unfortunately unable to support custom modifications and help diagnose problems caused by them :(
 
Status
Not open for further replies.

Similar threads

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top