Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Plus Mood Details »»
Plus Mood
Version: 1.0.2, by PlusVB PlusVB is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 10-13-2008 Last Update: 11-29-2008 Installs: 113
DB Changes Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

What is Plus Mood:
Product that allow your members to set their mood in the easiest way.

Installation:
  1. Upload all files in 'upload' folder to your forum>
  2. Import 'product-plus_mood.XML'.
  3. Edit navbar template.
  4. Make your own images
  5. Start using it.

Template edit:
In navbar template, find:
HTML Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
Add befor it:
HTML Code:
$plus_mood_welcome_x

History:
  • 1.0.1 - First Public Release.
  • 1.0.2 - using $template_hook[postbit_userinfo_right] instead of $template_hook[postbit_userinfo_right_after_posts] in (postbit OR postbit_legacy)

By default you will find only 6 moods built-in, so make your members' moods. sorry I'm not a designer.
Note, PSD file included.

Please:
This product made by PlusVB.com, It's original In ARABIC. you do not need to translate it to Arabic.
Main thread url http://www.plusvb.com/forums/showthread.php?t=2473
And I do not allow any modification to the code of (Plus Mood).

Translations:
Arabic 1.0.2
Turkish 1.0.1
Italian any!, just import the Lang.

Customizations:
Nickname is very cool today
.png instead of .gif
To use it with VBA CMPS

NOTE: you must have $template_hook[postbit_userinfo_right] in your (postbit or postbit_legacy)

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 12-23-2008, 04:42 PM
peppercola peppercola is offline
 
Join Date: Apr 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe its cause I'm new to this or maybe its just because I'm a little slow on the uptake today but where in the postbit legacy do I add in the $template_hook[postbit_userinfo_right]

nvm I found the hook I already had it in there problem is the mood still isn't showing in the postbit even with that hook there
Reply With Quote
  #93  
Old 12-24-2008, 06:53 AM
PlusVB PlusVB is offline
 
Join Date: Oct 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try it in unmodified style.
Reply With Quote
  #94  
Old 01-04-2009, 05:23 AM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those who use the mod and it doesn't work
edit ( plugin ) ( Mood - Display Mood In 'postbit' )

find
PHP Code:
        eval('$template_hook[\'postbit_userinfo_right\'] .= "' fetch_template('plus_mood_postbit') . '";'); 
replace it with
PHP Code:
eval('$template_hook[\'postbit_userinfo_left\'] .= "' fetch_template('plus_mood_postbit') . '";'); 
Reply With Quote
  #95  
Old 01-09-2009, 03:01 PM
Nadeemjp Nadeemjp is offline
 
Join Date: Aug 2008
Location: Japan
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it 3.8 compatible?
Reply With Quote
  #96  
Old 01-10-2009, 09:34 AM
lnxtr lnxtr is offline
 
Join Date: Jun 2008
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nadeemjp View Post
is it 3.8 compatible?
yes it i run

i wan to new icon
Reply With Quote
  #97  
Old 01-15-2009, 07:47 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This was working in postbit... now it isnt lol.

Any ideas why ? it seems since we upgrade to vb 3.8.0

Just noticed, this is appearing on some forums, not others ( cant remember if this had a forum restriction on it ) just checked , doesnt seem to .. weird
Reply With Quote
  #98  
Old 02-07-2009, 08:13 PM
todaytamil todaytamil is offline
 
Join Date: Mar 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant find <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
Reply With Quote
  #99  
Old 02-20-2009, 07:36 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

narrow your search

look for this instead

HTML Code:
$vbphrase[last_visited_x_at_y]
Reply With Quote
  #100  
Old 02-23-2009, 03:50 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cannot seem to use images in the folder other than the default 5 it came wih. Any ideas?
Reply With Quote
  #101  
Old 02-24-2009, 06:32 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DobieGillis? View Post
cannot seem to use images in the folder other than the default 5 it came wih. Any ideas?
Did you add the picture name twice with a '|' seperating them to your adminCP?

Is the picture file the same name in your adminCP?

Is your file a .gif?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:35 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13901 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_html
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete