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)
-   -   New Posting Features - Cel Photo Popup - Insert pictures from vB Albums, Attachs, Photopost, vBGallery (https://vborg.vbsupport.ru/showthread.php?t=243865)

tbworld 06-28-2012 04:57 PM

This is the top modification used on my board and by me. We love its integration into photopost and vbgallery. I haven't noticed the thumbnail problem, but I will check and see if I made any patches. I have made some minor patches to it along time ago. Still the greatest thing out there. Thanks Cellarius! (These guys never get the credit they deserve) :)

Front Range 4x4 06-28-2012 06:18 PM

I did state that "Obviously it's not caused by this great mod" but hoped someone would have an answer anyway. Maybe I shouldn't have posted it here.

My users and myself love this too!

Ricsca 06-30-2012 09:24 AM

Thanks

AusPhotography 11-05-2012 07:41 AM

Please add a module for Dbtech's Gallery :D

AusPhotography 11-08-2012 02:10 AM

1 Attachment(s)
Quote:

Originally Posted by ricktas (Post 2378501)
Please add a module for Dbtech's Gallery :D

Here is a simple add on...
1. Add this to the product file in the <phrasetype name="GLOBAL" fieldname="global"> block
Code:

<phrase name="cel_pp_dbtech" date="1233344754" username="cellarius" version="2.2"><![CDATA[DBtech Gallery]]></phrase>
2. Upload the attachments to ./includes/cel and ./includes/cel/cel_pp_config as appropriate.

3. Re-import the product file, then edit the option and enable 'dbtech'

Enjoy! :D

cellarius - you (and anyone else) are free to use this code I wrote. No warranty or guarantee etc.

Kym

ChimeraRS 01-20-2013 04:16 AM

For people still having issues with this mod breaking IE 7 posting, I fixed it by going to Plugins and Products, Plugin Manager and disabling "Add CKEditor Configuration" in the Cel mod. It doesn't appear to have any adverse effects but it fixes the IE 7 "missing post box" problem.

tpearl5 01-29-2013 04:10 PM

Does anyone have any idea why the insert code would look like this?

HTML Code:

<a href="#" onclick="thumbpaste('<img src=\'\' style=\'border: 0\' />','[img]https://vborg.vbsupport.ru/[/img]');event.returnValue=false;return false;">
This suddently started happening on my site - I suspect there is a plugin that is interfering with the insert of the image url.

tpearl5 05-10-2013 05:12 PM

bump, anyone?

tpearl5 05-10-2013 05:51 PM

nevermind, I actually just realized that I only had an option for medium, and there is no 'med' option for regular attachments. That's why I was getting the blank insert code above.

tommythejoat 08-01-2013 08:24 PM

When I open the popup in the editor and select attachments, I see a drop down with all my attachment sub-folders listed but if I try to search or list the contents of any of them the result is mostly empty and what does show is not in the proper category.

I don't see any setting to address this but I have not looked at the code.

I ran a query to see if the identifiers were in the database with this result. It loks like I should be seeing lots of images to choose from.

Code:

SQL query:
SELECT count(`filedataid`) count,
min(`filedataid`) Lo,
max(`filedataid`) Hi,
`categoryid`
FROM `attachmentcategoryuser`
WHERE `userid` = me
group by categoryid LIMIT 0, 30 ;
Rows: 24
count        Lo        Hi        categoryid
1269        153        174971        0
12        115122        137322        1
6        112866        116874        2
3        127463        127465        6
63        128128        128190        7
21        135567        135806        9
18        138488        138505        11
8        139374        139381        12
7        139610        139616        13
13        139779        139791        14
14        139813        139826        15
13        140048        140060        16
17        140411        140428        17
5        140826        140830        18
7        146336        146342        20
4        146708        149977        21
4        118857        148660        22
21        148860        154965        23
9        162544        162552        67
29        164775        165197        68
8        165910        165917        69
11        167796        167806        70
4        167887        167890        71
3        168602        168604        72


tommythejoat 08-02-2013 03:40 AM

I have been working to get this integrated with vBGallery. I finally got to the point where I had to start reading code because of lots of database error messages. It seems like the vbgallery class file is nothing like the vbgallery for 4.2 that I have installed. i.e. there is no permissions table for example and it uses Scandal's sc_ prefix for the 3 tables it does use for gallery, gallery_search and gallery_stats.

Is there another mod besides this one called vBGallery? https://vborg.vbsupport.ru/showthrea...ight=vbgallery

cellarius 08-02-2013 04:03 AM

Yes. There is vBGallery. Why this guy would name his addon the same as a gallery that has been around for a decade or so really beats me.

http://www.photopost.com/why-vbgallery.html

tommythejoat 08-02-2013 02:47 PM

Thanks for the clarification. I searched this site for vBGallery and Scandal's was the only one that showed up so there was no apparent name conflict.

I see that Photopost comes in two commercial flavors bundled together in the license. That. explains the two variants in your settings.

I will take a look at the pp vBGallery demo and try to decide if I would rather use it or create the config and class files for Scandal's vBGallery. I presume you would have no objection to me doing that. I have already spent about 12 hours learning that product.

angeryamerican 08-14-2013 07:48 PM

Has anyone implemented this on 4.2.1 This looks terrific, but I don't want to experiment.

tbworld 08-14-2013 08:19 PM

Quote:

Originally Posted by angeryamerican (Post 2438896)
Has anyone implemented this on 4.2.1 This looks terrific, but I don't want to experiment.

I run v4.2.0, I am slowly upgrading to v4.2.1 (we use alternate core code). I actively use this mod on my daughters 'small' board, and it works well. I do not see why there would be a problem with this mod in v4.2.1. The upgrades in v4.2.1 should not affect this mod.

Never run new code on your production system without thorough testing. When you do release it to the production system, test it with select groups before putting it out there in the wild.

For the record cel's code is pretty solid.

tommythejoat 08-14-2013 08:47 PM

1 Attachment(s)
Photo Popup works fine for vBulletin Albums and Attachments. I could not get Photoplog to install so I could test it.

I did modify the code to use the categories in attachments. As built it does not list by category in the attachments although it does show the category list.

Here is a screen shot with my mod for attachments:

AusPhotography 08-15-2013 03:43 AM

Quote:

Originally Posted by angeryamerican (Post 2438896)
Has anyone implemented this on 4.2.1 This looks terrific, but I don't want to experiment.

Yes, it works well. We have added the DBtech Gallery as well.

Kym

tommythejoat 09-07-2013 08:16 PM

What would it take to add the ability to choose attachment format in the photo popup view along with thumbnail, original, etc.

The main feature missing is the ability to size attachments when inserting into posts as one can with the attachment manager.

Attachments and albums are integrated in the Scandal vBGallery and attachment images can be inserted with Photo Popup, but they go in as image references and cannot then be edited.

The user interface is much nicer for Photo Popup than it is for the Attachment Manager. I would really like to have the ability to insert all the images from albums and attachments in the attachment format.

Zoul 11-08-2013 11:54 AM

hello

is that this plugin works with PhotoPlogPro_2.1.6 for VB 4.2.1?

thank you

jjohns12 12-28-2013 11:01 PM

Has any one run across this I have installed this mod on VB 4.2.2 and receive this when clicking editor icon or my photos button.

Code:

Photo Popup Error #2: missing config file

The class file includes/cel/cel_pp_class_albums and/or the configuration file cel/cel_pp_config/cel_pp_config_albums for this product is missing. Please consult installation instructions for this mod.

Can anyone help me out with this or where to look to fix this?

Thanks

ozzy47 12-28-2013 11:13 PM

Are you sure you uploaded all the files from the mod to the proper places?

Did you follow all the installation instructions?

Installation
  1. Extract the archive.
  2. Choose the products you want to use and rename the configuration files in _UPLOAD/includes/cel/cel_pp_config from .php_new to .php
  3. If you're using Photopost Pro, you need to fill in some crucial information into the config file. Please see the config file for more information.
  4. Upload the contents of folder "_UPLOAD" to your forum root. Note how the folder structure mirrors the folder structure in your forum root, so every file will be in the right place.
  5. Now the Photo Popup and your chosen product configuration files will be present with default settings on your server. Later on, you may want to make adjustments there.
  6. Install the product file at AdminCP->Plugins & Products->Manage Addons.
  7. Template edits?
  8. If you are using new editor, you're done.
  9. If you are using old Editor and Template Modification System (TMS), you're done.
  10. If none of the above two conditions apply to you, do the template modifications explained in _DOCS/OLD_EDITOR_ONLY-template_edits.txt manually for the editors you want the popup accessible from.

jjohns12 12-28-2013 11:44 PM

Quote:

Did you follow all the installation instructions?
DOOOOOO No! I did read them just didnt click in!

Works now forgot to rename file!

Now just have to figure out to get DBtech Gallery working with it and i am set.

Thank you as always you are a great help! :)

ozzy47 12-28-2013 11:46 PM

Not a problem, glad to help. :)

jjohns12 12-29-2013 01:11 AM

This mod is great thanks for your hard work and thank you to ozzy47 for making me read! and Kym for the DBtech Gallery Addon. Nice! :) My users will love this!

ozzy47 12-29-2013 01:20 AM

UMMM, kym made vBgallery, not DragonByte Gallery. :)

jjohns12 12-29-2013 02:00 AM

Quote:

Originally Posted by ozzy47 (Post 2471079)
UMMM, kym made vBgallery, not DragonByte Gallery. :)

The way it seems is he wrote the addon for this mod to work with DB Gallery see post 285 correct me if i am wrong. I was just thanking him for posting a addon for this mod.

https://vborg.vbsupport.ru/showpost....&postcount=285

I love DB Gallary DragonByte Tech Wrote it I use tons of mods from them.

:confused: Sorry if I confused anyone with my earlier post

ozzy47 12-29-2013 02:02 AM

Ahhh, ok gotcha. :)

gsmlover4u 12-29-2013 02:06 AM

any update for vb5

ozzy47 12-29-2013 02:16 AM

Quote:

Originally Posted by gsmlover4u (Post 2471087)
any update for vb5

I doubt it, the developer is not going to do it.

Quote:

Please note that there will be no further updates to my addons, especially they will not be upgraded for vB5. I'm leaving vB, since IB choose to go the banana-way yet again.

cellarius 12-29-2013 01:08 PM

Quote:

Originally Posted by gsmlover4u (Post 2471087)
any update for vb5

As ozzy said: Sorry, no.

inigo 04-02-2014 05:54 AM

Great mod,

I am looking for increasing the utility of this mod.

The idea is to create a category in vbgallery, and let the users upload their photos to it. So then select them from your mod.

Is it any addon that allow to do this from the forum editor?

I press the new icon, and it appears vbgallery upload images box. Directly to the category selected, and afetr uploading this mod appears and let the user select the photos,

Thanks in advance for any help,

Best regards,

RichieBoy67 04-02-2014 06:04 AM

Is this compatible with 4.2.2?

AusPhotography 04-03-2014 12:16 AM

Quote:

Originally Posted by jjohns12 (Post 2471085)
The way it seems is he wrote the addon for this mod to work with DB Gallery see post 285 correct me if i am wrong. I was just thanking him for posting a addon for this mod.

https://vborg.vbsupport.ru/showpost....&postcount=285

I love DB Gallary DragonByte Tech Wrote it I use tons of mods from them.

:confused: Sorry if I confused anyone with my earlier post

We changed Galleries, I wrote one for each, the link above is for DBtech

420 04-14-2014 01:12 PM

We use the My Photos button below editor, when editing a post and using this button to add image. The image is added to the quick reply box instead of the post edit box.

Has anyone come across this bug and is there a fix?

K4GAP 04-14-2014 01:18 PM

Rather than read all the pages of comments, does this work with the default gallery already in vb? And most importantly, does it work with 4.2.2 ?

cellarius 04-14-2014 01:31 PM

There is no default gallery in vB4. There are the albums, and the first post states in the very first sentence that it works with albums.

K4GAP 04-14-2014 01:51 PM

Quote:

Originally Posted by RichieBoy67 (Post 2490971)
Is this compatible with 4.2.2?

Have you tried this on 4.2.2 ? and did it work?

Zoul 05-17-2014 09:56 AM

Hello
I'm the procedure to the letter.
I set everything right.

if I enter
admincp / settings / Option / Cel Photo Popup / Products
I leave:
* albums
* attachments
everything works perfectly

if I add:
* vbgallery

knowing that I have the pro version 1.3.2 this bug.:

Database error in vBulletin 4.2.1:

Invalid SQL:

SELECT varname, value
FROM ppgal_setting
WHERE
varname IN ('gallery_fileurl', 'gallery_url', 'gallery_insafemode', 'gallery_saveoriginal');

MySQL Error: Table 'forum.ppgal_setting' does not exist
Error Number: 1146

Can you help me?

Ty

AusPhotography 05-22-2014 02:34 AM

Which Gallery do you installed on your site?

There are two version from PhotoPost.

Zoul 06-22-2014 07:57 PM

I'm sorry for the delays in reply to atttente

I installed vBGallery (pro, the last)


All times are GMT. The time now is 11:12 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.01419 seconds
  • Memory Usage 1,837KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (10)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