vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Mood Manager - with AJAX mood update. (https://vborg.vbsupport.ru/showthread.php?t=127220)

vnairp11 09-20-2007 07:38 AM

However, images and moods disappearing int he pull down box when you are the vbadvancedpage, gallery, arcade etc is annoying does it have some hook system.

yoyoyoyo 09-20-2007 09:36 AM

Quote:

Originally Posted by vnairp11 (Post 1342978)
I had that issue too after adding
Quote:

<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
to the postbit template according to the readme instructions it solved the issue :)

I did the manual edits, but that is not compliant with vbadvanced. to be compliant with vbadvanced it needs to be:
Quote:

<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="$vboptions[bburl]/images/mood/$post[mood].gif" border="0" />
</div>
</if>
however, that fix still does not fix the issue regarding this hack looking for the ajax.php outside the forum directory - that needs to be fixed in the plugin. If you don't believe me try looking at your server's error log - I bet you will see a lot of errors there about the ajax.php not being found (while using this hack)

djbaxter 09-20-2007 12:35 PM

Quote:

Originally Posted by Warden-B- (Post 1342979)
Does anyone have this working for Version 3.6.8?

Yes. It's working fine with 3.6.8 for me.

Quote:

Originally Posted by yoyoyoyo (Post 1343021)
I did the manual edits, but that is not compliant with vbadvanced. to be compliant with vbadvanced it needs to be:

however, that fix still does not fix the issue regarding this hack looking for the ajax.php outside the forum directory
- that needs to be fixed in the plugin. If you don't believe me try looking at your server's error log - I bet you will see a lot of errors there about the ajax.php not being found (while using this hack)

If you are not using vBAdvanced, this add-on works fine and does not produce that error. Thus, your conclusion that this add-on needs to be fixed seems somewhat dubious. It would appear that it is vBAdvanced that is causing your error, n'est-ce pas?

import-houston 09-21-2007 06:41 AM

very good mood manger

yoyoyoyo 09-21-2007 10:54 PM

Quote:

Originally Posted by djbaxter (Post 1343107)
If you are not using vBAdvanced, this add-on works fine and does not produce that error. Thus, your conclusion that this add-on needs to be fixed seems somewhat dubious. It would appear that it is vBAdvanced that is causing your error, n'est-ce pas?

Well, considering that vbAdvanced is the single most popular CMPS for vBulletin it is kind of silly not to want your hacks to be compliant. The fact is that "$vboptions[bburl]/" is a vBulletin phrase/option and not a vbAdvanced option/phrase. The language is already built in to vBulletin, so why not use it when writing a hack, it it will make your hack more compliant with other very popular mods? Also, the way the code is written, this error will occur with ANYONE that uses a CMPS, not just vbAdvanced.

jlp09550 09-22-2007 01:49 AM

How can I add the $membermood variable to other templates? My skin is designed with the member bar in the header template.

Konstantinos 09-23-2007 04:18 PM

Do you want to display mood images in the dropdown instead of mood names?

Doesnt work

tmffirework 09-26-2007 08:25 AM

I have a question. I use a template without the

Code:

$vbphrase[private_messages_nav]
in the Navbar, but in the header. But if I place:

Code:

<br />$usermoods
In the Heather (where stands that oder code) I doesn't work? Where else can I plase the last code?

Shinou 09-26-2007 09:29 AM

Not showing up for me, Only "My mood:" and nothing else, any help here?

Fungsten 09-26-2007 04:49 PM

Quote:

Originally Posted by Shinou (Post 1347376)
Not showing up for me, Only "My mood:" and nothing else, any help here?

I think I had something like that also. Go back and check your installation.


All times are GMT. The time now is 10:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01886 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete