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)

VoltageKing 03-05-2011 03:12 PM

Help please, I installed everything as listed and I don't see the icon for the program to insert a picture when I create a new thread or post.

I did notice that under the vbullitian options section, it said go to the option "Photo Popup" but my option reads "Cel Photo Popup". Don't know if that helps. Also, when I'm in that section "Cel Photo Popup" under "Insert Options" at the bottom it reads Error: You did not enter a valid value for this setting However I did not change or enter any value. I have also checked "Show Albums List?"

Any ideas any one? I'm sure I am doing something wrong. Would appreciate some help thank you.

cad2go 04-09-2011 08:17 AM

Check the manual template edits - you need to do them to get the buttons etc on qr/reply etc

Sworm 05-05-2011 11:08 AM

there's some conficlt with the ncode script?

cellarius 05-13-2011 05:15 PM

I have no idea what the "ncode script" is.

fly 05-13-2011 05:22 PM

Quote:

Originally Posted by cellarius (Post 2195190)
I have no idea what the "ncode script" is.

There is an ncode image resizer mod here. Maybe that?

appsfinder 05-16-2011 01:29 AM

im getting 404 not found when i click on the button.... this is my site layout vbgallery in home dir and forum in forum dir

eg/vbgallery/forum/

also none of the template edits seem to work so ive added the plugin to the end of editor

please can you help?:confused:

cellarius 05-16-2011 04:41 AM

A 404 error signifies that you did not upload the files to the correct directories, meaning: the file does not exist where it should be. Please doublecheck you uploaded correctly. You also can check where the link for the popup points at in your browser page source.

appsfinder 05-16-2011 05:53 AM

ive uploaded all file to the right directories its the link from the botton that is wrong ive changed it to http://www.mywebsite/forum/photo_pop.php instead of option=bburl now got it working sort of my post dont show original images they show thumbnails images any clues what could be thanks.

cellarius 05-16-2011 06:35 AM

The popup inserts what you tell it to insert (there are several options in a dropdown menu). Please read second post.

appsfinder 05-16-2011 08:45 AM

vbgallery fix thanks:up:

Quote:

Originally Posted by AfterWorldForum (Post 1916698)
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'];




All times are GMT. The time now is 09:05 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.01577 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)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