Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PP-Popup - Photo-Popup for Photopost Details »»
PP-Popup - Photo-Popup for Photopost
Version: 1.0, by cellarius cellarius is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 01-15-2009 Last Update: 01-17-2009 Installs: 10
Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

*************************************************
PLEASE NOTE:
This mod will be discontinued in this form. However, there now is a
completely remade version that integrates vB's Albums and Photopost Gallery. Either one can be used alone or both together.

URL to the new mod:
https://vborg.vbsupport.ru/showthread.php?t=202385
************************************************** *********


*** Preface and Credits ***


This is my fist released mod, so please be patient with me

When my long fostered Photopost-Popup, the well known and unrivaled Geek Gallery Popup, finally stopped working in IE I tried to find replacement. When I couldn't, I decided to tackle the job myself.

Credits go to the Geek not only for the idea, but also for parts of the code - or at least for a very great many of hints I took from looking at it. Since The Geek granted permission to use his abandoned code as base for new development, I felt free to do so. While some of the code is close to his, especially the trouble-rousing injection-process of the images into the editor follows different lines altogether.

Please note that this modification is Photopost only and there are no plans to change that - especially since I do not have other gallery software.


I use this on my own live board, but will not be liable for any problems it may cause. Use at your own risk.The mod is fully functional and has been tested on
  • vB 3.7.4 (Sorry, not yet upgraded - perhaps someone else could test it?)
  • PhotoPost 6.2
  • with Browsers: Firefox, IE, Opera, Safari(Win) - all in their latest versions at time of release.


*** So, what does it do?
***

If you have installed Photopost, your users can click on a link below the smilies on the right in the editor. A window will pop up, where your users can click on their uploaded photos to insert them into the editor. Upon insertion the script will detect whether editor is in wysiwyg or codeview-mode and act accordingly, so that in wysiwyg-mode the actual image will be visible.

Several insert-options are available, and your users can choose from their own personal albums (or see all their uploaded photos).



*** What's in it? ***

Not much:
1 file-upload
1 product to import: bunch of phrases, a new Options-page in AdminCP and one template will be installed
1 template hack, done automatically if you're using TMS.



*** Installation ***

Is simple: Just upload pp-popup.php into your forum root, import the product file and
- if you're using TMS, you're done,
- if not, follow the instructions in templateedits.txt



*** Configuration ***

Just as easy: In the AdminCP go to vBuletin Options -> PP-Popup
There you'll find detailed instructions. See screenshot below.



*** Upgrade ***

Just reimport the product-xml-file, overwriting the old version, and reupload the pp-popup.php. Thats all.



*** Possible Pitfalls ***

Different databases setup
If your vB and PP use different databases, you'll have to activate the different databases setup in AdminCP/Options/PP-Popup. Furthermore, you'll have to give some information concerning the other database at the top of pp-popup.php file.
*** Debug Mode ***

There is a limited debug mode that shows some information only to administrators of the forum. Go to admincp, options and activate debug mode (set to yes).
Now you'll find the debug informtion on the bottom of the popup. If you do not get mysql-errors, the popup seems to work but you do not see any photos, please provide the information given in the debug box (especially datadir and code). If there are links given to original image and thumbnail, you can click them. if they don't work, there's probably a problem with your path to datadir.



*** Languages ***
German language file included. Import via phrases system.



*** Version history ***

-- v1.0
- complete rewrite of different databases setup, now tested and working
- added insert-options (7 different possibilities to insert images)
- of course, everythings phrased (or so I hope)

-- v0.3.1.
- added several new phrases
- changed templates accordingly. Please update template edits, TMS-users will receive those automatically
- added debug system, see this post.

-- v0.3
- new approach to implementing external PP-Database (if vB-db and PP-db are not the same). Should work, all db-Settings for PP are pulled from PP's config.inc.php, no more configuration needed than a simple yes/no-choice.

-- v0.2
- fixed some issues in pp-popup.php that caused broken links (some hard coded paths changed into variables)
- extended javascript for image-injection, now detects whether wysiwyg- or codeview-mode is active; therefore in wysiwyg-mode no longer code is visible upon injection, but the actual image

-- v0.1
initial release

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-16-2009, 02:18 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved.
Reply With Quote
  #3  
Old 01-16-2009, 07:08 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New version 0.2:

- fixed some issues in pp-popup.php that caused broken links (some hard coded paths changed into variables)
- extended javascript for image-injection, now detects whether wysiwyg- or codeview-mode is active; therefore in wysiwyg-mode no longer code is visible upon injection, but the actual image
Reply With Quote
  #4  
Old 01-16-2009, 07:34 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi cellarius nice idea!

I have some questions.
1: Does ist also work with vbGallery?
2: If you have pp installed in a different db, where in the admincp section can you edit the username and password for this db then? Or is it not needed cause the product is fetching these information from the pp config file?
Reply With Quote
  #5  
Old 01-16-2009, 08:31 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jluerken View Post
Hi cellarius nice idea!
Thanks, but I just went pilfering someone else's

Quote:
I have some questions.
1: Does ist also work with vbGallery?
Quote:
Originally Posted by Firstpost
Please note that this modification is Photopost only and there are no plans to change that - especially since I do not have other gallery software.
Quote:
2: If you have pp installed in a different db, where in the admincp section can you edit the username and password for this db then? Or is it not needed cause the product is fetching these information from the pp config file?
Let me do some more research on this - I'll be back.
Reply With Quote
  #6  
Old 01-16-2009, 10:01 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, here I am back: Took another approach to pulling PP-db-data out of config-inc.php. That was a real good idea!

Is this your setup? Do you have different dbs? I really'd like to know whether that works. Should - I pulled my own database settings, and though they're the same, I did'nt tell the script

Screenshot for admincp will change in a minute.
Reply With Quote
  #7  
Old 01-16-2009, 12:50 PM
mfowler70 mfowler70 is offline
 
Join Date: Apr 2004
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed on my board. My photopost and vb pull from different databases. Not sure if that's what is causing my problem but no photos are showing up. There is a cell for each one, and the correct number of them, but no photo is in them.

BTW, the phrase geek_gallery_open was not installed. Had to create it before the editor link would show up.
Reply With Quote
  #8  
Old 01-16-2009, 05:28 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So you're not getting a db-error and the script is pulling information from the database; else you'd probably see a mysql-error or the result would be empty. Most likely there's something wrong with the path to data-dir where your photos are stored.

A possibility to check this would be:
Look at the source code of the popup window. Look for
Edit: By that I meant the html-source in your browser, not the files of the mod. Sorry for misunderstandigs.
Code:
onclick="thumbpaste(
The code should read something like:
Code:
onclick="thumbpaste('<a href=\'http://www.yoursite.com/path/to/gallery/datadir/category_number/filename.jpg\'><img src=\'http://www.yoursite.com/path/to/gallery/datadir/category_number/thumbs/filename.jpg\' style=\'border: 0\' /></a>'
Please look at the part:
Code:
<img src=\'http://www.yoursite.com/path/to/gallery/datadir/category_number/thumbs/filename.jpg\'
Is the URL to the image thumb valid and does it correspond correctly to your gallery installation? You can check this easily by trying the URL in your browser window.

If there is an error there, we can look to resolve it. If you want to, you can tell me your gallery settings (paths to gallery root and datadir) and copy the relevant part of the popup's source code here.
Reply With Quote
  #9  
Old 01-16-2009, 05:31 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mfowler70 View Post
BTW, the phrase geek_gallery_open was not installed. Had to create it before the editor link would show up.
Ah, as one can see, the calling of the popup is Geek's heritage

I'll update to version 0.3.1 and add the missing phrase. Thanks for mentioning! :up:
Reply With Quote
  #10  
Old 01-16-2009, 05:47 PM
DaveS DaveS is offline
 
Join Date: Apr 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a vote to say very well done for doing this.

I'm just getting my dev server rebuilt and will install this on there with vB 3.8 to test it for you if you still need that.

All we need now is a slick way of getting photo's in to Photopost and then it might actually be a decent integration.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04392 seconds
  • Memory Usage 2,310KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete