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)
-   -   Add-On Releases - Cyb - Members Mood (https://vborg.vbsupport.ru/showthread.php?t=132576)

Mrdby 07-23-2007 01:19 PM

UPDATING NOW!!!! Thanks man!

princeedward 07-23-2007 05:48 PM

now its working good and excellent...thanks bro cyb... ;)

but is it possible that we can see what is the meaning or which mood for each # of buttons?

something like if we point the mouse pointer to each button...we can see if its

#1 bad, #2 not bad, #3 good, #4 very good, #5 excellent

please view my attachment...

SuperTaz 10-18-2007 04:13 AM

Easy to install. Excellent mood hack. Installed!:D

o0Hubba0o 11-20-2007 03:33 AM

Quote:

Originally Posted by princeedward (Post 1299388)
now its working good and excellent...thanks bro cyb... ;)

but is it possible that we can see what is the meaning or which mood for each # of buttons?

something like if we point the mouse pointer to each button...we can see if its

#1 bad, #2 not bad, #3 good, #4 very good, #5 excellent

please view my attachment...

Something like he said would be nice so memebers know which mood is good and which is bad, even adding some text in front and behind:

Bad 1 2 3 4 5 Excellent



For now I edited the phrase "cyb_vmood_your_current_mood" to say: Your Current Mood (1 = Bad | 5 = Excellent) which works for me.



EDIT:

Actually I change my mind and did a template edit:

In template "cyb_vmood" find:
Code:

                                                                 $vbphrase[cyb_vmood_your_current_mood] 
                                                                <input name="moodtime" type="hidden" value="$moodtime" />
                                                                <input name="vmm_id" type="hidden" value="$vmm_id" />
                                                                <input name="vmm_ip" type="hidden" value="$vmm_ip" />
                                                                <input name="vmm_un" type="hidden" value="$vmm_un" />
                                                                <input name="mood" type="radio" value="1" onclick="CybMMoodSubmit();" />1&nbsp;
                                                                <input name="mood" type="radio" value="2" onclick="CybMMoodSubmit();" />2&nbsp;
                                                                <input name="mood" type="radio" value="3" onclick="CybMMoodSubmit();" />3&nbsp;
                                                                <input name="mood" type="radio" value="4" onclick="CybMMoodSubmit();" />4&nbsp;
                                                                <input name="mood" type="radio" value="5" onclick="CybMMoodSubmit();" />5&nbsp;

And replace with:
Code:

                                                                &nbsp;$vbphrase[cyb_vmood_your_current_mood]:&nbsp;
                                                                <input name="moodtime" type="hidden" value="$moodtime" />
                                                                <input name="vmm_id" type="hidden" value="$vmm_id" />
                                                                <input name="vmm_ip" type="hidden" value="$vmm_ip" />
                                                                <input name="vmm_un" type="hidden" value="$vmm_un" />
                                                                Bad&nbsp;
                                                                <input name="mood" type="radio" value="1" onclick="CybMMoodSubmit();" />1&nbsp;
                                                                <input name="mood" type="radio" value="2" onclick="CybMMoodSubmit();" />2&nbsp;
                                                                <input name="mood" type="radio" value="3" onclick="CybMMoodSubmit();" />3&nbsp;
                                                                <input name="mood" type="radio" value="4" onclick="CybMMoodSubmit();" />4&nbsp;
                                                                <input name="mood" type="radio" value="5" onclick="CybMMoodSubmit();" />5&nbsp;
                                                                Excellent&nbsp;



It will look like this: http://img.photobucket.com/albums/v4...moodsample.gif

I didn't bother looking to see if there's a hover attribute for radio buttons to add yet, and of course you could add whatever text you want.

Just an fairly quick and easy fix until cyb decides if he wants to add something similar. ;)

petacat 02-01-2008 05:37 AM

Another great mod. Thanks. Always easy to install and well thought out!

Makc666 04-10-2008 10:52 AM

Stop working with 3.6.9
Tested on a clean install of 3.6.9
  • You vote.
  • The product writes the log info into *.cvs
  • But when the page is reloaded you again see 1-2-3-4-5
  • And you can vote again.
  • And the second line is added to *.cvs

Makc666 04-15-2008 07:46 PM

Quote:

Originally Posted by Makc666 (Post 1487362)
Stop working with 3.6.9
Tested on a clean install of 3.6.9
  • You vote.
  • The product writes the log info into *.cvs
  • But when the page is reloaded you again see 1-2-3-4-5
  • And you can vote again.
  • And the second line is added to *.cvs

Hm...
Others working with 3.6.9? I am the only one whom this one doesn't work with 3.6.9?

Update:

Fixed this one.

I think this was my problem with .htaccess
In other words the forum itself doesn't have access to forum's WWW part because its IP was blocked by .htaccess permissions.

Punished myself :eek:

Amadeus Cho 02-20-2009 12:53 PM

Hi

I get this error:

Warning: file(http://www.*****.com/forum/cyb_vmood...mood_votes.csv) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/misc.php(100) : eval()'d code on line 137

Warning: Invalid argument supplied for foreach() in [path]/misc.php(100) : eval()'d code on line 139

Warning: fopen(cyb_vmood/cyb_vmood_votes.csv) [function.fopen]: failed to open stream: No such file or directory in [path]/misc.php(100) : eval()'d code on line 151

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/misc.php(100) : eval()'d code on line 152

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/misc.php(100) : eval()'d code on line 153

Warning: fclose(): supplied argument is not a valid stream resource in [path]/misc.php(100) : eval()'d code on line 154

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3254) in [path]/includes/functions.php on line 3087


Can anyone please help ?

Thanks


All times are GMT. The time now is 07:57 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.01284 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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