vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Shoutbox Hack 1.04b (https://vborg.vbsupport.ru/showthread.php?t=68861)

Zachery 10-25-2004 02:06 PM

Quote:

Originally Posted by djohn
ok, the problem was that i have changed the default admincp location. now it's installed and working fine.

2 questions.
1. i have my shoutbox at the bottom of the forums, and it kind of blends with the statistics box. id like it to have it's own heading and the ability to minimise it

2. how can i remove shouts? i have all permissins set for the usergroups, but it i don't see any edit or delete buttons.

thanks for the great hack.

also, how can i change the hight of the shoutbox box on forumhome? i need to decrease it because i have quite compact design and right now it takes way too much space.

1. You will need to edit the templates
2. There should be drop down menus on each users name
3. Edit the templates and adjust the size of the iframe :)

bubbasmurf 10-25-2004 07:08 PM

Thanks for the great hack. Im sometimes hard headed but I got it to work when I read the readme.html file
Thanks again, Clicks Install

stan68 10-26-2004 02:22 PM

I am having what i think is a small problem and im most likely missing something very simple.

the iframe won't show on my forumhome.
i checked the forumhome template and there is nothing there to pull the shoutbox iframe.

the hack itself went fine and everything works.
is i go to shoutbox.php itself.

there is no popup being blocked from my firewall or my browsers.
i tried to use IE and firefox.

Zachery 10-26-2004 03:15 PM

Quote:

Originally Posted by stan68
I am having what i think is a small problem and im most likely missing something very simple.

the iframe won't show on my forumhome.
i checked the forumhome template and there is nothing there to pull the shoutbox iframe.

the hack itself went fine and everything works.
is i go to shoutbox.php itself.

there is no popup being blocked from my firewall or my browsers.
i tried to use IE and firefox.

Did you do the edits to the templates?

Cent 10-26-2004 04:35 PM

Hi! Help me please! And forgive for my English!

If I press on the button "Send the message" in chatbox, the page of a forum entirely is updated. How to make, that the chatbox was updated only a chat?

stan68 10-26-2004 04:51 PM

Quote:

Originally Posted by Zachery
Did you do the edits to the templates?

no at the point of the hack installer the area for the template edits it says No readme files found

am i missing something ?

Zachery 10-26-2004 06:01 PM

Quote:

Originally Posted by stan68
no at the point of the hack installer the area for the template edits it says No readme files found

am i missing something ?

You really need to do the template edits...

stan68 10-26-2004 06:07 PM

and i glady would if there were some i could do,
again i checked the installer and the area for the template edits theres nothing there.

stan68 10-26-2004 06:30 PM

nvm like i said it was something simple, the zip i had hade no template.txt in it.
i redownloaded this one .

Lionel 10-26-2004 10:12 PM

I uninstall and try to reinstall, and I get:
Warning: halt(includes/functions_log_error.php): failed to open stream: No such file or directory

whereas I am looking at that log.php where it supposed to be.

Cent 10-27-2004 10:15 AM

Hi! Help me please! And forgive for my English!

If I press on the button "Send the message" in chatbox, the page of a forum entirely is updated. How to make, that the chatbox was updated only a chat?

DjTaz 10-28-2004 09:53 AM

I just installed this on a win2003 server running apache and it installed no problems with no errors at all , bar 1 slight user error.

I noticed as i installed i was quite hasty when clicking NEXT maybe you should put tick boxes to make sure people have read what is being done before they can click ?

I also noticed that the README.html never displayed for me while installing and i thought that the hack didnt work - it was only after searching the folders that i found the README.HTML and discovered i had a few templates and files to edit ... after that everything worked perfectly.

Personally , I wanted a list of users online to be displayed in the shoutbox so that people didnt go posting when no-one was online (i know some people dont have this no-one else online issue, but my forum is newish) so i checked the script and added a tiny little code that i think helps a little.

on FORUMHOME template Find :
Code:

<if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
</span></td>

and REPLACE with :
Code:

<if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
<div class="smallfont"><b>Active Users: </b>$activeusers</div>        </span></td>

All thats being added in is :
Code:

<div class="smallfont"><b>Active Users: </b>$activeusers</div>
but where its placed is important to how it displays.

Thanks a million for the Hack - i had a shoutbox on the site already, but no-one used it as it was popup only - this one is a much better system.

DaMixer 10-28-2004 04:45 PM

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile)
VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062


Script:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack
Referer:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack


===========================================
Warning: Invalid argument supplied for foreach() in /home2www/user/forum/install/hack_install_b2.php on line 1061



===========================================

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home2/www/user/cludes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home2/www/user/m/includes/db_mysql.php on line 389

================================================== ==

Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC
mysql error: You have an error in your SQL syntax near ') ORDER BY languageid DESC' at line 1

Zachery 10-28-2004 07:16 PM

Quote:

Originally Posted by DaMixer
Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile)
VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062


Script:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack
Referer:
http://www.x.com/forum/install/hack_...=Shoutbox_Hack


===========================================
Warning: Invalid argument supplied for foreach() in /home2www/user/forum/install/hack_install_b2.php on line 1061



===========================================

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home2/www/user/cludes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home2/www/user/m/includes/db_mysql.php on line 389

================================================== ==

Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC
mysql error: You have an error in your SQL syntax near ') ORDER BY languageid DESC' at line 1

Did you have another shoutbox hack installed?

DaMixer 10-29-2004 01:06 PM

i dont think so

lange 10-30-2004 12:51 AM

I'll try it. Thanks

Rick Sample 10-30-2004 02:11 AM

hmm....getting this error:

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/detailci/public_html/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/detailci/public_html/includes/db_mysql.php on line 389

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062

Date: Friday 29th of October 2004 09:10:41 PM
Script: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Referer: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Username: Rick Sample

done and tried to reupload all files

Zachery 10-30-2004 11:32 AM

Quote:

Originally Posted by Rick Sample
hmm....getting this error:

Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/detailci/public_html/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/detailci/public_html/includes/db_mysql.php on line 389

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('shoutbox', '560', '0')
mysql error: Duplicate entry 'shoutbox' for key 1

mysql error number: 1062

Date: Friday 29th of October 2004 09:10:41 PM
Script: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Referer: http://www.detailcity.com/install/ha...=Shoutbox_Hack
Username: Rick Sample

done and tried to reupload all files

Are you 1000% sure you did not insatall another shotbox hack, or have used vBindex in the past?

CuriousGeorge 10-30-2004 07:01 PM

I just installed shoutbox on a clean install of vB 3.0.3, running at www.christianchapel.net

The install went fine, and when I go to ../shoutbox.php everything works fine as well. However, nothing is displaying on my mainpage. I looked throug the settings for shoutbox in the control panel, and can see nothing that would lead me to believe something was wrong. I also searched this thread, and could find no documentation that might be of assistance.

Any reason why, on my index.php page, the shoutbox does not show?

Thanks

TwinsX2Dad 10-30-2004 08:52 PM

Perfect & flawless installation - but I can't stand the iframe option, so I disabled it in the admincp settings.

Me clix install. Thank you!

A suggestion: How about a shoutbox admin block in the left column of the acp?

TwinsX2Dad 10-30-2004 08:56 PM

Quote:

Originally Posted by CuriousGeorge
I just installed shoutbox on a clean install of vB 3.0.3, running at www.christianchapel.net

The install went fine, and when I go to ../shoutbox.php everything works fine as well. However, nothing is displaying on my mainpage. I looked throug the settings for shoutbox in the control panel, and can see nothing that would lead me to believe something was wrong. I also searched this thread, and could find no documentation that might be of assistance.

Any reason why, on my index.php page, the shoutbox does not show?

Thanks

Did you follow the file edits? There is a point in the install procedure which requires you to click on a link to open the file edit instructions. I nearly clicked through it, without doing the edits.

CuriousGeorge 10-31-2004 10:40 AM

Quote:

Originally Posted by TwinsX2Dad
Did you follow the file edits? There is a point in the install procedure which requires you to click on a link to open the file edit instructions. I nearly clicked through it, without doing the edits.

Yes, I nearly missed that one to, but did not. I made all the edits, specifically to the ../install/vbulletin-style.xml document. I then, through my style manager, re-uploaded that as the default style. Yet, that did not seem to have any affect in getting it to show on the mainpage.

Fking 11-10-2004 05:47 PM

in forum/index.php
when i replace $phrasegroups = array('holiday');
with
$phrasegroups = array('holiday', 'shoutbox');

the main page got mixed up
all the statistic and etc things are gone and pretty much of the info on the main page is weird...

i have edited everything else and it's ok, but when replace and this....the problem appears...

Tru Smiles 11-10-2004 06:56 PM

Quote:

Originally Posted by CuriousGeorge
I just installed shoutbox on a clean install of vB 3.0.3, running at www.christianchapel.net

The install went fine, and when I go to ../shoutbox.php everything works fine as well. However, nothing is displaying on my mainpage. I looked throug the settings for shoutbox in the control panel, and can see nothing that would lead me to believe something was wrong. I also searched this thread, and could find no documentation that might be of assistance.

Any reason why, on my index.php page, the shoutbox does not show?

Thanks

I'm getting the exact same problem o_O

Actually, apart from that, I can't view it at shoutbox.php because it says I don't have permission, even though the usergroup is set to that, and only the first box appears in the drop down menu of the Admin CP o_O

Fking 11-11-2004 10:03 AM

well i installed it, i choose the iframe options, but it still reloads the whole page when i click "shout now"
instad of reloading only the iframe....
how to make it reload only the iframe, when posting new shout?

Fking 11-13-2004 09:34 PM

does it reloads on new shouts from other users, or only only per 90 seconds (or whatever else is set in the admincp)?

LadyBeth 11-14-2004 10:58 AM

Question...and I apologize if the answer is in the thread I have not read the whole thread...

Is it possible to have a chime sound when a new shout is posted? I have this installed on two BBS's and both user groups want to hear a sound so they know when someone is trying to chat.

Beth :)

leeman 11-15-2004 09:55 AM

I installed this and all went smoooothly on my 3.0.3 board....

Just two stupid questions .... ( yes i'm a n00b to VB ) how do I get it to show on all forum pages..... And will there be an option to make the shoutbox a popup one ....??

freakz 11-16-2004 11:32 PM

I have installed it and everything went good, I get the box on my main page with a field for the shout and then I type in the shout field and click the shout button, it then goes to a new page that opens up blank with nothing on it.

Can anyone help me out with this?

I have vBulletin Version 3.0.1

Ordovicium 11-18-2004 10:18 AM

Thanks for this hack. It's great, but I have a very interessting problem. When I activate iframe, the shoutbox isn't visible in IE but with Firefox :ermm:
IE 6.01
Firefox 1.0

taffy056 11-18-2004 07:38 PM

Wonderful hack! Installed with no problems :)

Thanatos 11-19-2004 02:29 AM

I may have missed this reading the thread, but this is what I found.

If you set the minimum allowed characters to any value, 2+

and you type in 1 single character, the post is refused, but your post count increments.

Has anyone else seen this?

This is on VB3.03 with the shoutbox 1.04b

Blam Forumz 11-20-2004 05:57 AM

Hi, heres my little problem, one of my users (and only one) cant see the shoutbox : they see it like this (attached)

Vman 11-20-2004 06:09 AM

that is because their browser does not support iFrames...I have had the same problem, since I webmaster 4 boards, I had to change the setting on the shoutbox to non-iframe and everyone then was able to see it...

I also suggest trying to have you members, like I have been doing, to upgrade their browsers to the newest version out since its free!

Vman 11-20-2004 06:11 AM

Quote:

Originally Posted by Ordovicium
Thanks for this hack. It's great, but I have a very interessting problem. When I activate iframe, the shoutbox isn't visible in IE but with Firefox :ermm:
IE 6.01
Firefox 1.0

Firefoxs is still the best to use in my opionion...and I too have had the same problem and my members with IE....have them either change browsers or upgrade to the newest version or just disable iFrames from the shoutbox and make it normal and everyone will then see it with no problems...

alzibub 11-20-2004 09:18 AM

I notice a couple of people mention that they can't see the shout box in IE when in iframe mode ...

One thing you can check is any popup blockers or personal firewalls ...
I had the issue where I couldnt see it in iframe mode but others could - after posting like mad in here I looked at my firewall settings and it appears that the iframe was being seen as a popup and was being blocked.
Suggest disable any popup blockers and have them check again - it worked for me.

Thanks

leeman 11-20-2004 10:40 AM

I have had a few members not being able to see the shouts in shoutbox on forum home.

It was their firewall. I will ask them what they altered in their firewall config and what firewall they were running.

Fking 11-20-2004 06:28 PM

how to make the guests to be able to post in the shoutbox?

ctsolutions 11-20-2004 10:47 PM

so far installed, but I have no "shoutbox permissions" in the Usergroup Manager.

missed a template ????

Thanks for help,

CtSolutions

djjeffa 11-21-2004 05:54 PM

is there a way of deciding what smilies can be used?


All times are GMT. The time now is 07:44 PM.

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.02158 seconds
  • Memory Usage 1,848KB
  • 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
  • (3)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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