Hello raymondblog,
below an example for the template changes of memberaction_dropdown for your site based on the profile link:
replace
Code:
<a class="siteicon_profile" href="http://www.raymond.cc/forum/members/hadylabna.html">
View Profile
</a>
with
Code:
<li class="left"><span class="sprite_siteicons_profile"></span><a href="http://www.raymond.cc/forum/members/safeguy.html">
View Profile
</a> </li>
for the navbar, replace
Code:
<input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/styles/Aesthetica/buttons/search.png" />
with
Code:
<input type="submit" tabindex="100" name="submit" class="sprite_button_search searchbutton" style="border:0" />
Please note, that my replacements doenst include the vBulletin Template Tags. But i would advise you to use them.
Best regards
Sebastian