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 - PhotoPlog: The Pro Gallery (https://vborg.vbsupport.ru/showthread.php?t=298927)

Rakehel 01-17-2015 12:10 PM

Since upgrading to 4.2.2 PL3 we're receiving this error message when clicking on Photoplog thumbnails (Top of board or in Photoplog itself.):

Quote:

Warning: Assigning the return value of new by reference is deprecated in ..../photoplog/ratebit.php on line 29
That would be this line of code:

Quote:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
I tried re-uploading that file but no change. Has anyone experienced this issue? What is the message telling me?

Dave 01-17-2015 01:01 PM

I believe you can fix that by replacing
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 

with
PHP Code:

$bbcode_parser = new vB_BbCodeParser($vbulletinfetch_tag_list()); 


Rakehel 01-17-2015 02:28 PM

Thank you Dave, again...LOL. That is indeed the fix!

moonclamp 03-23-2015 12:59 AM

Couple of issues ...

How do I delete/edit the navbar menu item so I can create my own?

I am using vbadvanced, but I don't want thumbnails on my vba page - the included file is quite a but different to my vba file. However, if I leave it alone my homepage goes blank.

tomshawk 04-25-2015 05:56 AM

Nevermind. I'm an idiot

Works perfectly

Thank you

Dederon 07-30-2016 02:21 PM

Hat jemand eine Deutsche Sprachdatei für die aktuelle Version 2.1.6?

Have someone german phrases for version 2.1.6?

Rakehel 12-22-2016 01:25 PM

I'm wondering if anyone answers questions about Photoplog at this point, but here's one:

I'm trying to get a solid background color to display behind the thumbs on Forumhome, top and bottom.

The reason being that on custom skins the main background is displaying inside the thumb borders, and on the bottom thumb display that obscures the info and data for each picture. And then of course the Forum Display pages, etc.

MarkFL 12-22-2016 02:16 PM

Quote:

Originally Posted by Rakehel (Post 2579746)
I'm wondering if anyone answers questions about Photoplog at this point, but here's one:

I'm trying to get a solid background color to display behind the thumbs on Forumhome, top and bottom.

The reason being that on custom skins the main background is displaying inside the thumb borders, and on the bottom thumb display that obscures the info and data for each picture. And then of course the Forum Display pages, etc.

If you can post a link to your forum, I can likely write a simple plugin to add the needed CSS. What color would you want behind the thumbs?

Rakehel 12-22-2016 02:24 PM

Thanks Mark! We have 6-7 skins that are currently being worked on, removed or updated. I've put off fixing some things for a long time.

I'm just looking for a color setting, light - medium gray, so it won't clash with some of our themes. White would be fine too.

I would think there's somewhere in the Pro version to work on colors but I've looked everywhere with no luck.

we're here: ulctribal.com

** Forgot to add, have a default style set other than the vB default.

MarkFL 12-22-2016 02:51 PM

Quote:

Originally Posted by Rakehel (Post 2579748)
Thanks Mark! We have 6-7 skins that are currently being worked on, removed or updated. I've put off fixing some things for a long time.

I'm just looking for a color setting, light - medium gray, so it won't clash with some of our themes. White would be fine too.

I would think there's somewhere in the Pro version to work on colors but I've looked everywhere with no luck.

we're here: ulctribal.com

** Forgot to add, have a default style set other than the vB default.

Do you have to be a registered user to see the thumbs? I'm only seeing your notices up top...:)


All times are GMT. The time now is 02:41 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.01335 seconds
  • Memory Usage 1,745KB
  • 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_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)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