vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - PhotoPlog: The Lite Gallery (https://vborg.vbsupport.ru/showthread.php?t=101368)

akanevsky 02-18-2006 11:02 AM

Quote:

Originally Posted by Psionic Vision
There is a problem:
When I try to post animated pictures, they are not animated in the gallery :( How do I fix that?

This question is still up.

calorie 02-18-2006 07:48 PM

@bitg and @lonelime: vB ACP -> PhotoPlog -> Usergroup Manager -> Edit Usergroup -> Go -> PhotoPlog Permissions

@Psionic Vision: try PhotoPlog Lite v.1.0.8.

FYI: PhotoPlog Lite v.1.0.8 released. Animated GIFs show if file dimensions within settings, postbit counts with link possible when viewing thread, couple of small bug fixes. See the README.txt file for instructions.

Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

Holidazed 02-18-2006 10:17 PM

OK, I uploaded to the newest version and it works just fine now. Except for several things. But 1st I want to say that overall, you have done a great job on this and I love this addition to vbb. Thank you.

  1. When looking at the navigation, there is the link that says "The Hiding Place Forums > PhotoPlog". Well, the "PhotoPlog" part links perfectly, but "The Hiding Place" link should link to the forum main page, but it links to the PhotoPlog main page. See http://www.hidingplace.com/photoplog/index.php for an example.
  2. This may be related to #1. Although, I have my "Relative Links" and "Absolute Links" pointing at my vbb forum (See https://vborg.vbsupport.ru/showpost.php?p=902981&postcount=775), all my navbar links all point to the photplog directory.
  3. When you are in the photoplog area, the vbb drop-down menus do not work (eg. The "Quick" menu or the "Search" box). Possible dhtml problem?
  4. What is the point in having the "PhotoPlog Settings" area in the "vBulletin Options" if we already have that under the "PhotoPlog" menu.
  5. Why is there a menu option under the "PhotoPlog" menu for "Change Phrases" if it does not link directly to the photoplog phrases (seems redundant)?
  6. Why is there a menu option under the "PhotoPlog" menu for "Usergroup Manager" (seems redundant)?
Ideas?

Sooner95 02-19-2006 01:49 AM

Just installed this. Very nice man. Hell of a job and many thanks. Install clicked.

calorie 02-19-2006 02:15 AM

@bitg: What you had posted looks fine, but you need to add to it, so for 1,2,3 just look at your HTML source for things not in the settings. Example: href="index.php and src="/vbb350/styles/ and var IMGDIR_MISC = "/vbb350/styles/ etcetera. The settings enable you to add/edit things to fit with your site. While I tried to list all the standard links, there is no way I can account for all custom skins, directory structures, and so forth, so that's up to you. For 4,5,6 it's easier for some people to find things. Regarding 4, the menu link actually goes to vB options, and for 5, phrasetypeid may not be the same for all sites, so a standard link to the phrases is not plausible. You can edit the Photoplog cpnav XML file if you'd like to change the way the side group is laid out.

Thanks everyone for the thanks. :D

Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

Holidazed 02-19-2006 02:53 AM

Quote:

Originally Posted by calorie
@bitg: What you had posted looks fine, but you need to add to it, so for 1,2,3 just look at your HTML source for things not in the settings. Example: href="index.php and src="/vbb350/styles/ and var IMGDIR_MISC = "/vbb350/styles/ etcetera. The settings enable you to add/edit things to fit with your site. While I tried to list all the standard links, there is no way I can account for all custom skins, directory structures, and so forth, so that's up to you.

(#2)OK, I basically understand and was able to fix my navbar template to refer to all files as "/vbb350/" and that solved the basic navigation issue.

(#1)I have no idea where to begin looking for the "Hiding Place" link to the index.php file.

(#3)The dhtml issues are unique to this mod. They just do not drop down anymore. My menus are in the factory default settings (at least the bottom row is). The drop down menus work fine everywhere else, just not when I goto the photoplog.

Quote:

Originally Posted by calorie
For 4,5,6 it's easier for some people to find things. Regarding 4, the menu link actually goes to vB options, and for 5, phrasetypeid may not be the same for all sites, so a standard link to the phrases is not plausible. You can edit the Photoplog cpnav XML file if you'd like to change the way the side group is laid out.

These are not big issues. They were more like questions I was curious about.

calorie 02-19-2006 04:38 AM

This mod can reside anywhere, inside or outside the main forum directory, so links need to be absolute in nature. The mod itself is okay, it's just that you need to add to the 'Relative Links' and 'Absolute Links' settings. While you can edit templates to make the links absolute, it is not necessary. After a cursory look at your HTML source, you need to add the following though there could be more:

Relative Links:
Code:

action="login.php
href="archive/
href="index.php
href="register.php
href="sendmessage.php
src="clientscript/

Absolute Links:
Code:

action="http://www.hidingplace.com/vbb350/login.php
href="http://www.hidingplace.com/vbb350/archive/
href="http://www.hidingplace.com/vbb350/index.php
href="http://www.hidingplace.com/vbb350/register.php
href="http://www.hidingplace.com/vbb350/sendmessage.php
src="http://www.hidingplace.com/vbb350/clientscript/

Your menus are not working because you are using src="/vbb350/clientscript/ in 'Relative Links' but your HTML source has src="clientscript/ instead. If you find a link not working or an image not showing, then look at the HTML source for the relative link and add, line X to line X, to the 'Relative Links' and 'Absolute Links' settings. If you need further help, just visit the main support site and we can carry on in a unique thread.

Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

PimvanJ 02-19-2006 09:39 AM

In vbadvanced pointing the fotothumbs to http://www.MY_DOMAINhttp//www.MY_DOM...le.php?n=3&w=s

It seems that there is a problem with the 'Relative Links' and 'Absolute Links' settings but I have no idea where to change this for vbadvanced.


Regards,

Pim

calorie 02-19-2006 02:43 PM

PimvanJ, just upgrade PhotoPlog vBa CMPS Thumbs (here) as it's now updated for use with PhotoPlog Lite v.1.0.7/8.

Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

PimvanJ 02-19-2006 08:11 PM

Quote:

Originally Posted by calorie
PimvanJ, just upgrade PhotoPlog vBa CMPS Thumbs (here) as it's now updated for use with PhotoPlog Lite v.1.0.7/8.

Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.


I did, works fine now calorie.
Thanks a lot!


Regards,

Pim


All times are GMT. The time now is 09:51 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.02707 seconds
  • Memory Usage 1,759KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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