Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 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.8.x Rating:
Released: 03-04-2009 Last Update: 03-20-2009 Installs: 197
DB Changes Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

Plus Mood for vBulletin 4.0:
https://vborg.vbsupport.ru/showthread.php?t=240360

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.
FOR MORE MODDS' PIC https://vborg.vbsupport.ru/showpost....2&postcount=14 Thanks hIBEES

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
Display It on ibproarcade pages. new


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

Note2: You are free to remove the copyright text/link in this mod if you need so.

Enjoy.

Download Now

File Type: zip plus_mood_en.zip (238.0 KB, 1119 views)

Screenshots

File Type: jpg editmood.jpg (56.4 KB, 0 views)
File Type: jpg ministats.jpg (26.5 KB, 0 views)
File Type: jpg postbit.jpg (29.2 KB, 0 views)
File Type: jpg usercp_link.jpg (22.4 KB, 0 views)
File Type: jpg welcome.jpg (29.0 KB, 0 views)
File Type: jpg admincp.jpg (92.5 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 03-12-2009, 06:42 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redzzand View Post
again...

is there any way to have this mod use $template_hook[postbit_userinfo_left]??
I haven't seen the coder here in many months.
Reply With Quote
  #23  
Old 03-12-2009, 08:43 PM
Redzzand Redzzand is offline
 
Join Date: Jan 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, well I found a way to do this...

1. Edit product XML
a. Find $template_hook[\'postbit_userinfo_right\
b. Replace with $template_hook[\'postbit_userinfo_left\

2. Edit plus_mood_postbit template
a. Wrap html code within a table to shrink size

Sample code of my plus_mood_postbit template
Code:
<br />
<table>
<tr><td>
<fieldset><legend>$vbphrase[plus_mood]</legend>
<div align="center">
<img class="inlineimg" src="images/images_mood/$usermood[img].gif" alt="$usermood[alt]" border="0" />
</div>
</fieldset>
</tr></td>
</table>
<br />
Reply With Quote
  #24  
Old 03-13-2009, 12:11 PM
PlusVB PlusVB is offline
 
Join Date: Oct 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redzzand View Post
again...

is there any way to have this mod use $template_hook[postbit_userinfo_left]??
May I ask where is "'postbit_userinfo_left"?
I did not find it in any temp!
Reply With Quote
  #25  
Old 03-13-2009, 02:07 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redzzand View Post
ok, well I found a way to do this...

1. Edit product XML
a. Find $template_hook[\'postbit_userinfo_right\
b. Replace with $template_hook[\'postbit_userinfo_left\

2. Edit plus_mood_postbit template
a. Wrap html code within a table to shrink size

Sample code of my plus_mood_postbit template
Code:
<br />
<table>
<tr><td>
<fieldset><legend>$vbphrase[plus_mood]</legend>
<div align="center">
<img class="inlineimg" src="images/images_mood/$usermood[img].gif" alt="$usermood[alt]" border="0" />
</div>
</fieldset>
</tr></td>
</table>
<br />
just lost my Mood change option in the post bit because of another mod. Where will this locate the option to change moods?
Reply With Quote
  #26  
Old 03-13-2009, 02:59 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish there was another way to put the Mood changer somewhere else, anywhere else but the postbit.
Reply With Quote
  #27  
Old 03-13-2009, 07:45 PM
Redzzand Redzzand is offline
 
Join Date: Jan 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PlusVB View Post
May I ask where is "'postbit_userinfo_left"?
I did not find it in any temp!
Styles Manager -> Edit Templates -> Postbit Templates -> Postbit

exerpt of my Postbit Template
Code:
				<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				
				$template_hook[postbit_userinfo_left]
Reply With Quote
  #28  
Old 03-13-2009, 11:58 PM
PlusVB PlusVB is offline
 
Join Date: Oct 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redzzand View Post
Styles Manager -> Edit Templates -> Postbit Templates -> Postbit

exerpt of my Postbit Template
Code:
				<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				
				$template_hook[postbit_userinfo_left]
Thanks Redzzand,
In postbit looks lovely, but in postbit_legacy its ugly.
So how about using postbit_userinfo_left in postbit, and postbit_userinfo_right in postbit_legacy?
Reply With Quote
  #29  
Old 03-19-2009, 03:22 PM
eastsidetuners eastsidetuners is offline
 
Join Date: Dec 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guys i was wondering if any one can give me some quick help.. i downloaded the plusmood and have it on my computer, BUTT i have noo clue how to import it to my site? im new at this so i would really appreciate if some one can give some quick help thank you!
Reply With Quote
  #30  
Old 03-20-2009, 02:45 PM
s8glive s8glive is offline
 
Join Date: Mar 2009
Location: USA
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look at the highlited text in the picture below and you will see



can you tell me how to fix it or can you fix it?
Reply With Quote
  #31  
Old 03-20-2009, 08:31 PM
Wifey Wifey is offline
 
Join Date: Mar 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by s8glive View Post
look at the highlited text in the picture below and you will see



can you tell me how to fix it or can you fix it?
AdminCP -- Phrase Manager--User Tools (global)--plus_ mood_ do_ not_ use_ mood

Then change it to do not use mood on the text box when you click to edit it.
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 01:39 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.04757 seconds
  • Memory Usage 2,353KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (2)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (7)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete