Quote:
Originally Posted by tekguru
Another niggle spotted..... If the thread title has quotes in it as per the attached when the nomination poll or threads are created / updated you get the quot characters coming through like ""The Best Pocket PC Freeware" Site ". See attached.
|
Will work on that for the new release. The new release will extend the nomination system to include "vBulletin Blog Entries'.
Quote:
Originally Posted by TimberFloorAu
Can I ask 2 questions plz
1. how do we change postbit, from saying TOTW/F/M Awards to just TOTW Awards
2. can you explain what we need do, to resize the award avatar images plz.
Ste
|
1. Update the following phrases either directly from the product file or from vbulletin
nominate_topic_has_not_won_TOTWFM_yet
nominate_topic_nominated_awards_TOTWFM
2. Open the following file "upload/nominate_topic.php"
Search for:
Code:
<img src=\"" . $avatarurl . "\" height=\"150\" alt=\"" . $user_username . " ". $vbphrase[xs_avatar] . "\" border=\"0\" />
You can specify the avatar dimensions at that line; e.g. change the 150 to 100 to reduce the avatar height (P.S. the width will be automatically and proportionally be resized). If you want to specify a predefined width, add:
width=\"nn\" just before the "alt". Here, nn will be a specification of your width.