Quote:
Originally Posted by RedTrinity
Hi DB_Tech,
Could you please tell me how to reduce the width of the award/achievement boxes in the postbit? At the moment they are automatically stretching out to the right hand side of the profile bit, as far as possible (see screenshot 1) and I'd like to change it so that they cut off earlier if there is less awards set to display (see screenshot 2) as its a bit messy the way it appears at the moment.
Many thanks in advance for your help 
|
Search for
<fieldset in the templates, and edit the vBActivity template that shows up related to postbit
Quote:
Originally Posted by just.b.jealous
hello, after updating to the newest version, and following your instructions, I get an error. I can visit the 'Activity Home' but when I click on any of the links to see 'awards' 'achievements' etc, I get this error. I have re-uploaded over and over, I cannot figure it out. I'm not an inexperienced user to vB or using/troubleshooting mods so I've done the usual attempts to fixing myself- deleting it all, unimporting, reuploading, reimporting, triple-check all notes/readme's.
Code:
Database error in vBulletin 4.1.3:
Invalid SQL:
UPDATE user
SET dbtech_vbactivity_excluded_tmp = IF(dbtech_vbactivity_excluded = '1'
OR FIND_IN_SET(8, membergroupids)
OR usergroupid IN(8), '1', '0');
MySQL Error : Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list'
Error Number : 1054
Request Date : Wednesday, June 15th 2011 @ 11:06:25 PM
Error Date : Wednesday, June 15th 2011 @ 11:06:26 PM
Script : http://**********.com/vbactivity.php?do=medals
Referrer :
IP Address : ********
Username : Administrator
Classname : vB_Database
MySQL Version : 5.1.52
How can I fix this?
|
I really don't understand why the install code for version 2.1.7 fail on a small percentage of forums.
Did you have any errors appear on screen during install?
Code:
ALTER TABLE user ADD dbtech_vbactivity_excluded_tmp ENUM('0', '1') DEFAULT '0'
Fillip