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)

noppid 01-07-2005 12:16 PM

I just upgraded to vB3.0.5 successfully. This time when I ran the install_hack.php to reload the templates I was told that the hack was installed there was nothing to do. Clicking override on the main menu allowed the templates update.

Good Luck

moethelawn 01-08-2005 01:58 AM

Quote:

Originally Posted by drl2005
Hi Guy's,thnx for the great hack.

I have installed de shoutbox and it works great.
I have 3 skins, but on my Xtreem skin, I see nothing on de forumhome, only on the shoutbox.php page.
Now I saw that de forumhome template was not updated with the forumhome code, en I put de code in de template, but then I have a error :


The following error occurred when attempting to evaluate this template:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/html/forum/includes/adminfunctions_template.php(3054) : eval()'d code on line 15

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


The Shootbox works on 2 skins,but not de Xtreem skin.
Help me please

Had the same problem... just hit continue and you should be fine

Haven't updated to .5 yet.... hopefully it'll work out when I do...

sirstone 01-08-2005 09:41 AM

I want to add the smilies in the editot, how can i make ist? :tired:

eva01_ 01-08-2005 12:59 PM

Quote:

Originally Posted by noppid
I just upgraded to vB3.0.5 successfully. This time when I ran the install_hack.php to reload the templates I was told that the hack was installed there was nothing to do. Clicking override on the main menu allowed the templates update.

Good Luck

same thing worked for me, doing the override. i just need to fix the shout icon. just noticed that on lovely micro++++ (at work currently) that it doesn't show up. but of course it works on Mac (at home), cause safari is much better than anything else, also need to fix the "last 20 shouts" link

moethelawn 01-08-2005 01:11 PM

Running 3.0.5 and I ran the hack into overdrive like you two and it works just fine :)

dan_bevington 01-09-2005 11:07 AM

Hey Folks.
I've had a quick look round in this thread, but can't really find an answer to my problem.
I'm having trouble displaying my shoutbox on the forum index page.
I have copied the code exactly as it is in the installed and have tried reinstalling the shoutbox too.
It is set to enabled in the shoutbox settings, I have even tried reverting my forumhome template to the original, but still no luck.
Can anyone shed any light on the problem?
Cheers,
Dan.

Rhoads 01-09-2005 12:45 PM

Hello Guy's

I have a problem when I edit the usergroup.php
When I put this code to my usergroup.php, I can not manage the usergroups permissions.

It's this code :

Find :
PHP Code:

    if ($usergroupid != 1// Guests can not post attachments
    
{
        
print_table_header($vbphrase['attachment_permissions']); 

Add Above :
PHP Code:

    print_table_header($vbphrase['shoutbox_cpusergroup_title']);
    
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canview'], 'usergroup[shoutview]'$ug_bitfield['shoutview']);
    
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canshout'], 'usergroup[shoutpost]'$ug_bitfield['shoutpost']);
    
print_input_row($vbphrase['shoutbox_cpusergroup_maxdaily'], 'usergroup[shoutmaxdaily]'$usergroup[shoutmaxdaily]);
    if (
$usergroupid != 1) { // Allow guests to shout but do nothing else...
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canedit'], 'usergroup[shoutedit]'$ug_bitfield['shoutedit']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_candelete'], 'usergroup[shoutdelete]'$ug_bitfield['shoutdelete']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canhdelete'], 'usergroup[shouthdelete]'$ug_bitfield['shouthdelete']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_caneditothers'], 'usergroup[shouteditothers]'$ug_bitfield['shouteditothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_candeleteothers'], 'usergroup[shoutdeleteothers]'$ug_bitfield['shoutdeleteothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canhdeleteothers'], 'usergroup[shouthdeleteothers]'$ug_bitfield['shouthdeleteothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canip'], 'usergroup[shoutip]'$ug_bitfield['shoutip']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_coventry'], 'usergroup[shoutcoventry]'$ug_bitfield['shoutcoventry']);
        if (
$vboptions['shoutbox_enablehierarchy'] == 1) {
            
print_input_row($vbphrase['shoutbox_cpusergroup_hierarchy'], 'usergroup[shouthierarchy]'$usergroup['shouthierarchy']);
        }
    }
    
print_table_break();
    
print_column_style_code(array('width: 70%''width: 30%')); 

This is my error, it's happend on all groups:
HTML Code:

Usergroup Manager

Database error in vBulletin 3.0.5:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        title = 'Administrators',
        description = 'Beheerder van de Dutch Racing League',
        usertitle = 'Administrator',
        opentag = '',
        closetag = '',
        passwordexpires = '90',
        passwordhistory = '0',
        shoutview = '0',
        shoutpost = '0',
        shoutmaxdaily = '0',
        shoutedit = '0',
        shoutdelete = '0',
        shouthdelete = '0',
        shouteditothers = '0',
        shoutdeleteothers = '0',
        shouthdeleteothers = '0',
        shoutip = '0',
        shoutcoventry = '0',
        shouthierarchy = '1',
        attachlimit = '0',
        avatarmaxwidth = '120',
        avatarmaxheight = '120',
        avatarmaxsize = '25000',
        profilepicmaxwidth = '60',
        profilepicmaxheight = '60',
        profilepicmaxsize = '12500',
        pmquota = '25',
        pmsendmax = '10',
        forumpermissions = '393215',
        pmpermissions = '3',
        calendarpermissions = '31',
        wolpermissions = '31',
        adminpermissions = '3',
        genericpermissions = '4194239',
        genericoptions = '31'
WHERE usergroupid=6
mysql error: Unknown column 'shoutview' in 'field list'

mysql error number: 1054


Megareus Rex 01-09-2005 03:20 PM

Ummm...I updated my vB to 3.0.5, and now I need to re-hack all the various php files neccessary to make it function properly.

Are the php changes specified anywhere?

noppid 01-09-2005 04:22 PM

Quote:

Originally Posted by Megareus Rex
Ummm...I updated my vB to 3.0.5, and now I need to re-hack all the various php files neccessary to make it function properly.

Are the php changes specified anywhere?

Look here... https://vborg.vbsupport.ru/showpost....&postcount=373

wolfgang2 01-09-2005 07:56 PM

Quote:

Originally Posted by noppid

i would like to deinstall the shoutbox hack after upgrading to vB 3.0.5
Also it seems like a safety hazard.

Templates etc. i can delete, as well as shoutbox.php, but in the databsae it is not so easy.
Any hints what i have to delete out of the mysql database?
shoutboxposts is clear...but the rest?

Did the install via NON HTL Install.
Thank You for any help


All times are GMT. The time now is 08:48 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.01803 seconds
  • Memory Usage 1,773KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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