vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Gallery Popup for Webpage and Guestbook for vBulletin 3.0.3 (https://vborg.vbsupport.ru/showthread.php?t=81664)

Lizard King 05-17-2005 10:00 PM

Gallery Popup for Webpage and Guestbook for vBulletin 3.0.3
 
If you have vba Gallery or Photopost installed in your board and using Webpage and Guestbook for vBulletin 3.0.3 and want to allow your members to add pictures in their guestbook follow the instructions.
You need to have Geek Gallery Popup installed.

The following code credit goes to as they did the work The Geek and BrentWilson as they did the work.

In your modify_webpage template find

Code:

<td><div class="imagebutton"><a href="#" onclick="return vbcode('U', '')" accesskey="u"><img class="image" src="images/editor/underline.gif" alt="Underline" width="21" height="20" border="0" /></a></div></td>
            <td><img src="images/editor/separator.gif" alt="" width="6" height="20" border="0" /></td>

After Add

Code:

<td><div class="imagebutton" id="cmd_wrap0_quote"><a href"#" onclick="window.open('geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable=yes,width=550,height=500'); return false"><img src="images/editor/gallery.gif" alt="Your Pictures in Gallery" title="Your Pictures in Gallery" width="21" height="21" border="0"></a></div></td>
<td><img src="images/editor/separator.gif" alt="" width="6" height="20" border="0" /></td>

Upload the attached gallery.gif to your images/editor folder and give it a try. You can use any other image for gallery.gif but dont forget to upload it.

Donot forget to backup your modify_webpage template before applying this.


All times are GMT. The time now is 06:12 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
  • Page Generation 0.03141 seconds
  • Memory Usage 1,712KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete