vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=106127)

Zweeper 05-19-2006 07:36 AM

is there also a watermark function?

Ranma2k 05-19-2006 07:46 AM

Quote:

Originally Posted by Zweeper
is there also a watermark function?

yes there is
in the next release which scheduled this weekend or Monday :)

Zweeper 05-21-2006 12:43 PM

ah, nice =)

cartooner 05-24-2006 03:59 AM

I still am using the 1.2 version. I'm waiting for my Forum to be moved to new server to do this upgrade. But I have a question.

Is there a way so when a member clicks on Imagehost that it opens in a new window.

And I'm confused about the info needed in config.php file. Is the forumpath the path to the forum files, from the root of the server?? or is the path start with the root of the forum??

Ranma2k 05-24-2006 05:45 AM

Quote:

Originally Posted by cartooner
I still am using the 1.2 version. I'm waiting for my Forum to be moved to new server to do this upgrade. But I have a question.

Is there a way so when a member clicks on Imagehost that it opens in a new window.

And I'm confused about the info needed in config.php file. Is the forumpath the path to the forum files, from the root of the server?? or is the path start with the root of the forum??

yes there is a way you just ajust the templates for the target of the url to be _blank

as for the config.php the path should be from the root of the server ..

Ranma2k 05-24-2006 05:46 AM

Quote:

Originally Posted by Ranma2k
yes there is
in the next release which scheduled this weekend or Monday :)

I'm sorry to say that i had some server issues that i'm using as a test for my script and i had to reinstall it again

there some modification need to be done but it will be released soon

sorry about the delay

cartooner 05-24-2006 06:36 AM

Quote:

Originally Posted by Ranma2k
yes there is a way you just ajust the templates for the target of the url to be _blank

as for the config.php the path should be from the root of the server ..


I tried doing it with target url.._blank

<td id="vbimghost" class="vbmenu_control"><a
href="#vbimghost" target="_blank">Image Hosting</a>
<script type="text/javascript">
vbmenu_register("vbimghost");</script></td>

and it still doesn't open in a new window.. this is on Navbar template. That's the only on that needs to be changed right??

Ranma2k 05-24-2006 03:10 PM

No not that

do the following in navbar change ..
replace this

PHP Code:


<!-- Image Host Popup -->
                <
div class="vbmenu_popup" id="vbimghost_menu" style="display:none">
                    <
table cellpadding="4" cellspacing="1" border="0">
                   
                    <
tr><td class="thead">$vbphrase[vbimghost_title]</td></tr>       
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=myimages">$vbphrase[vbimghost_menushimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=upload">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=userlist">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                    </
table>
                </
div>
                <!-- / 
Image Host Popup --> 

whith this :

PHP Code:

<!-- Image Host Popup -->
                <
div class="vbmenu_popup" id="vbimghost_menu" style="display:none">
                    <
table cellpadding="4" cellspacing="1" border="0">
                   
                    <
tr><td class="thead">$vbphrase[vbimghost_title]</td></tr>       
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=myimages" target="_blank">$vbphrase[vbimghost_menushimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=upload" target="_blank">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=userlist" target="_blank">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                    </
table>
                </
div>
                <!-- / 
Image Host Popup --> 


kr580 05-27-2006 08:02 PM

Is there any way to make this so guests can upload as well?

Ranma2k 05-28-2006 05:18 AM

Quote:

Originally Posted by kr580
Is there any way to make this so guests can upload as well?

Yes just allow the usergroup ( not registred / not loged in ) to upload

there is a fix to show it to the public
i'm just cleaning the new ver and it should be up today
i prefer if you use the new ver


All times are GMT. The time now is 08:57 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.03352 seconds
  • Memory Usage 1,770KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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