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)
-   -   BVShoutbox FULLL (https://vborg.vbsupport.ru/showthread.php?t=63562)

Snake 04-02-2005 07:10 AM

Hello.

TTG 04-02-2005 07:24 AM

Quote:

Originally Posted by fusioncreations
Okay I have a new skin installed and when I run the install script, I get this error.

You don't need to run the script for every new skin you install .. simply place the template addition into the 'forumhome' template of your new skin.

Code:

<if condition="($permissions['shoutboxpermissions'] & CANREADSHOUTS)"><!-- shoutbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
                        <a href="shoutbox.php?$session[sessionurl]">Shoutbox</a>
                </td>
        </tr>
</thead>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
        <tr>
                <td class="alt1" width="100%">
                        <iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="yes" frameborder="0" name="shoutbox" id="shoutbox"></iframe>
                </td>
        </tr>
</tbody>
</table>
<!-- end shoutbox -->

<br /></if>


Snake 04-02-2005 02:49 PM

Okay and what about the other edits? For index.php and that.

TTG 04-02-2005 06:05 PM

Quote:

Originally Posted by fusioncreations
Okay and what about the other edits? For index.php and that.

They only have to be done once, so assuming you already have the shoutbox running on your other skins, simply insert the code from my previous post into your 'forumhome' template. And if you add another skin at some later stage .. just add the code to "New Skin" > forumhome.

Snake 04-03-2005 06:36 AM

Yes I know they have to be done once only but I have deleted all the vB files and reuploaded them again for several reasons so I'd to reinstall all the other mods and I guess I'm stuck with this shoutbox mod. That is why I need the mod readme/installation file again.

TTG 04-03-2005 10:28 AM

Every thought of reading the replies in this thread or doing a search !?

File Edits

Snake 04-03-2005 11:21 AM

Sowwie, my bad. Hey man, I am new to vBulletin so just calm down. :p

Snake 04-03-2005 11:51 AM

Still not working properly. It doesn't even load the shoutbox. Have a look yourself: http://www.rpginsider.com/forums

User/pass: test/test

Something is really messed. >_>

TTG 04-03-2005 11:58 AM

you updated the usergroup permissions to use the shoutbox ?

Snake 04-03-2005 12:01 PM

Yes, but I'm not sure about admin permissions because I coudn't see it. *blinks

What are you talking about? I have posted in this thread so that means I got a problem with the shoutbox, not arcade. :tired:

TTG 04-03-2005 12:10 PM

Quote:

Originally Posted by fusioncreations
Yes, but I'm not sure about admin permissions because I coudn't see it. *blinks

Usergroup permissions is the area you need to check :)

Snake 04-03-2005 12:17 PM

I checked them already. Here's a screenshot. Maybe it's because I was running an illegal version of vB, purchased a license immediatly (so I am running it totally legal now), deleted the current files and reuploaded them. Do you think this caused the problem?

TTG 04-03-2005 12:37 PM

Quote:

Originally Posted by fusioncreations
Maybe it's because I was running an illegal version of vB, purchased a license immediatly (so I am running it totally legal now), deleted the current files and reuploaded them. Do you think this caused the problem?

That would not make any difference .. you must have missed a file / template edit somewhere.

If you wanna set me a temp admin and email the files you edited, I'll take a look at it for you.
Gonna be a couple 'o hours .. gotta play the new Splinter Cell Chaos for a while :)

Snake 04-03-2005 12:46 PM

Okay, check your inbox. I don't think I have made a mistake somewhere because I am not new to mod installations. :p

Snake 04-04-2005 11:59 AM

TTG, I uploaded the file you sent me and it still ain't working. :(

TTG 04-04-2005 12:13 PM

Quote:

Originally Posted by fusioncreations
TTG, I uploaded the file you sent me and it still ain't working. :(

Guess there were too many error in too many places with the initial install .. might be a good idea to un-install .

Why not use Inferno's shout ..

Snake 04-04-2005 01:08 PM

But this is my fav shoutbox and I love it. I guess I should use a diferent one. >_> Thanks for your help anyway.

Snake 04-05-2005 06:48 AM

Look, I'm not going to give up just because I can't get it fixed so I'm gonna try and try until it's working.

I have installed it on my test board and it seems to work fine. Therefore, I have to un-install the mod on my official board (not the test board, as it's working fine). I'll need to drop all the tables (and coulmns, if any), phrases,... etc and then redo the file edits. When I've followed this instructions, then it should work fine. So would you please paste the code to drop ALL the tables, pharses... and all? I aprpreciate that.

Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: ALTER TABLE forums_usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'

mysql error number: 1060

Date: Thursday 31st of March 2005 09:34:41 AM
Script: http://www.rpginsider.com/forums/ad...out_install.php
Referer: http://www.rpginsider.com/forums/ad...out_install.php
Username: Snake
IP Address: [private]
As you can see, the table already exists and I'll have to drop them via the Admin CP. Also, I do not have cPanel. My host don't support it.

Snake 04-06-2005 06:32 AM

Hello anyone?

Marco van Herwaarden 04-06-2005 06:47 AM

Well i would not drop the usergroup table, since it is a standard vB table. You should only remove the column that was added:
[sql]ALTER TABLE forums_usergroup DROP COLUMN shoutboxpermissions;[/sql]PS If you have SQL permissions (set in your config.php) you can also run this from AdminCP.

Snake 04-06-2005 06:50 AM

Boy this is strange. I don't know what I've done. I got it working now finally. :D

Shadow Blaze 04-12-2005 03:29 AM

......i have done everything to install it and it works properly... but the forumhome template edit seems to have done nothing... anyone know why? ^_^ the shoutbox.php area in my forum works fine... just won't load the frame on my homepage... o.O

Serenity 04-14-2005 11:47 PM

I have been looking all over on how to change the background color of the box and can't find anything. I have also seen other people ask and it hasn't been answered.

Has anyone found out how to change it?

tia

Serenity 04-15-2005 01:19 AM

never mind.

i started playing around with things a bit more agresively and found out how i can change the text color. for anyone that wants to know, it's in the shoutbox_main template. it pulls the font color from <body class="alt1">

TTG 04-15-2005 01:36 AM

Quote:

Originally Posted by Shadow Blaze
......i have done everything to install it and it works properly... but the forumhome template edit seems to have done nothing... anyone know why? ^_^ the shoutbox.php area in my forum works fine... just won't load the frame on my homepage... o.O

The forumhome template edit can be confusing .. it states "<!-- end shoutbox -->"

but you need to add <br /></if> below

Mr. Brian 04-20-2005 10:14 AM

Working fine with vB 3.0.7

*Brian clicks install*

iTaLiAnBoY165 04-20-2005 01:30 PM

mine was working for about a month then stopped working now i just see a blank box where the shoutbox would be how do i uninstall or fix this

psoexplorer 04-28-2005 08:45 PM

Hey, thanks for this great hack. Just installed and everything is working fine aside from the face I dont have the shoutbox option in my Admincp menu.

What is the code I need to edit in the template? I've got a feeling I pasted it wrong.

TTG 04-28-2005 09:19 PM

Quote:

Originally Posted by psoexplorer
What is the code I need to edit in the template? I've got a feeling I pasted it wrong.

forumhome .. under $navbar

Code:

<if condition="($permissions['shoutboxpermissions'] & CANREADSHOUTS)"><!-- shoutbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
                        <a href="shoutbox.php?$session[sessionurl]"><center>The Internet Cafe Shoutbox</center></a>
                </td>
        </tr>
</thead>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
        <tr>
                <td class="alt1" width="100%">
                        <iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="yes" frameborder="0" name="shoutbox" id="shoutbox"></iframe>
                </td>
        </tr>
</tbody>
</table>
<!-- end shoutbox -->

<br /></if>


psoexplorer 04-28-2005 09:21 PM

Sorry, not that part.

The part that adds it into the admincp menu, so I can change settings. None of the members seem to be able to see the shoutbox, just me.

TTG 04-28-2005 09:35 PM

Quote:

Originally Posted by psoexplorer
Sorry, not that part.

The part that adds it into the admincp menu, so I can change settings. None of the members seem to be able to see the shoutbox, just me.


See this post :-

File edits

psoexplorer 04-28-2005 09:48 PM

Thanks - I re-did the files again and it's still not showing up in my admincp...

psoexplorer 04-28-2005 09:58 PM

I checked the permissions for each usergroup too, they all say that they can view the shoutbox, yet they actually cant.

Snake 04-29-2005 09:18 AM

This doesnt work on 3.0.7 good so can anyone remake it for 3.0.7?

TTG 04-29-2005 08:18 PM

Quote:

Originally Posted by Snake
This doesnt work on 3.0.7 good so can anyone remake it for 3.0.7?

I've installed it on 3 boards using 3.0.7 and had no problems installing or using :nervous:

angelicGrace 04-29-2005 08:37 PM

I installed it on a 3.0.7 and had nothing but problems from it. I ended up pulling it the same night.

Freya 04-30-2005 02:33 AM

I installed it onto 3.0.7 last night. I didn't really have any probs with it except for the fact it loads really slow. I am pulling it right now.

Space Duck 04-30-2005 05:25 PM

Yeah I just installed it... looked like it was gonna be well easy.... but then it just blew up in me face... nothin on forumhome or Admin CP doesn't seem to like VB3.0.7 :( seen this hack in action too and its gooooood

angelicGrace 05-01-2005 05:09 AM

Can someone tell me how to get the shoutbox items out of the admic cp ==>vbulliten options? I have replaced all the files in the server...had to get the hack off in the first place and that didn't remove them, so I don't know how to. I am horribly new to hacking if you can't tell.

and also how to get the shoutbox templates out. I don't see a way to delete a template. or that may be me being stupid and overlooking it.

Space Duck 05-01-2005 12:00 PM

Quote:

Originally Posted by TTG
I've installed it on 3 boards using 3.0.7 and had no problems installing or using :nervous:

I found it on the VB options but can't find it on the main page... do I need to cut and paste some code?


All times are GMT. The time now is 11:52 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.01660 seconds
  • Memory Usage 1,829KB
  • 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
  • (2)bbcode_code_printable
  • (11)bbcode_quote_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
  • (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