vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Browser on Who's Online (https://vborg.vbsupport.ru/showthread.php?t=103996)

derekivey 01-06-2006 06:42 PM

Quote:

Originally Posted by Hellraider
Got the same error as mentioned in post #16 on uninstalling version 1.0.1.

Manually reverting the template and file edits seems to be OK.

But product is still shown in installed product list and could not be removed.

How do I remove the entry in the product list?

Sorry about that, I'll take a look and get back to you.

Quote:

Originally Posted by lanc3lot
- Can i have this only appear on the Who's Online page?

No, that is currently not in this hack. I am looking into adding it, and it should be in a new version...

Quote:

Originally Posted by lanc3lot
Why is not working with the guests? I mean can it see what the guest browser is, and show approximately?

Currently, since your first question isn't in this hack, it can't show it for guests. When I add it to the Whos online page, I will make it show for guests too, but since guests don't show on the who's online box, it's not possible to show their browser with this hack.

Quote:

Originally Posted by lan3lot
What will happen if we have special html markaps for our users in our forums? We use special mini icons for each of our usergroups. Will they be replaced from the browser icons or will display both of them (for this i only want to have it on my Who's Online page, prefferably with both the icons displayed)

If you keep your code in there and have the code for this hack, it should show both.

Derek

Bubble #5 01-06-2006 07:45 PM

Very nice hack Derek! We'll be adding it soon and look forward to the new features :nervous:

lanc3lot 01-06-2006 09:22 PM

Thnx for your replies, waiting for the new version :)

Xtrato 01-07-2006 05:55 PM

Edit: i fixed it it seems i needed to to the tempalte edits then the porduct before i do the index.php edit.

Code:

There seems to have been a problem with the
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin 3.5.2:

Invalid SQL:

                SELECT
                        user.username, (user.options & 512) AS invisible, user.usergroupid,
                        session.userid, session.browser, session.inforum, session.lastactivity,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
                FROM vb3_session AS session
                LEFT JOIN vb3_user AS user ON(user.userid = session.userid)
                WHERE session.lastactivity > 1136662721
                ORDER BY username ASC;

MySQL Error  : Unknown column 'session.browser' in 'field list'
Error Number : 1054
Date        : Saturday, January 7th 2006 @ 01:53:41 PM
Script      :
Referrer    :
IP Address  :
Username    :
Classname    : vb_database


bashy 01-07-2006 05:57 PM

Edit ya IP address m8..tis best if ya do :)

Xtrato 01-07-2006 06:05 PM

Wow of all the things a deleted i left the ip wow thanks hehe

bashy 01-07-2006 06:07 PM

NP m8, just trying to help :)

Have fun

Bashy

derekivey 01-07-2006 10:56 PM

Hmm, for some reason the SQL query didn't get executed when you imported the product. Please run the following query in your AdminCP or PHPMyAdmin:
[sql]
ALTER TABLE `vb3_session` ADD `browser` VARCHAR( 50 ) DEFAULT '' NOT NULL;
[/sql]

Let me know if you still have any problems.

Derek

murrtex 01-09-2006 02:09 AM

Invalid SQL:
ALTER TABLE `session` DROP `browser`;;

MySQL Error : Can't DROP 'browser'; check that column/key exists
Error Number : 1091

uninstall problem I have...how can I fix it for uninstall???

derekivey 01-09-2006 09:33 AM

Just edit the product and remove the stuff in the uninstall code selected, then try uninstalling, that should fix it.


All times are GMT. The time now is 09:39 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.01247 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (4)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
  • (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