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)

Light Peak 06-21-2013 11:02 AM

Quote:

Originally Posted by GaryT (Post 2429265)
On my navbar I want to rename "Photoplog" to "Photos". Where and what do I change?

2nd this

hsoen 06-21-2013 02:12 PM

How to disable the display of "Gallery Count: 0" and "Comment Count: 0" at user postbit_legacy?

hsoen 06-25-2013 11:53 AM

In the upload file menu, there is a duplication of Title and Description. That is, both the Title box and the Description box appear twice.

How to resolve this problem?

calorie 06-25-2013 07:44 PM

@GaryT and Light Peak: PhotoPlog is phrased so just search via the ACP -> PhotoPlog -> Change Phrases -> Search in Phrases -> Search for Text -> Find -> Edit -> Save.

@angeljs: The vBA page is blank because one of the constants atop PhotoPlog's vbadvanced.php file is not defined (they all used to be defined but are no longer) so you get a blank page as PhotoPlog exits. It is a very easy fix once I know what constants are defined (and you want at least one of them there for security reasons). To let me know what constants are defined, edit PhotoPlog's vbadvanced.php file and replace it with the below, save and FTP it, go to your portal page and please let me know what you see on screen:
Code:

<?php

print_r(get_defined_constants(true));
exit();

?>


@hsoen: PhotoPlog is not likely to slow your server down anymore than adding or installing any other program. PhotoPlog is coded using table keys and uses slave server queries on nonessential queries (for example, an "essential" query is one used in say uploading an image, and a "nonessential" query is one used to say display information). To disable gallery and comment counts in the forum postbit, go to the ACP -> Products & Plugins -> Plugin Manager -> Edit "PhotoPlog Postbit Gallery Counts" -> set "Plugin is Active" to No -> Save. For the duplication of Title and Description, do you remember what you did right before that occurred? The solution is here. There are double entries in the photoplog_customfields database table for that category and one set needs to be removed. I'm not able to reproduce this though, so anything you can tell me about how it happened to you might help. Thanks!!

hsoen 06-26-2013 02:13 PM

1 Attachment(s)
@calorie: Based on the attached picture, which double entries in the photoplog_customfields database table need to be removed?

The double entries appeared when you upload file to any categories.

calorie 06-26-2013 07:28 PM

1 Attachment(s)
@hsoen: Please see the attachment in this post for the rows to delete. Thanks for the screenshot too as I now know what to look for to prevent this in a future version. :up:

skol 06-27-2013 07:19 AM

1 Attachment(s)
@Calorie.

I think it's disabling options in Style & Language Settings..

calorie 06-27-2013 03:07 PM

@skol: Upgrade to version 2.1.6. Instructions to go from version 2.1.5 to version 2.1.6 are given in the release post. :up:

Dennis B 06-27-2013 11:22 PM

Wow! At last! Thanks calorie!!

hsoen 06-28-2013 09:52 AM

@calorie: Thanks for your support. No more duplication of Title and Description after deleting the six rows indicated by you.:up: Look forward to your new version release for getting rid of this problem.:)


All times are GMT. The time now is 11:17 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.01379 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)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