Here's some things I have found. Dartho I hope you don't mind me offering suggestions. If you do, let me know.
1. Style Choosing issue:
I went to the following template: modifyoptions
Before:
Code:
<div>
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
</div>
I added the following code:
Code:
<if condition="$show['quickchooser']">
<div class="windowbg2">Style Chooser</div>
<span>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
</span>
<br />
2. Phrases Missing
I also noticed that in the same template: modifyoptions... The following phrases aren't showing up:
Quote:
$vbphrase[show_my_reputation_level]
$vbphrase[pm_from_buddies_only]
|
So if you go to the
- Admin CP->Language and Phrase Manager
- Click add new phrase at the bottom
- In varname put pm_from_buddies_only
- In text put PM's from buddies only
- Add another new phrase
- in varname put show_my_reputation_level
- in text put Show my reputation level
3. Larger Text in Some Areas
I have noticed that on some pages the text is larger than others, but I haven't figure out why. I'll play with it and see if I can find anything.
4. Spaces above and below SocialGroups and MemberINFO
For some reason on my phone there are newlines at the top and bottom of these templates. I don't see it when I use a PC browser. I'll also see if I can offer any advice on that as well.