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)
-   -   Major Additions - Vbimghost ver 2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=237158)

aouni_tahech 03-29-2010 08:11 PM

Great plugin. Is there a way to check for image size and dimensions before uploading the image?

paulbhoy 04-04-2010 01:51 AM

Quote:

Originally Posted by reifegerste (Post 2002682)
Hi,

i get this error message if i activate the mod and go to the CMS Comments.


Fatal error: Call to a member function query_read() on a non-object in /var/www/web1/html/vbulletin/packages/vbcms/comments.php(693) : eval()'d code on line 15

Can anyone help me with this problem?

I also have this problem

Fungsten 04-15-2010 08:00 PM

I like it better than the Albums.

LbR 04-16-2010 08:08 PM

No Screenshot
No Demo

Useless?

roadrunna 04-19-2010 10:24 AM

Quote:

Originally Posted by reifegerste (Post 2002682)
Hi,

i get this error message if i activate the mod and go to the CMS Comments.


Fatal error: Call to a member function query_read() on a non-object in /var/www/web1/html/vbulletin/packages/vbcms/comments.php(693) : eval()'d code on line 15

Can anyone help me with this problem?

Quote:

Originally Posted by mobe00 (Post 2011894)
I have the same problem here when i open a cms comment.

how do we fix that ?

Quote:

Originally Posted by paulbhoy (Post 2015418)
I also have this problem


Fixed it :)

Find the plugin "My Photo post bit".

Change the plugin code to :-

PHP Code:

$rec vB::$db->query_read("
        SELECT count(*) mark
        FROM "
.TABLE_PREFIX."vbimghost
        WHERE userid='"
.$post['userid']."' and imgprivate='0'
        "
);
$row vB::$db->fetch_array($rec);
$post['vbimghost']=$row['mark']; 

Basically the "$vbulletin->" is replaced with "vB::$"

paulbhoy 05-20-2010 12:15 AM

that seems to have fixed it, thanks!!

Ocean-Wonders 05-20-2010 08:17 PM

Getting errors all over the place with this and I can't delete any images etc.

Any plans to develop this further ?

Veer 05-20-2010 09:09 PM

Style of this mod is too bad, please update its design and layout.

movslow 05-21-2010 07:14 PM

What do I need to do to change the txt in the navbar?

It's all CAPS and I'd like to format it similar to whats there already?

Thanks

Alex@Mk3OC 05-25-2010 02:25 PM

Use the phrase manager and search for the text, that's what I did so we could change ours


All times are GMT. The time now is 10:37 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.01164 seconds
  • Memory Usage 1,739KB
  • 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_php_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
  • (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