vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBmoods 1.0 (https://vborg.vbsupport.ru/showthread.php?t=41883)

Martin64 08-05-2002 10:06 PM

Sweet one, I instantly removed my own mood hack and installed this :)

Velocd 08-05-2002 11:20 PM

Alrighty, I just made two add-ons for Firefly's & Nakkid's quick reply hacks. It looks very nice also.

I personally am using Nakkid hack, which you can see a screenshot of it attached.

The zip has been updated, so go check it out (note: you might have to clear your cache if you can't find the files in the zip).

Austin Dea 08-06-2002 12:14 AM

Sweet, thanks.

Velocd 08-06-2002 01:00 AM

There is a very small bug in the quick reply I just noticed (Nakkid quick reply). If you take a look at my screenshot attached in post #22 you can see that the mood message field says "mood message..", well..if your user doesn't want a mood message and at defaults just selects a mood and hits submit, then their mouseover text will say "mood message..".

So to fix this, in newreply.php find:
PHP Code:

$usermoodmessage censortext($usermoodmessage); 

And below it place:
PHP Code:

if($usermoodmessage == "mood message..")
       {
       
$usermoodmessage '';
       } 

Replace the "mood message.." part with whatever text you have. If you have no text in it, then don't even use this fix. :P

TECK 08-06-2002 01:54 AM

cute one. great job. :)

Velocd 08-06-2002 03:42 AM

Thnx ;)

I'm sure this hack will become a hit any minute now..I can sense it... ^_^'

Martin64 08-06-2002 08:10 PM

I've got FireFly's quick reply hack installed, and I'm looking at the instrucations for FireFly's add-on. It says to look for this in (I assume) showthread.php:

Code:

Now find:
---------------------------
forumdisplay_loggedinuser,forumdisplay_loggedinuser
---------------------------

And replace it with:
---------------------------
newposting_usermoodbits,forumdisplay_loggedinuser,forumdisplay_loggedinuser

I can't find this in showthread.php, or isn't that where I should look? My guess would be forumdisplay.php but it doesn't say so.

Edit: Yes, I changed that info in forumdisplay.php and it works fine. :)

Velocd 08-06-2002 09:12 PM

Martin, it wont help you to change the info in forumdisplay, because the templates are not being called there.

In showthread.php, search for this instead:
PHP Code:

// ##############################################################################
// ############################# SHOW THREAD ####################################
// ##############################################################################

$templatesused 

And replace it with:
PHP Code:

// ##############################################################################
// ############################# SHOW THREAD ####################################
// ##############################################################################

$templatesused 'newposting_usermoodbits, 

That should work ;)

Martin64 08-06-2002 10:12 PM

Thanks Velocd. Yeah, I suspected so. The hack worked with me adding it to forumdisplay.php though :p

Austin Dea 08-07-2002 03:56 AM

The whole alt message I type in isn't showing up :-\..It only shows 50 characters...


All times are GMT. The time now is 07:53 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.01059 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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