![]() |
when members upload new photos they're not showing up in the popup... anything to do to fix this?
|
This was working great for me before. Now not working. I don't know if it's because I upgraded to vB 4.2.2 or possibly because of installing Opcache and memcached. But when members click the link to go to their photos, it shows blank pages instead of their Photopost photos.
Like this: https://vborg.vbsupport.ru/external/2015/02/25.png |
Works for us on 4.2.2pl4 / PHP 5.4 / Xcache
|
Good to know. Are you using Photopost?
|
No we dropped Photopost and now use DBtech Gallery
|
I don't know if it's something I'm doing wrong, but I can't get this addon to work with 4.2.2PL4 and Photopost Pro.
|
The tool is working with our 4.2.2 but there is no tool tip for the button in the toolbox for the editor.
The instructions for fixing the tool tip appears to be for a non-CKEditor implementation. Help! Previous fix does work and text is controlled by the phrase. |
Trying a few things to get the ckeditor to display the button.
|
For anyone else having issues on this cool add-on;
First, if using TMS, the error shows up in the updated template. The fix is posted here, as the Search for Text box needs to have the code in it instead of what the product installer put in it. Refer to the following link: https://vborg.vbsupport.ru/showpost....&postcount=279 Now, I didnt really like the output formatting located right under the smilies area, so I modified the replacement code. Be sure to change the TMS to Replace the text instead of the original Insert Text Below. Insert the following code into the bottom code box in the TMS editor for that template: Code:
<vb:if condition="$show['moresmilieslink']"> Second, The tooltip on the button doesnt show. The fix for this is clearly posted here: https://vborg.vbsupport.ru/showpost....&postcount=265 Third, the tool icon doesnt show. This is a bit more difficult and my fix may not necessarily be your fix, and for me required some hardcoding of the image url into the js file. I am using vb4.2.0pl3 at this moment, and this should fix this issue for those using a reasonable close version as I. Now, on some of my image source stylevars, I am using subdomains that help to increase page rendering speed in browsers. But this is not the only issue for me. Open up and view in your favorite editor the following file: \cel_pp_4-1-004\_UPLOAD\clientscript\ckeplugins\cel_pp\plugin. js Look for this code: Code:
icon: BBURL + '/' + IMGDIR_BUTTON + '/cel/cel_photo_popup.png', So I moved the /cel/cel_photo_popup.png from the images/buttons/ directory and put in into the images/editor/ directory. But that isn't everything, at least for me. Since, as I stated, use a subdomain to serve these images, I had to remove the BBURL and hardcode the actual url into the js file. I tried using some other ways, but since it didnt work, this is how I resolved it. I changed the above code shown, to the code below. It works. Just be sure to put your proper domain or subdomain into the xxx's. Code:
icon: 'http://xxx.xxxxxxxx.com/cel/cel_photo_popup.png', Code:
icon: 'http://www.xxxxxxxxx.com/images/editor/cel/cel_photo_popup.png', Hope this helps some of you. Awsome mod Sven !!! |
Hi @Cellarius, really useful plugin. Thanks. But please is it possible to use all the VB users albums, instead of those personal?
It is also important to add a search box. And also is it possible to use also this Gallery plugin: https://vborg.vbsupport.ru/showthread.php?t=319444 ?? Thanks in advance. |
After we've moved our board to a more modern server than before, we've encountered a similar problem to what asabet mentioned above: The total image count and the pagination seemed correct, but there were not images to click on in the popup.
I poke around a bit in the code, and seems that the result set for the main database query did not get processed correctly. The SQL query itself delivered the correct results. But when photo_popup.php tried to construct the imagebits, it went wrong. PHP Code:
Similarly, some lines further down, PHP Code:
After I switched both functions to the "normal" PHP 5.x versions, mysql_num_rows() and mysql_fetch_array() respectively, the images appeared in the popup as they should. I'm not really sure why this hotfix worked (and your mileage may vary, so use it on your own risk :p). We modernized our hosting stack quite a bit, Nginx replacing Apache, newer MySQL and PHP versions etc., so I can only guess what's exactly the cause. But maybe my observations can help others or the author of the mod to further enhance it :) Yours, scribble |
All times are GMT. The time now is 09:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|