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.:)

john7911 06-28-2013 10:12 AM

Thank you

snerd 06-30-2013 07:32 AM

Hot Damn! I've been patiently waiting on your return! Downloaded and off now to install. Welcome back!!!

snerd 06-30-2013 11:48 PM

Marked installed and nominated for motm! This is a great gallery for vBulletin!

snerd 07-01-2013 07:27 PM

WTH?! It's already marked as not supported!!!

Zachery 07-01-2013 10:37 PM

What does it matter if its supported, or not?

Most of my addons are not marked as supported, even though I support them.

kisanjong 07-04-2013 05:50 AM

Thanks calorie for supporting 4.2

autoescala 07-04-2013 11:48 AM

Great gallery, but I will install when watermark option will be avaible in next versions.
Best Regards

My Hattiesburg 07-05-2013 10:02 PM

This doesn't work with 4.2.0 PL1?

Zachery 07-08-2013 04:31 PM

Quote:

Originally Posted by My Hattiesburg (Post 2432289)
This doesn't work with 4.2.0 PL1?

Did you try it?

My Hattiesburg 07-08-2013 07:20 PM

Quote:

Originally Posted by Zachery (Post 2432778)
Did you try it?

Yeah, I did, but when I click the navbar link all I get is a white page. However, after that I installed 4.2.1 but haven't messed with Photoplog again after that to see if I did something wrong or what. This is on our test site, btw.

astrid1 07-09-2013 08:09 AM

1 Attachment(s)
the display of the navbar is wrong what is it you have to change the display correctly

https://vborg.vbsupport.ru/attachmen...1&d=1373360955

espkaruna 07-10-2013 10:27 PM

Did anyone ever figure out how to keep this from interfering with VBAdvanced?

Rich 07-10-2013 11:40 PM

@snerd - Free support is just that, free. If they mark it as unsupported and you don't like that, don't use the mod. Don't complain about it though as that is an easy way to get yourself ignored by the OP. ;)

autoescala 07-11-2013 10:18 AM

I have just installed photoplog on my site on 4.2.1 and have it working as far as I can tell, however I have set up all the usergroup permissions but when I go to the gallery, I am unable to do anything except view the empty categorys, etc I cannot upload images, edit my mages, anything, because the navlinks are missing!

Im running vb 4.2.1 if that helps, but thanks in advance for any help!

hsoen 07-13-2013 01:53 AM

Quote:

Originally Posted by autoescala (Post 2433167)
I have just installed photoplog on my site on 4.2.1 and have it working as far as I can tell, however I have set up all the usergroup permissions but when I go to the gallery, I am unable to do anything except view the empty categorys, etc I cannot upload images, edit my mages, anything, because the navlinks are missing!

Im running vb 4.2.1 if that helps, but thanks in advance for any help!

You need to create the navlink by yourself.

Go to admin control panel, settings -> Navigation Manager, and add a nav link (e.g. Title = Gallery, Target URL = http://www.yourdomainname/gallery/index.php). If you put the photoplog directory at the same level as your forums, and have renamed the photoplog directory name to gallery. This is just an example.)

Hope this helps.:)

JIMRANGERS 07-13-2013 06:05 AM

Quote:

Originally Posted by espkaruna (Post 2433103)
Did anyone ever figure out how to keep this from interfering with VBAdvanced?


some how my VBAlinks stopped working.

hsoen 07-14-2013 10:45 AM

Quote:

Originally Posted by autoescala (Post 2432016)
Great gallery, but I will install when watermark option will be avaible in next versions.
Best Regards

Watermark option is already available in the current 2.1.6 version. So, don't need to wait, just go ahead to install the current version.

K4GAP 07-14-2013 11:01 PM

The only problem I have with this add on is I don't have enough photos to use it more :)

Love this addon!

JIMRANGERS 07-15-2013 04:17 AM

anyone help why its causing another mod to have server errors. Im using vbalinks and cant run it with this mod for some reason. I believe its to do with a variable but dont know how to fix, please can anyone help.

autoescala 07-15-2013 08:38 AM

Quote:

Originally Posted by hsoen (Post 2433434)
You need to create the navlink by yourself.

Go to admin control panel, settings -> Navigation Manager, and add a nav link (e.g. Title = Gallery, Target URL = http://www.yourdomainname/gallery/index.php). If you put the photoplog directory at the same level as your forums, and have renamed the photoplog directory name to gallery. This is just an example.)

Hope this helps.:)

Thanks for the response, but the problem is other, my problem is the sub navlinks, with upload options, etc, don't appear in the submenu options.

JIMRANGERS 07-15-2013 06:22 PM

Quote:

Originally Posted by angeljs (Post 2427924)
Receiving the following error after install:
Code:

PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/******/public_html/board/http://www.******.com/board/admincp/photoplog_plugins.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/board/includes/class_bootstrap.php(430) : eval()'d code on line 350
Also, I haven't made the vba template modifications yet, but the vbadbanced CMPS front page is completely blank and only shows if I disable your mod. :(

have the same issue and had to uninstall unfortunately

hsoen 07-16-2013 10:53 AM

When I upload image with file size larger than the max file size limit, I received "file too big" message.

Can Photoplog perform auto resize for file size larger than the set limit?

tekram 07-16-2013 12:31 PM

Great Addon my Friend

Haponing 07-17-2013 08:08 AM

Does this work with vb 4.2.0 patch level 3?

autoescala 07-18-2013 09:19 AM

Quote:

Originally Posted by Haponing (Post 2434089)
Does this work with vb 4.2.0 patch level 3?

Yes, it works.

Also, I need help, In 4.2.1 I have this problem:

I see the button for PhotoPlog in NavBar menu, OK.

But I can't see the subNavBar options of PhotoBlog: Upload,Albums,Search,Slideshow


Any help ??? please

Best Regards

hsoen 07-18-2013 11:36 AM

Quote:

Originally Posted by autoescala (Post 2433748)
Thanks for the response, but the problem is other, my problem is the sub navlinks, with upload options, etc, don't appear in the submenu options.

Sorry, I made a mistake in saying that you need to create the nav tab by yourself.

Correction: The nav tab is automatically created by the Photoplog.

Did you set the General Settings of Photoplog correctly?

Maybe you can show us your General Settings.

flussmitteldj 07-19-2013 01:58 PM

1 Attachment(s)
Hello, how can i bigger this Highslide Box (Picture)?

i found not the Options :(

autoescala 07-19-2013 02:18 PM

Quote:

Originally Posted by hsoen (Post 2434277)
Sorry, I made a mistake in saying that you need to create the nav tab by yourself.

Correction: The nav tab is automatically created by the Photoplog.

Did you set the General Settings of Photoplog correctly?

Maybe you can show us your General Settings.

Yes, all settings are correct, but don't appear sub menu, If i call the submenu I can upload pics.

dancop 07-21-2013 01:39 AM

1 Attachment(s)
Some quick questions:
1. How can I change the position of the Photoplog navtab? I have found that it uses photoplog_photoplog variable as the name, but I would like this navtab to appear before forum's navtab.
2. Vertical position of the Photoplog navtab is wrong. It happens only in this, automatically added tab. See screen.

Please advise.

flussmitteldj 07-22-2013 06:07 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2434432&postcount=77" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=77</a>

any ideas?


All times are GMT. The time now is 09: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.01576 seconds
  • Memory Usage 1,822KB
  • 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_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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