vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog (https://vborg.vbsupport.ru/showthread.php?t=202385)

cellarius 01-06-2010 04:34 AM

Quote:

Originally Posted by choccyclaire (Post 1947889)
Perfect. Thanks. :)

One more thing. On the drop down of the popup is says photoplog. How do I change this to reflect the name of my photoplog (Gallery).

It's a phrase. All phrases for this mod are prefixed photo_popup_, so just search for it.

choccyclaire 01-11-2010 05:55 PM

When the album filter option is checked the drop down albums display in alphabetical order. Is there any way to show it so it displays in the order my gallery categories are set out?

cellarius 01-13-2010 01:07 AM

You'd have to adapt the query for the album in the config file accordingly. That would be the one under "Select statement for useralbums or categories", and the line to look at would be
PHP Code:

ORDER BY title 

Replace title with whatever the database table column name is you want to sort by.

Since I do not know how Photoplog normally sorts (might even be definable) and have no version installed atm, you'd have to find out yourself.

New Joe 01-13-2010 03:36 AM

I have installed/uploaded everything, done Template edits but it doesn't work, nothing is showing, no icon.

Talk-Pets 01-14-2010 01:54 PM

Quote:

Originally Posted by Alfa1 (Post 1941977)
Will there be a vb4 version of this mod? I imagine that vb4's asset manager will change this mod quite a bit.

Bumping this. This is a great mod and very much missed now with VB4 :)

cellarius 01-14-2010 04:24 PM

I already answered that. Just look for it a few posts further up. There will be a vB4 version, it actually is already quite far. Yet atm I don't have the time to finish it, sadly, and I need to figure out a way to make it work well alongside - or even with - the new attachment manager.

slobra 01-26-2010 04:31 PM

Installed and voted excellent, but umm...I can't get anything to show up. Using v3.5. No links/buttons anywhere. I've edited the Photopost config file correctly, have double checked DB settings, Photopost URL's, uploaded all of the files, installed the product, etc...I'm confused. Am I missing something?

1) Upload files
2) Edit config...upload
3) Install product

But I don't see any links/buttons/anything added anywhere...hmm. Is there a master on/off switch somewhere? I've never had a problem installing products! LOL

cellarius 01-26-2010 09:06 PM

The template edits are missing from your list.

Scalemotorcars 01-30-2010 06:19 PM

Quote:

Originally Posted by cellarius (Post 1947278)
Try editing photo_popup.php. Find
PHP Code:

// Add whitespace to codebits
        
$codehtml .= " ";
        
$codebb .= " "

Change to
PHP Code:

// Add whitespace to codebits
        
$codehtml .= "<br /><br />";
        
$codebb .= "\\n\\n"

Beware: This will add two linebreaks after every image inserted - no exceptions possible.

Thank you sir, thats exactly what I was trying to do. :up:

Dabbi 02-01-2010 07:43 PM

This would be great for my members but I have a problem similar to slobra. The only thing that is showing up is in AdminCP under Options.

I'm using 3.7 and the Albums that come with vB. I've uploaded the files and double checked that they're where they belong, made the template edits and double checked that those were done properly & installed the product. From what I understood there's no need to tamper with the conf files if using basic vB Albums... correct?

I do have a couple mods to enhance the Albums installed. Is it possible that one of these is messing things up?
Album Pictures - Forum Home
All Albums

Thank you for any help. :)


All times are GMT. The time now is 04:05 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.01912 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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