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)

trotskid 11-06-2009 10:33 PM

It must be realised some issues.. but need this on my forum :)

cellarius 11-15-2009 09:55 PM

Just wanted to drop a note to you guys that this mod has been mostly ported to vB4. It was already largely done for alpha 1, now it needs some revamping for the betas/gold, mainly with the styling that is still in the flux.

The way config files are done has changed significantly (all object oriented, now), and I have it working with the new attachment system (for the albums). I also can access my Photopost images/albums from the 3.8 installation, so probably I will have it operative with the Photopost beta soon, too. For the other products I have no clue as of now how far in the porting process they are and when and if configs can be made available.

Anyway: This is no promise that there will be a beta version in the next days or weeks, since I have a lot of work atm. Just want to let you know that this mod will still be around for vB4 - even if I don't know how much interest it will still meet since the attachment manager is a great new feature.

Taragon 11-18-2009 09:43 AM

would it be possible to include previous used attachments (from the usercp) somehow?

cellarius 11-18-2009 12:59 PM

Quote:

now supports attachments
  • config file will be installed automatically (from folder UPLOAD/includes)
  • remember to add the product option "attachments" in your AdminCP when upgrading
  • make sure you reupload photo_popup.php
new config file for CND Garage 2.x
  • new config file photo_popup_config_cndgarage.php
  • if you're using CND Garage in a lower version that 2.x,
    • and you're upgrading: just continue to use the old file
    • and you're doing a fresh install: delete the new config file, and rename photo_popup_config_cndgarage.php.old (remove the .old)

Have a nice week!

JohnBee 11-18-2009 02:27 PM

Wow!

This MOD went from cool to awesome!
NOMINATED :up:

cellarius 11-18-2009 02:37 PM

Quote:

Originally Posted by JohnBee (Post 1916630)
This MOD went from cool to awesome!
NOMINATED :up:

Thanks :)

Wild Bronco 11-18-2009 03:46 PM

Quote:

Originally Posted by JohnBee (Post 1916630)
Wow!

This MOD went from cool to awesome!
NOMINATED :up:

I second that :)

AfterWorldForum 11-18-2009 04:45 PM

Didn't update yet, but I found something that has been annoying my users (and thus me) for ages.

I use vbGallery, and whenever my users clicked to include a thumb linked to original, the link would bring them to an empty screen, due to a missing filename.

I finally figured out what happened. I have the ability to get rezised pictures enabled, which caused the mod to always look for an originalname. However, if pictures were NOT resized (and I increased the filesize for quite a few options), it therefore would grab a blank filename.

I think I fixed it now, by editing photo_popup_config_vbgallery.php.

Look for:

Code:

       
else
        {
                $img['orig'] = $data_dir . $data_dir_userid . $array['originalname'];
                $img['med'] = $data_dir . $data_dir_userid . $array['filename'];

Replace with:

Code:

        else
        {
                if ($array['originalname'] <> "")
                        {
                                $img['orig'] = $data_dir . $data_dir_userid . $array['originalname'];
                        } else {
                                $img['orig'] = $data_dir . $data_dir_userid . $array['filename'];
                        }
                $img['med'] = $data_dir . $data_dir_userid . $array['filename'];


Taragon 11-19-2009 09:06 PM

thanks!
with some adjustments made, support for non image files, and being able to use the attachment uploading feature this mod could very well compete, or replace the stock attachment manager :)

(also nominated :) )

sailnet 11-21-2009 06:51 PM

awesome - worked like a champ the first time - I love it.

now - if I can just get someone to allow mobile uploads to your albums.

:)


All times are GMT. The time now is 11:15 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.02441 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_code_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