vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

DragonByte Tech 12-10-2011 01:04 PM

Quote:

Originally Posted by betts02 (Post 2276000)
Installation Failed
Sorry, the product encountered an error during installation. More information is provided below to help address the issue.

bitfield_dbtech_vbshout.xml not found in directory /home/nextgen6/public_html/forums/includes/xml/

Please drag and drop the contents of the upload folder into your forums/ folder in your FTP program :)

Quote:

Originally Posted by wat3v3r (Post 2276500)
We recently uninstalled your shoutbox from our forums but once in a while we get this mysql error emailed to us:


Code:

SELECT
                      userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
                      IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
                      language.phrasegroup_global AS phrasegroup_global,
                      language.phrasegroup_dbtech_vbshout AS phrasegroup_dbtech_vbshout,
                      language.phrasegroup_user AS phrasegroup_user,
                      language.phrasegroup_posting AS phrasegroup_posting,
                      language.phrasegroup_album AS phrasegroup_album,
                      language.phrasegroup_messaging AS phrasegroup_messaging,
                      language.phrasegroupinfo AS lang_phrasegroupinfo,
                      language.options AS lang_options,
                      language.languagecode AS lang_code,
                      language.charset AS lang_charset,
                      language.locale AS lang_locale,
                      language.imagesoverride AS lang_imagesoverride,
                      language.dateoverride AS lang_dateoverride,
                      language.timeoverride AS lang_timeoverride,
                      language.registereddateoverride AS lang_registereddateoverride,
                      language.calformat1override AS lang_calformat1override,
                      language.calformat2override AS lang_calformat2override,
                      language.logdateoverride AS lang_logdateoverride,
                      language.decimalsep AS lang_decimalsep,
                      language.thousandsep AS lang_thousandsep

              FROM user AS user
              LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
              LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

              WHERE user.userid = 115561;

MySQL Error  : Unknown column 'language.phrasegroup_dbtech_vbshout' in 'field list'
Error Number  : 1054

Any reason why this is happening ?

Delete the files that came with the product.


Fillip

wat3v3r 12-10-2011 01:37 PM

Quote:

Originally Posted by DragonByte Tech (Post 2276504)
Delete the files that came with the product.


Fillip

Thanks am doing that now :erm:

Myth-Scape 12-11-2011 07:40 AM

Any idea why I get the error (looks like a sticky) that says "error: not found"

forum is 4.1.7 i think (security patch # 2)

i used the second link

I have reloaded three times each time I made sure overwrite was checked.

It shouldn't make a difference but I have like four of the dbtech products on my forum is it possible they are like...glitching with each other or something?

DragonByte Tech 12-12-2011 02:31 PM

That means vbshout.php doesn't exist in your forum folder. Please drag and drop the contents of the upload folder into your forum folder :)


Fillip

vBNinja 12-14-2011 12:04 AM

@DBtech

back to the problem i had:


Quote:

Originally Posted by ivant (Post 2237093)
i have a problem with the little menu that pops up when you click on someone's name

it pops up under the chatbox ( i have to scroll down the forums) and not next to the name i clicked

any fix?

I got really annoyed by this so I looked for the problem and i guess i found it

when the style I bought updated to 4.1.5 they added a bunch of code on the additional.css, i deleted everything there, saved it, refreshed and the context menu was fine but my site layout was completely broken (relies on the additional.css code i deleted), can you please help me find the part in the additional.css file that is causing the problem, here it is:
Code:

http://pastebin.com/n4UFvB6L
Thank you, i really appreciate it

DragonByte Tech 12-14-2011 12:38 AM

Sorry, I have no idea what specifically that causes it so I am unable to tell you :(

What you need to do is, take one bit by one (for instance,
HTML Code:

img {
border:0;
}

is one) and readd them to additional.css until you find the one that disrupts it :)


Fillip

vBNinja 12-14-2011 12:42 AM

Quote:

Originally Posted by DragonByte Tech (Post 2277544)
Sorry, I have no idea what specifically that causes it so I am unable to tell you :(

What you need to do is, take one bit by one (for instance,
HTML Code:

img {
border:0;
}

is one) and readd them to additional.css until you find the one that disrupts it :)


Fillip

thats alotttt of work :O
do you know what template/class you used to make the context menu hover?

DragonByte Tech 12-14-2011 12:52 AM

As you can see in the dbtech_vbshout_shoutbox template:
HTML Code:

        <div class="popupmenu" style="display:inline; float:none;">
            <a href="javascript://" class="popupctrl">{vb:raw title}</a>
            <ul class="popupbody popuphover">
                <li><a href="vbshout.php?{vb:raw session.sessionurl}do=archive&amp;instanceid={vb:var instance.instanceid}" style="color: {vb:stylevar popupmenu_color};" rel="nofollow">{vb:rawphrase archive}</a></li>
                {vb:raw template_hook.dbtech_vbshout_popupbody}
            </ul>
        </div>

But that doesn't mean that any of the other classes can't be responsible, which is why I recommend taking it step by step :)


Fillip

vBNinja 12-14-2011 01:55 AM

UPDATE:

I found the problem:

it is this block of code:

PHP Code:

.pageWrap {
    
width:{vb:stylevar doc_width};
    
margin:{vb:stylevar doc_margin};
    
position:relative;


specifically this part:
Code:

position:relative;

I removed that line, and my banner as well as some other aspects of my page messed up, but the context menu worked D:

UPDATE: 2

did some research on positioning with css and changed "relative" to "inherit" and it worked like a charm; Fixed the context menu and didn't mess up my layout :D
ty Google

DragonByte Tech 12-14-2011 09:09 AM

Good stuff, I wouldn't have had the faintest idea myself xD

Fillip


All times are GMT. The time now is 01:22 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.03665 seconds
  • Memory Usage 1,767KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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