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)
-   -   Forum Home Enhancements - [DBTech] InfoPanels v2 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=238351)

WDS 11-15-2011 02:36 AM

Sorry, I am Spanish and community through a translator.
is exactly what you said, thank you.

S@NL - BlackBik 12-14-2011 05:59 PM

Hi. Thanks for this great add-on. I was looking for a Welcome panel just like this.
Installed flawless.

Found two little bugs though:

In forumhome_loggedinuser there is a little error on line 51, some unbalanced quotes:
Code:

$loggedin['musername'] = ($vbulletin->options['avatarenabled'] ? '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="width="20" height="20" /> ' . $loggedin['musername'] : $loggedin['musername']);
must be:
Code:

$loggedin['musername'] = ($vbulletin->options['avatarenabled'] ? '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="" width="20" height="20" /> ' . $loggedin['musername'] : $loggedin['musername']);
And the copyright in the footer has three unescaped ampersands (&) that breaks the w3c validation.

That's it. The rest is perfect and a great asset to our forums.

Boofo 01-14-2012 08:07 PM

You guys need to fix this mod as it screws with the spider display mod. I have tried contacting you guys via IM to see if we can find a fix, but you guys are ignoring it. I have had many complaints about this mod not working with some other mods.

DragonByte Tech 01-14-2012 08:15 PM

Unfortunately the issue is not exclusively with this mod - to be more precise, both mods are taking the $activeusers variable and transforming it, changing its format.

I have received reports that setting the displayorder for your forumhome_complete plugin to 1 fixes the issues.

I don't know who you contacted over IM but if it was myself then I haven't received any - I'm currently preparing to travel so my presence and my laptop is yoyo-ing a bit. It's possible your IM was eaten by a crash (this laptop is quite old by now) or a reboot or some such.

In either case, could you please try setting displayorder to 1 for your plugin and see if that causes any other issues?

I'll look into setting displayorder for my mod to 65535 in a future version.

Fillip

Boofo 01-14-2012 09:22 PM

I tried you in IM a couple of times today, but no answer.

The execution order is already set to 1:

Quote:

<plugin active="1" executionorder="1">
<title>Display Spiders on Forumhome</title>
<hookname>forumhome_complete</hookname>

I've had it set like that for quite a while now.

OldSchoolDSL 01-14-2012 10:17 PM

Uninstalled

Results:

Site is fast
uses less resources
no more conflicts with several other modifications

DragonByte Tech 01-15-2012 05:46 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2287883)
Uninstalled

Results:

Site is fast
uses less resources
no more conflicts with several other modifications

Are you trying to troll us by posting the same non-constructive post in all our threads?


Fillip

DragonByte Tech 01-20-2012 10:32 PM

InfoPanels v2.0.4:
Fix: InfoPanels is now compatible with Boofo's excellent Spider Display on Forumhome & Who's Online v1.1.3 and above
Change: The HiVelocity branding footer can now be disabled via a vBulletin Option

Fillip

S@NL - BlackBik 01-22-2012 11:51 AM

Thanks for sharing this mod.

I found a little bug though.
The average number of posts that is showed in the welcome panel is rounded off (no decimals). I took the liberty to dig a bit in the code and found the cause.

In the script hooks/forumhome_complete.php there is a small error.

On line 132 there is this code:
Code:

$postsperday = ($jointime <= 1 ? $vbulletin->userinfo['posts'] : vb_number_format($vbulletin->userinfo['posts'] / $jointime, 2));
however, on line 362 there is this code:
Code:

$templater->register('postsperday',        vb_number_format(round($postsperday, 2)));
That's a second formating of this number and a round, that strips the decimals.
I changed it to this and now this number is shown with two decimals.
Code:

$templater->register('postsperday',        $postsperday);
Maybe you could change this in your next update?

DragonByte Tech 01-24-2012 03:59 PM

That would explain why that was broken for certain languages, different thousands separator must not work well with being parsed twice. Good find, thanks :)


Fillip

TombstoneWarrior 01-24-2012 06:26 PM

when i uploaded the whole upload file to my public_html then upload the xml file through ACP > upload i got this error>>>>>>>>

/home/a5597383public_html/dbtech/infopanels/includes/class_install.php appears to be missing!
/

tr1t0n 01-30-2012 01:57 PM

Quote:

Originally Posted by TombstoneWarrior (Post 2291880)
upload the xml file through ACP > upload i got this error>>>>>>>>

/home/a5597383public_html/dbtech/infopanels/includes/class_install.php appears to be missing!
/


I received the same error. Though I doublechecked and I uploaded the class_install.php file correctly.

DragonByte Tech 01-30-2012 02:12 PM

That error only appears if the file is missing, please check you did not accidentally upload the upload folder itself. You need to upload the contents of the upload folder into your forums directory.


Fillip

tr1t0n 01-30-2012 06:41 PM

I realized what I did. I had uploaded the info Panels folder rather than the DBTech folder above it. Thanks.

mkkochan 01-30-2012 08:18 PM

4.1.10 also worked with super job

w8baby 02-01-2012 06:02 PM

how to do remove the avatars showed besides all the active members displayed on the bottom of the forums. it looks really bad

DragonByte Tech 02-01-2012 06:11 PM

That can't be done at this time, sorry.

Fillip

w8baby 02-01-2012 06:14 PM

nvm fixed

Sunka 02-02-2012 11:17 PM

How you fixed?

Noerenberg 02-05-2012 07:54 AM

i need the german language. i have regsiter me on your forum, but get no activation mail and i have send you an email about the problem. no reaction.
so, please why you share not the language here?

Mike Bucy 02-05-2012 10:46 AM

Just loaded it with my new VB4.1.10 and it works GREAT!!

Many Thanks

I just have one question. Can I remove the Avatar Thumbnail next to the username in the What's Going On? box?

DragonByte Tech 02-05-2012 04:01 PM

There was an issue with our mail server for the past 24 hours, so we did not receive your email. Please give me your username and I will resend your activation email.

Fillip

Mike Bucy 02-05-2012 07:33 PM

What do you think about the avatar thumbnails in the What's Going On? box?

Per my last post.

DragonByte Tech 02-05-2012 07:41 PM

I think they are cool and make each username more recognisable :)

In seriousness though, your question was asked and answered on the previous page of this thread. You scrolled past the answer when you went to make your post :)


Fillip

Mike Bucy 02-05-2012 08:12 PM

Any plan soon to remove that. I hate to uninstall this mod. Asside from that I love it.

Mike Bucy 02-05-2012 08:17 PM

Does your InfoPanels v2 have the option to remove that?

Is there a major difference in purchasing that product?

DragonByte Tech 02-05-2012 08:22 PM

We will add an option to remove it in a future version.

You can view the Pro-only features by reading the modification info posted at the top of every page of this thread :)


Fillip

Mike Bucy 02-09-2012 06:15 AM

Is there any place the code can be removed or edited to not show them?

Sorry to ask. I just like this mod so much.:up::up:

DragonByte Tech 02-09-2012 04:48 PM

/dbtech/infopanels/hooks/forumhome_loggedinuser.php :)


Fillip

wtfaatp 02-17-2012 06:59 AM

Mine is Displaying @ the top of the Page and I cant seem to get it to go into the "Whats Going On"

DragonByte Tech 02-17-2012 02:52 PM

The ability to freely move the two blocks (Top X Stats and Welcome Panel) is a Pro-only feature :)


Fillip

gajinoz 03-14-2012 06:26 AM

Just installed it, works great, no problems at all. Top mod, thanks.

ultimategeek 03-14-2012 02:55 PM

All installed amazing Mod and i have nominated for Mod of the month

ultimategeek 03-14-2012 04:05 PM

1 quick question how do i stop it from showing the users twice (see picture)

http://i458.photobucket.com/albums/q...cock/users.jpg

Thanks

DragonByte Tech 03-14-2012 04:13 PM

Please try using a default (unmodified) skin. You may have customised your FORUMHOME template which may be causing this.

Fillip

ultimategeek 03-14-2012 04:19 PM

your right the default skin is prefect and i'll check the template

thank you for the help

DragonByte Tech 03-14-2012 04:23 PM

Ensure that the block of code found beneath
HTML Code:

                    <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
reads exactly
HTML Code:

                    <vb:if condition="$activeusers">
                    <ol class="commalist" id="wgo_onlineusers_list">
                        <vb:each from="activeusers" value="loggedin">
                            <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
                        </vb:each>
                    </ol>
                    </vb:if>

That should work correctly :)

EDIT: That code is taken from 4.1.9, if your vB version differs that may have changed. I forgot that D:


Fillip

ultimategeek 03-14-2012 04:33 PM

Thank you Fillip
all sorted you are a star, thanks again for a great Mod

Chadi 05-24-2012 11:37 PM

I want to uninstall this from vb4.2.0 and getting this error


Quote:

Warning: require([path]/dbtech/infopanels/hooks/init_startup.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 7

Fatal error: require() [function.require]: Failed opening required '/home/cazzy04/public_html/dbtech/infopanels/hooks/init_startup.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/includes/init.php(336) : eval()'d code on line 7

todomaquinas 06-11-2012 02:32 PM

1 Attachment(s)
Hi,

I found this mod, sought an alternative to that already had, and having its CHAT (PRO) was unaware of these statistics available to them.

I have the vB 4.2 and have successfully installed your product, but I get error in the database.

You can fix this?

A greeting.


All times are GMT. The time now is 08:15 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.02348 seconds
  • Memory Usage 1,821KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)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