![]() |
Quote:
Can you please open a thread on vbulletin.com because I think you?ll get for help from them :) Normally you only can add temporarly the line: define('DISABLE_HOOKS', 1); to your config.php and after you are finished with uninstalling the plugin remove it. |
disable hooks isn't in the config file you have to add it.
Gomjaba on vbulletin.com posted this helpful article quoted below explaining how to disable the plugin system. Quote:
|
Quote:
|
Quote:
Can you tell me which plugin caused the crash? |
Quote:
:) Quote:
|
Nice hack, working!! Thanks and installed
|
Works great!! Installed!!
|
Quote:
|
<font color="Red">SOLVED!!!, got this working by disabling the following product "Navbar Additions + ShareThis"</font>
Installed but nothing appears on navbar, im using the version without TMS and i added the line: <td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td> above: ================================== <else /> <td class="alt2" nowrap="nowrap" style="padding:0px"> <!-- login form --> ================================== but no use... ive been trying for 2 days now, so can anyone help me? i will pm you my navbar template if you want, im using the style called simpleblue. thanks in advance |
I´m glad to hear that you could resolve the issue your own.
|
uninstalled, didn't work and i've got no time to read about solutions.
Anyway, thnx |
If you send me additional information and the URL to your board perhaps I can help you to resolve this problem and get it work.
|
Quote:
|
Yes...
|
I also need help pls, vba does not show the avatar...
|
What do you have selected under vBadvanced Global Options?
And it also would be great if you can post your url... |
navbaravatar, as written in another Thread. The mod is still working, but the avatar is not there - maybe the path of the avatar need to be adjusted in vbadvanced.
I´ll send you acount informations separated since you need to be registered to see the avatar in navbar;-) |
this is a nice little hack, but seriously, is it worth having your credits on the bottom of my site? i don't think so. uninstalled.
|
remove this if ($vbulletin->userinfo['avatarid'])
{ // using a predefined avatar $avatar = $db->query_first("SELECT avatarpath FROM " . TABLE_PREFIX . "avatar WHERE avatarid = " . $vbulletin->userinfo['avatarid'] . ""); $avatarid = $avatar['avatarid']; $navbaravatar = "<img src=\"" . $vbulletin->options['bburl'] . "/" . $avatar['avatarpath'] ."\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; } else { // not using a predefined avatar, check for custom if ($avatar = $db->query_first("SELECT dateline, userid FROM " . TABLE_PREFIX . "customavatar WHERE userid = " . $vbulletin->userinfo['userid'] . "")) { // using a custom avatar $navbaravatarurl = ($vbulletin->options['usefileavatar']) ? "" . $vbulletin->options['avatarurl'] . "/avatar$avatar[userid]_" . $vbulletin->userinfo['avatarrevision'] . ".gif" : "" . $vbulletin->options['bburl'] . "/image.php?u=" . $vbulletin->userinfo['userid'] . "&dateline=" . $avatar['dateline'] . ""; $navbaravatar = "<img src=\"$navbaravatarurl\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; } else { // no avatar specified $nouseavatarchecked = HTML_CHECKED; $avatarchecked[0] = ''; $navbaravatar = "<img src=\"" . $vbulletin->options['navbarwithavatar_default'] ."\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; // "<span class=\"smallfont\">No Avatar<br/ >Specified</span>"; } } if (strpos($vbulletin->options['copyrighttext'], 'Navbar mit Avatar von <a href="http://www.2-wheel-planet.de" target="_blank" rel="follow">Kolbi</a>') === false) { $vbulletin->options['copyrighttext'] .= 'Navbar mit Avatar von <a href="http://www.2-wheel-planet.de" target="_blank" rel="follow">Kolbi</a>'; } |
Nice mod just installed and trying hard to remove the copyright from the bottom of my forum
any chance you can tell me how to remove it? its kind of old mod now so would be nice and good thing for you to do. I remove that @ravenfaust and no avatars show anymore? |
hi,
I installed this mod and it is very beautiful. only one problem: does not work on vBadvanced CMPS, leaving empty space :-( Why? thanks for the support |
Installed and worked easily.
|
tnx, installed ;)
|
Quote:
But I guess I can remember that there was an issue with CMPS templates... |
how to remove kolbi from footer ?
|
Just PM me for further details on it...
|
Quote:
|
As far as I know the problem was that CMPS uses a custom template.
If someone can provide me access to a developement site with both hacks installed, I would like to work s.th. out. |
Installed this mod and it works well. I just need to know how to remove the Navbar with Avatar by Kolbi from the footer. I have sent a PM. Thanks.
|
Quote:
|
Quote:
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. |
Quote:
$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. |
Quote:
|
Quote:
<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. |
Quote:
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. |
Quote:
Did you fix your footer script back the way it was? |
Quote:
|
How can I make the avatar URL absolute instead of relative? Since the avatar doesn't show up in Photopost or Reviewpost now.
|
Would you be so kind to explain me in which way it should be relative?
I can't really understand there's the issue. :) Thank you! |
Many of my members have rectangle (standing or laying) avatars. These gets resized to squares, which squashes the images and looks very ugly.
What can I do to resolve this? Quote:
|
All times are GMT. The time now is 01:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|