Quote:
Originally Posted by Lottis
Yes, it was the plugin folder. Im really sorry to bug you with a mistace like that. 
|
It's ok, just be sure in the future ALWAYS upload the ENTIRE UPLOAD folder again as there may have been some files that have changed.
Quote:
Originally Posted by Murty
I am having a similar problem to a few other people. I have just updated, and all the gifts are now not showing on the postbit. I have edited the code and stuff, but it does not show up (and yes i have done the 'Fix All Gift Postbits' several times). Any thoughts? They are shown in the members profiles though.
|
The template edit for the Gifts part has changed... Did u redo it?
Code:
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
NOTE how it uses "giftsdiplay" and not "gifts" anymore. I changed this on purpose because the old templates would have been incompatible, so I changed it to "giftsdisplay".
-CMX