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

Reply
 
Thread Tools
vbShout v2.1 on ALL pages! (Below NavBar) Details »»
vbShout v2.1 on ALL pages! (Below NavBar)
Version: 1.00, by buileminh buileminh is offline
Developer Last Online: Mar 2010 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.6.4 Rating:
Released: 01-15-2007 Last Update: Never Installs: 52
 
No support by the author.

Firstly, please install vbShout v2.1!
Then import the xml file I attached. (Allow Overwrite: YES)

That's all! I hope you like this. Thanks for your interest
Note:
vbShout I attached is Zero Tolerance's hack. This is just a modification for that mod.

Show Your Support

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

Comments
  #72  
Old 01-23-2008, 05:27 AM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

plz dude ..
Reply With Quote
  #73  
Old 01-23-2008, 05:28 AM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mystic10 View Post
HTML Code:
<td style='white-space:nowrap' width='1%'>
							<input type="submit" value="Shout" class="button" />
							<if condition="$vboptions[shout_extra_options]">
							<input type='button' class='button' value='Clear' onclick='sb_Clear()' />
							<input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' />
							<input id='sb_mem_bold' type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' />
							<input id='sb_mem_underline' type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' />
							<input id='sb_mem_italic' type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' />
							<select id='sb_color_mem' name='font_color' onchange='sb_PropChange(this, "color")'>
								{$DropDowns['color_selector']}
							</select>
							<select id='sb_font_mem' name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
								{$DropDowns['font_selector']}
							</select>
							</if>
						</td>
after looking at this cod i think i would have to change the phrase sb_propchange...so when a member refreshe or comes back the next day their font and color won't change...wondering if someone can guide on what to change and how..or even if i am in right track

where can i add these one ..can u plzz info mee yaar ..plzzz
Reply With Quote
  #74  
Old 01-25-2008, 07:14 PM
hostlayer hostlayer is offline
 
Join Date: Oct 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any luck getting vbshout to save colors?
Reply With Quote
  #75  
Old 02-11-2008, 07:48 AM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of i am unable 2 log in

Wht i need to do

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
Reply With Quote
  #76  
Old 02-11-2008, 03:12 PM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

plzzzzzzzzzzzzzzzzzzzzzz help yaarrr .. am unable to login my admin panel .. showing this error
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
Reply With Quote
  #77  
Old 02-12-2008, 05:51 AM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

plzzzzzzzzzzzz help meeeeeeee.. am unable to login my admin panel......... its urgent
Reply With Quote
  #78  
Old 02-13-2008, 08:34 PM
mystic10 mystic10 is offline
 
Join Date: Sep 2007
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vibper007

1st problem: you got looged out of ur admin panel
reason: it's probably because of one of ur hacks u installed...u will have to globally turn off all your hack...you do this by going to your ftp server....there u will see the file inculdes...click on includes tha you will see config.php....open that add this line right under <?php

define('DISABLE_HOOKS', true);

once again ftp panel--->includes---->config.php--->open and right under <?php add this line define('DISABLE_HOOKS', true);

what will happen when u add this it will stop all your hacks and u will be able to accesss ur admin panel...once u enter your admin panel disable your most recent hacks...than go back to your ftp panel and remove define('DISABLE_HOOKS', true); from config.php..and all your plugins will be back on again....than one by one check which hack caused the error...
-------------------------

2nd question: about error for funtion

you go to admin cp----> to plugin manager ----> look for vbshout it should be all the way at the bottom---> under that section u should see fetch hook and edit that...i am placing a pic for ur convience

-----------------------

3rd question: about the html coding dealing with the color change...so i was asking for help...not giving the codes so please dont use that....i was wondering if someone could look at the code and guide what to change regarding the colors

i hope i helped u....and sorry for not responding sooner..may god bless u and hope all works out
Reply With Quote
  #79  
Old 04-03-2008, 04:53 PM
malag malag is offline
 
Join Date: Feb 2008
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In shoutbox I still see:
Quote:
Loading...
If I click 'Shoutbox' or if I try uninstall vbshout I see error:
Quote:
Not Acceptable
An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server.
Reply With Quote
  #80  
Old 04-04-2008, 07:22 PM
malag malag is offline
 
Join Date: Feb 2008
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I created .htaccess with:
Code:
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>
And it's ok.
Reply With Quote
  #81  
Old 04-11-2008, 06:12 PM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it shows no shouts
cant see the shouts

but ican see when i had clicked on the name of shoutbox to edit shout/delete shout
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 05:25 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.04777 seconds
  • Memory Usage 2,308KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_html
  • (3)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