Version: 1.3, by Kolbi
Developer Last Online: Jan 2022
Category: Forum Home Enhancements -
Version: 3.8.x
Rating:
Released: 11-08-2009
Last Update: 02-08-2011
Installs: 183
Uses Plugins Template Edits Auto-Templates
No support by the author.
Adds Avatar to Navbar
This addon adds for registered users their avatar to the navbar. If they have none selceted there will be shown a default avatar.
The URL to your default avatar and the height of the avatars can be set via vBulletin-Setting => Navbar with Avatar
13.11.2009 14:57 - Version 1.1
13.11.2009 16:01 - Version 1.2
09.02.2011 18:59 - Version 1.3 is published
Changelog:
version 1.1:
changeable height of avatars via AdminCP
German version
version 1.2:
changeable default avatar
version 1.3:
changeable width
New features that will come for 1.4:
nothing yet
Copyright:
This hack has a little copyright hint at the bottom of the page. You are not allowed to edit or remove it!
If you want to remove it please contact me via PM.
Wasn't it nice of them to delete my previous message about that?
Max, I am still tinkering and trying to get rid of it. No luck yet. I have been able to modify it though to my own text and link so far. You have to modify the xml product file in WordPad where you see Kolbi and the link to his website. Then save it and install the product as an overwrite.
Kolbi, if removing your unwelcome advertisement from the bottom of my forum will put me in violation of using your product, please notify me ASAP and I will remove your product immediately and will not use any of your future products. Thanks.
Max, I am still tinkering and trying to get rid of it. No luck yet. I have been able to modify it though to my own text and link so far. You have to modify the xml product file in WordPad where you see Kolbi and the link to his website. Then save it and install the product as an overwrite.
Kolbi, if removing your unwelcome advertisement from the bottom of my forum will put me in violation of using your product, please notify me ASAP and I will remove your product immediately and will not use any of your future products. Thanks.
The script installs this in your footer template script. Find and remove:
$vboptions[copyrighttext]
Which has been installed right under:
<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
It installs this in the same place on ALL of your styles, by the way.
The script installs this in your footer template script. Find and remove:
$vboptions[copyrighttext]
Which has been installed right under:
<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
It installs this in the same place on ALL of your styles, by the way.
I tried your suggestion but that deletes the copyright text that I want to have on there too though.
I tried your suggestion but that deletes the copyright text that I want to have on there too though.
It shouldn't have done that. Here is correct part of the footer code, with his added material in bold:
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
Remove only the bolded part. $vbphrase is vBulletin's copyright, $vboptions is, his option.
It shouldn't have done that. Here is correct part of the footer code, with his added material in bold:
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
Remove only the bolded part. $vbphrase is vBulletin's copyright, $vboptions is, his option.
That is what I did and it still removes all of my vBulletin's copyright info too. I also have Quick User Switch installed and maybe there is something going on between this mod and that mod that doesn't like it when I remove that part. I don't know.
Thanks for trying though. I appreciate your time and help, Max. I am hoping Kolbi uploads a new xml file that has his advertisement footer info removed completely.
That is what I did and it still removes all of my vBulletin's copyright info too. I also have Quick User Switch installed and maybe there is something going on between this mod and that mod that doesn't like it when I remove that part. I don't know.
Thanks for trying though. I appreciate your time and help, Max. I am hoping Kolbi uploads a new xml file that has his advertisement footer info removed completely.
In my opinion he should have at least told us about it up front.
Did you fix your footer script back the way it was?