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)

Taurus1 12-27-2009 07:56 AM

Can you please help me to get the small camera to show instead of the text!

Thanks!!

cellarius 12-27-2009 08:13 AM

Quote:

Originally Posted by Taurus1 (Post 1939224)
Can you please help me to get the small camera to show instead of the text!

Thanks!!

If you follow installation instructions it will work on a standard installation. If it does not work for you, I have no idea what would be causing this, since it does work for everyone else. If you're using a custom style, this may be the cause - make sure you uploaded to the correct folder, if your style uses custom ones.

Subah 12-27-2009 08:48 AM

Just upgrade to 3.5 and it is work great :)

Scalemotorcars 12-28-2009 02:59 AM

Trying to add a break between photos. Right now as a member clicks images into the editor they stack one on top of another with no cell-spacing, border or break between them, like this....

Photo 1
Photo 2
Photo 3
Photo 4

I would like a space between photos like this.

Photo 1
<br />
Photo 2
<br />
Photo 3
<br />
Photo 4

cellarius 12-28-2009 04:59 AM

The mod uses your $stylevar[cellpadding] and $stylevar[cellspacing] settings. If you have set those to 0 in your style options, that's how it displays. You can change that by editing the the photo_popup code, however. Change the values in line
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
to your liking.

WebkinzCoast 12-29-2009 01:24 AM

Hello, for some reason the Quickreply template edit wasn't working for me. But, I fixed it (: Some others may have had this problem, so I'd like to share how I fixed it.

Original Template Edit Code:

Code:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td> <a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?$session[sessionurl]e=$editorid','fotos','scrollbars=yes,resizable=yes,width={$vbulletin->options['photo_popup_width']},height={$vbulletin->options['photo_popup_heigth']}'); return false" title="$vbphrase[photo_popup_insertlink]">
<img src="$stylevar[imgdir_editor]/photo_popup.png" border="0" /></a></td>


Replace with my code:


Code:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td> <a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?$session[sessionurl]e=$editorid','fotos','scrollbars=yes,resizable=yes,width={$vbulletin->options['photo_popup_width']},height={$vbulletin->options['photo_popup_heigth']}'); return false" title="$vbphrase[photo_popup_insertlink]">
<img src="http://i49.tinypic.com/28gqpfn.png" border="0" /></a></td>



Also, I do have a problem. I made the plug-in, as said in the other post, and I get a 404 error when you click "Go Advanced" and click on the button. I have experimented with it, and nothing I did could fix it.

If you could help, I would be very happy, thank you in advance (:

Installed, Nominated, and Voted (:

cellarius 12-29-2009 06:04 AM

Only thing you changed is the image path to some external server place. If the original code did not work for you, it usually means you have not uploaded the provided icon to the correct place.

What plugin are you talking about? Please point me to the post you're referring to. Anyway, this mod does not mess with the Go Advanced button, so I'm pretty sure the cause for your problem will have to be looked for elsewhere.

cellarius 12-29-2009 11:13 AM

I never came around to post a notice before, but if you like, you can still vote for this mod as mod of the month December 2009:

https://vborg.vbsupport.ru/showthread.php?t=229223

Thanks! :)

Scalemotorcars 12-29-2009 07:19 PM

1 Attachment(s)
Quote:

Originally Posted by cellarius (Post 1940046)
The mod uses your $stylevar[cellpadding] and $stylevar[cellspacing] settings. If you have set those to 0 in your style options, that's how it displays. You can change that by editing the the photo_popup code, however. Change the values in line
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
to your liking.

Sorry I dont want to be a pain but that's the code in the popup window.

What I was referring to was how the popup adds images into the editor. As a member selects images from the popup they are stacked into the editor much like my above post. Im simply trying to add a break between the posted images. :)

Maybe this photo will help explain it better.

Alfa1 12-29-2009 11:08 PM

Will there be a vb4 version of this mod? I imagine that vb4's asset manager will change this mod quite a bit.


All times are GMT. The time now is 03:36 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.01608 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)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
  • (1)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