The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
![]() |
||||||||||||||||||||||||||||||||||||||||||
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
![]() Developer Last Online: Apr 2022 ![]() ![]()
Quote:
What does it do? When creating or editing a post, your users can open a popup window that will show them pictures in the chosen gallery or albums. Now also supports attachments: Reuse what you uploaded! A click on the picture inserts it into the editor. Works with
Detailed features list
Basic Configuration
Upgrade
Support and debugging Ill help whenever I find the time. Before asking, please activate debug mode and post the information given there (especially under "Code". Please try the two links given - do they look "normal" and do they work? Debug information is only shown to Administrators (usergroup 6). Always state the products you use, including the software versions. Also read the infromation in the second post of this thread. Hopes for the future World peace, happiness, health and lot's of money ![]() Version history
Development and bugfix releases for config files If the need arises, there will be development or bugfix releases of config files between official releases of this mod. The zip file attached to this post will always be up to date. At the moment, there are no development/bugfix-releases. Translations Deutsche ?bersetzung bei vbulletin-germany.org. Arabian translation, thanks to Subah. Russian translation, thanks to nohuhu. Screenshots AdminCP, Photopost settings, Photo Popup in action, quickreply ### Don't forget to click install! ### (No support if you don't) Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
vn88.com |
Comments |
#132
|
|||
|
|||
![]()
does anyone know if it would be hard to put this into CYB Chatbox mod?
Im not asking if it can be done just seeing if its somethign basic i might be able to tackle or if i should find a coder ![]() |
#133
|
||||
|
||||
![]()
Don't know that mod, so can't tell. But by the looks of it this mod does not use vB editor, so probably not easily. It will surely not be a feature of this mod.
|
#134
|
|||
|
|||
![]()
Thanks so much! Wonderful addon.
|
#135
|
|||
|
|||
![]()
Work great as far as Albums are concern, however I also have photopost and not working with photopost.
site url: http://www.hallagulla.com/urdu Following is output of Debug mode Code:
Debug information Photo Popup Settings (from AdminCP) num_of_cols: 4 num_of_rows: 6 num_total:24 widht: 700 heigth: 680 use_vb: 1 use_pp: 1 standard_product: 0 insert_options_allowed: orig_2_gallery_link_below link_med_2_orig orig link_thumb_2_orig link_med_2_gallery med thumb link_thumb_2_gallery thumb_2_gallery_link_below allow_albums: 1 code_usergroups: 0 Photopost Settings (from file) Datadir: home/hallagul/public_html/urdu/photo/data/ Other DB?: 1 Name of pp_db: hallagul_photopost Code (this is what is inside the table cells) <a href="#" onclick="thumbpaste('<div align=\'center\'><img src=\'home/hallagul/public_html/urdu/photo/data/500/thumbs/Dock.jpg\' style=\'border: 0\' /><br /><a href=\'http://www.hallagulla.com/urdu/photo/showphoto.php?photo=243828\'><font size="1">View image in gallery</font></a></div><br /> ',' The url behind thumbnail is not right, script is showing url as Code:
http://www.hallagulla.com/urdu/home/hallagul/public_html/urdu/photo/data/500/Dock.jpg Code:
http://www.hallagulla.com/urdu/photo/data/500/Dock.jpg any help will be much appreciated. Thanks |
#136
|
|||
|
|||
![]()
Installed, didnt work (popup errors with VBulletin albums), uninstalled.
Hopefully will be compatible soon. |
#137
|
||||
|
||||
![]() Quote:
PHP Code:
|
#138
|
||||
|
||||
![]() Quote:
Quote:
|
#139
|
|||
|
|||
![]() Quote:
the problem is with the url of thumbnail as well I am pasting source code of popup below for your reference. HTML Code:
<div align=\'center\'><img src=\'home/hallagul/public_html/urdu/photo/data/500/Dock.jpg\' style=\'border: 0\' /><br /><a href=\'http://www.hallagulla.com/urdu/photo/data/showphoto.php?photo=243828\'><font size="1">View image in gallery</font></a></div> Above values were taken with following config values. HTML Code:
// The values for the following settings can be found in Photopost Administration // Center // Full URL path to Gallery: http://www.yoursite/path/to/gallery/ // $pp_url_path = "http://www.hallagulla.com/urdu/photo/data/"; // // Full URL path to Data Dir: http://www.yoursite/path/to/gallery/data/ // Look for this in PP-Administration->Global Options->URL to PhotoPost data directory // $pp_data_dir = "home/hallagul/public_html/urdu/photo/data/"; // // Table prefix. pp_ is the default setting. // You may have changed this on installation of PP. // Look for this in PP-Administration->Edit Config->PhotoPost Database Prefix // HTML Code:
// $pp_url_path = "http://www.hallagulla.com/urdu/photo/"; // // Full URL path to Data Dir: http://www.yoursite/path/to/gallery/data/ // Look for this in PP-Administration->Global Options->URL to PhotoPost data directory // $pp_data_dir = "/home/hallagul/public_html/urdu/photo/data/"; // HTML Code:
<td style="text-align: center; margin-bottom: 7px;" width = "25%" class="alt2"><a href="#" onclick="thumbpaste('<div align=\'center\'><img src=\'/home/hallagul/public_html/urdu/photo/data/500/Dock.jpg\' style=\'border: 0\' /><br /><a href=\'http://www.hallagulla.com/urdu/photo/showphoto.php?photo=243828\'><font size="1">View image in gallery</font></a></div><br /> ','[center][img]/home/hallagul/public_html/urdu/photo/data/500/Dock.jpg[/img]\n[url=\'http://www.hallagulla.com/urdu/photo/showphoto.php?photo=243828\'][size=1]View image in gallery[/size][/url][/center]\n\n ')"><img src="/home/hallagul/public_html/urdu/photo/data/500/thumbs/Dock.jpg" style="border: 0" title=""/></a></td> Your help to get it fixed is much appreciated. Thanks, |
#140
|
||||
|
||||
![]()
Now, obviously you are very confused there. You should read the instructions in the config file calmly. Then you should have opened your Photopost Admin and just copy over the exact values of the fields the config file names. Those fields in Photopost Admin have the exact names given in the config file, they really are easy to locate.
This said: $pp_url_path is the URL path to your gallery. This is the directory where your gallery resides. There's no hint whatsoever that URL path to data dir was needed there. You even quoted that explanation several times now: PHP Code:
PHP Code:
Instead, you change a setting that I did not even address. Now, to get that straight in the end: $pp_url_path = "http://www.hallagulla.com/urdu/photo/"; $pp_data_dir = "http://www.hallagulla.com/urdu/photo/data/"; |
#141
|
|||
|
|||
![]() Quote:
Thank you that solve the problem, It was a mistake as I had to look at photopost config file and copy past from there, thats from where it all started wrong. However you did reminded me of my class 1 teacher. ![]() Regards, |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|