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)

Bounce 04-18-2011 11:15 PM

Quote:

Originally Posted by DragonByte Tech (Post 2186127)
Edit the dbtech_infopanels_panel template :)


Fillip

Thank You sir :up:

JOEV 04-19-2011 12:05 PM

Hello.
Help needed.
Is there a chance to get the welcome-block after the pagetitle but before the content-container with the lite version? Many thanks for the help.

DragonByte Tech 04-19-2011 12:47 PM

Sorry, no :( If we backported Pro features to Lite, our customers would flay us alive :(


Fillip

nerowolfe 04-19-2011 04:55 PM

Hi, why I have a mistake in this?

http://img163.imageshack.us/img163/5...magine002z.png

:)

Is not correct the "staff member" & "member" ...

DragonByte Tech 04-19-2011 05:01 PM

It classes people who have the "Show on Forum Leaders" Usergroup permission, and also use a coloured username, as staff.

Fillip

nerowolfe 04-19-2011 06:01 PM

Ty Filips! Now it's al ok! :)

JOEV 04-20-2011 05:28 AM

@DragonByte Tech Fillip:

Quote:

Sorry, no If we backported Pro features to Lite, our customers would flay us alive
thanks for the information. so if i get it right, in Pro Version, it is free placeable in the section i want? Sorry, maybe a dumb question, but i didnt read this at the Pro-Listings. =o)
Best regards

DragonByte Tech 04-20-2011 06:31 PM

Yeah with Pro, you have an option of inserting 2 variables anywhere in the "forumhome" template to place the WP and the Top X Stats anywhere you want :)


Fillip

kevius 04-21-2011 06:17 AM

hello,

is it possible to display an default avatar picture in the welcome panel ?

at this moment it's display only text : my avatar

:-/

DragonByte Tech 04-21-2011 08:09 AM

You'll need to edit the relevant parts of dbtech_infopanels_panel to add support for default avatars.

Fillip

kevius 04-21-2011 08:44 AM

tks ! can you very much, now can you tell me what is the URL's variable to use for the path ?

DragonByte Tech 04-21-2011 09:01 AM

Sorry, I don't know that :(


Fillip

kevius 04-21-2011 09:12 AM

here it is your original code in dbtech_infopanels_panel (id : 12149)

PHP Code:

<a href="profile.php?{vb:raw session.sessionurl}do=editavatar">
                        <
vb:if condition="$avatar[0]">
                            <
img src="{vb:raw avatar.0}" alt="{vb:rawphrase edit_avatar}"{vb:raw avatar.1} />
                        <
vb:else />
                            {
vb:rawphrase edit_avatar}
                        </
vb:if> 

i've to change this line {vb:rawphrase edit_avatar} by this :

PHP Code:

<img src="http://www.MYURL/images/misc/unknown.gif"/> 

But i know it's bad to code url like this. Do you know how can i do better ?

DragonByte Tech 04-21-2011 09:22 AM

Ohh I see, just replace
HTML Code:

{vb:rawphrase edit_avatar}
With
HTML Code:

<img src="images/misc/unknown.gif" alt="{vb:rawphrase edit_avatar}" />
That should take care of that :)


Fillip

kevius 04-21-2011 09:24 AM

COOL !! Perfect thank you very much Fillip !

have a nice day !

whitedd 06-12-2011 10:34 PM

dont work in 4.1.4. :(

whitedd 06-12-2011 10:38 PM

it generate this database error:
Database error in vBulletin 4.1.4:

Invalid SQL:

SELECT IF(userid > 0, 1, 0) as isuser, COUNT(session.userid) as online_users
,user.usergroupid, displaygroupid, user.membergroupids
FROM session as session

WHERE session.lastactivity > 1307912055



GROUP BY isuser;

MySQL Error : Unknown column 'user.usergroupid' in 'field list

DragonByte Tech 06-12-2011 11:11 PM

Did you manually enable the "Who's Online - Query" plugin? That was left disabled when the product was released.

Fillip

NLPLegacy 06-19-2011 03:48 PM

Not working on other skins only the default skin

DragonByte Tech 06-19-2011 03:53 PM

Unfortunately we cannot support custom skins, you should contact your skin coder :)


Fillip

Forthen9 06-24-2011 03:48 PM

Hi,

Everything works great, just one problem when I click on Manage Blocks

Fatal error: Class 'INFOPANELS' not found in ......dbtech/infopanels/actions/admin/block.php on line 19

and the same with Repair Cache

Fatal error: Class 'INFOPANELS_CACHE' not found in .......dbtech/infopanels/actions/admin/repaircache.php on line 22

DragonByte Tech 07-04-2011 05:37 PM

Did you also import the new product XML file after uploading the new files?
Are all the files uploaded exactly as they are inside the upload folder?

Fillip

DragonByte Tech 09-14-2011 01:54 AM

InfoPanels v2.0.2
Fix: Any un-recorded hotfixes since the last version released.
Change: The products now support the Product URL and Version Check features of the vBulletin Product Manager

Fillip

ProFifaLeagues 09-15-2011 06:20 AM

DragonByte...we plan to use some Utube Videos in the "Latest News" Areas section but at present they refresh every few seconds after we add them on a new line
Is there a way we can change the refresh time please Sir?
Or is there a better way you may know to display a video in this part of the mod please?

Many thanks

DragonByte Tech 09-15-2011 11:30 AM

The Latest News area is in no way designed to host video content, and there's no way to change the refresh time, sorry :(


Fillip

ProFifaLeagues 09-15-2011 02:20 PM

:( Ok thank you Fillip

haytham 10-12-2011 04:34 PM

I have been getting a huge error from installing this but in short(and I hope someone can help bec. I like it and don't want to uninstall it) this is the error cause:

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

DragonByte Tech 10-12-2011 04:42 PM

Re-import the product, it looks like it was interrupted before it could insert the phrases.

Fillip

haytham 10-12-2011 05:01 PM

Just did and will wait to see if I get the error again or not. Thank you. I have another question (sorry) It says at the top (ยป You have 5,683 Posts and 2 Threads) which is completely wrong. I tried updating all counters but didn't work. Any suggestions?

DragonByte Tech 10-12-2011 05:10 PM

vB gives me those values, there's nothing I can do about that :(


Fillip

ozzy47 10-12-2011 08:53 PM

Quote:

Originally Posted by haytham (Post 2256376)
Just did and will wait to see if I get the error again or not. Thank you. I have another question (sorry) It says at the top (? You have 5,683 Posts and 2 Threads) which is completely wrong. I tried updating all counters but didn't work. Any suggestions?

I do remember having a similar issue on my forum, it was another mod causing the issue, try disabling your mods one at a time to see if one of them is causing it.

DragonByte Tech 11-06-2011 09:52 PM

InfoPanels v2.0.3:
Fix: Added compatibility with vBulletin 4.1.8

Fillip

Scyther 11-07-2011 08:00 AM

Awesome man....I really like it..!!

Marked installed and nominated for MOTM!!

WDS 11-12-2011 04:13 PM

By enabling the product I get this error and gives me the forum inoperative.

Fatal error: [] operator not supported for strings in /home/waddys/public_html/foro.php(653) : eval()'d code on line 32

Thnaks.

DragonByte Tech 11-12-2011 04:22 PM

Please try disabling all other modifications, as I know there is another modification that is conflicting but I cannot remember which it is at the moment. Once we find the conflicting one, we'll see if they can work together :)


Fillip

WDS 11-12-2011 04:59 PM

Enter conoflicto with this product: Spiders Display on forumhome and Who's Online
may be able to co-exist both at the same time Need

ewebdesigner 11-12-2011 05:03 PM

Is it possible to make this only available for the admins and no one else?

DragonByte Tech 11-13-2011 01:41 PM

Quote:

Originally Posted by WDS (Post 2267307)
Enter conoflicto with this product: Spiders Display on forumhome and Who's Online
may be able to co-exist both at the same time Need

Try changing the execution order of InfoPanels' forumhome_complete plugin to 1.

Quote:

Originally Posted by ewebdesigner (Post 2267308)
Is it possible to make this only available for the admins and no one else?

Not currently, no.


Fillip

WDS 11-13-2011 02:55 PM

Quote:

Originally Posted by DragonByte Tech (Post 2267524)
Try changing the execution order of InfoPanels' forumhome_complete plugin to 1.



Fillip

OK, I've searched and by default is 1.
It can work if you change to 2?
or if I change to 2 of Spiders?

Thanks

DragonByte Tech 11-14-2011 02:19 PM

I'm not sure what you just said, but if you play around with the displayorder and set InfoPanels' plugin to, say, 1 and then Spider one to 2, I think that should work.

Fillip


All times are GMT. The time now is 09:00 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.01528 seconds
  • Memory Usage 1,819KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (6)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