vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=123481)

Chonan 07-15-2009 02:41 PM

Ummmm, You don't want to visit my forum. It's hard core pornography. lol

blind-eddie 07-15-2009 03:25 PM

Look in your header template, the style you are using does not use the navbar.

Chonan 07-15-2009 03:44 PM

That mean that I cannot use this mod? Sorry for being a VB newb. Thank you though for he attempted help!

blind-eddie 07-15-2009 03:56 PM

You can use it. Add the edit to your header template.

Chonan 07-15-2009 11:26 PM

To the author, and to blind-eddie, thanks. Followed the directions, it's up and works perfectly. Thank you so very kindly.

blind-eddie 07-16-2009 02:30 PM

Quote:

Originally Posted by Chonan (Post 1849598)
To the author, and to blind-eddie, thanks. Followed the directions, it's up and works perfectly. Thank you so very kindly.

No problem, glad I could help.

Markos 08-26-2009 03:40 PM

i need help with the navbar iv tried the 2 codes an none of them work

the pop-up code doesn't even show up on the navbar

and this one shows up on the navbar but doesn't work

PHP Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<
script type="text/javascript"vbmenu_register("vbimghost");</script></td


blind-eddie 08-26-2009 04:06 PM

Quote:

Originally Posted by Markos (Post 1874814)
i need help with the navbar iv tried the 2 codes an none of them work

the pop-up code doesn't even show up on the navbar

and this one shows up on the navbar but doesn't work

PHP Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<
script type="text/javascript"vbmenu_register("vbimghost");</script></td


I went to your board, guest can't see anything at all, but your header & header navbar.

Since your navbar is in your header template, do the edits to header template, not your navbar template.

viper357 08-26-2009 04:09 PM

In my navbar template I've got the following code straight after the NEW POSTS code...

PHP Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<
script type="text/javascript"vbmenu_register("vbimghost");</script></td


And then further down I have the following code...

PHP Code:

<!-- / NAVBAR POPUP MENUS -->
<!-- 
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 -->
<!-- 
PAGENAV POPUP --> 


Markos 08-26-2009 04:57 PM

got it working stupid me didn't put the 2nd bit it with the first bit

Markos 08-26-2009 06:19 PM

i need help again a users just told me that he cant see the navbar when he logs out but seems to be only in IE so i took this code back out and the navbar came back is there any other code i can use or did i do it wrong some how ????

Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<script type="text/javascript"> vbmenu_register("vbimghost");</script></td>


brianjohnson 08-26-2009 09:50 PM

I also installed this (great mod by the way!) and am getting the following error:
Admin, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


My folder is chmod'ed to 777, and the paths are correct. PLEASE HELP!!

viper357 08-26-2009 10:37 PM

Quote:

Originally Posted by brianjohnson (Post 1875036)
I also installed this (great mod by the way!) and am getting the following error:
Admin, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


My folder is chmod'ed to 777, and the paths are correct. PLEASE HELP!!

Have you set the permissions for each usergroup?

blind-eddie 08-27-2009 03:18 AM

Quote:

Originally Posted by Markos (Post 1874942)
i need help again a users just told me that he cant see the navbar when he logs out but seems to be only in IE so i took this code back out and the navbar came back is there any other code i can use or did i do it wrong some how ????

Code:

<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<script type="text/javascript"> vbmenu_register("vbimghost");</script></td>


I can see your site now. I can't see how IE would have anything to do with it, re-read the readme, carefully, do your edits again, you are missing something.

Markos 08-27-2009 10:33 AM

its ok i just put a direct link to vbimghost.php

rose123 08-29-2009 01:52 PM

I have VBimage host 1.4.1 installed on vbulletin 3.4.3. There is no problem running vbimagehost in forums, user can upload images, everything is working.
But in Vbulletin control panel View member images is not working. I get 404 page not found error.
Thansk for your time in advance.

rose123 09-09-2009 07:23 PM

Can anybody help me with this. I really need it.
Thanks in advance.

blind-eddie 09-09-2009 07:28 PM

Make sure via FTP that you uploaded the vbimghost.php to the admincp file as indicated in readme.

rose123 09-10-2009 12:39 PM

thanks, I will check it out.

Forumkentimiz 09-13-2009 06:40 AM

images are not written on

segwayon 09-13-2009 02:51 PM

This is an excellent and useful mod. My kudos for your efforts.

If possible, I would love to see an addition whereby every IMG being linked to within a post were to automatically be imported into and hosted by the imagehost database.

As an example, I post news stories which I find, and add in the stories' images when present. Many news servers will eventually move or trash their stories which breaks the image links within my posts. To prevent that from happening I would need to first download the image to my PC, import it into the imagehost mod, mark it as public, and then copy the IMG BBcode for inclusion into my post. Ideally, there'd be a process which parses a new post for any non-forum-server IMG tag, auto-import it, auto-mark as public, and then auto-substitute for the new image's hosted URL. Perhaps it would be a new BBcode for auto-importing and hosting of non-forum-server images.

Would such an expansion of auto-hosting be feasible?

Update: Ah, I found the installation instructions under category D for "Quick Uploads".

segwayon 09-14-2009 10:56 AM

Quote:

Originally Posted by segwayon (Post 1884119)

Would such an expansion of auto-hosting be feasible?

I tried the "Quick Upload" feature but it wasn't as quick and easy as I would have liked. Any way of automating the hosting/watermarking from a URL rather than from a local drive?

WiGgLr 09-16-2009 11:20 AM

anyone know if this works on 3.8.x

djlotus 09-18-2009 11:32 AM

Quote:

Originally Posted by WiGgLr (Post 1885674)
anyone know if this works on 3.8.x

I'm installing on my board tonight. I will post back how it goes.

Sworm 09-21-2009 07:16 PM

Quote:

Originally Posted by djlotus (Post 1886925)
I'm installing on my board tonight. I will post back how it goes.

djlotus have you tried this hack on 3.8?

rugby 09-22-2009 08:52 AM

Quote:

Originally Posted by Sworm (Post 1888593)
djlotus have you tried this hack on 3.8?

he has installed on his site His site

R.Solutions 10-03-2009 03:17 PM

seems like the watermark feature doesnt work. (text)

Dabbi 10-04-2009 11:49 AM

For requirements.. What is this? "GD 2.0.1 or later" please? I'd like to install this but am not sure if I have this since it's not ringing any bells in the ole memory banks.

Thanks in advance for any help. :)

longgsm 10-20-2009 11:42 AM

IE 8 not working? Help me!

James Birkett 10-20-2009 02:09 PM

Hey guys, I'm thinking of using this modification.

Have you patched this against exploits? I.e. uploading a script such as "picture.gif.php"?

Any known exploits regarding this product?

Thanks in advance.

elroger 10-25-2009 02:09 PM

Hello, when i use the Addon: "Adding quick uplaod and gallaries box in new thread" this happens:
http://gigaforo.com/forum/imagehosti...4692741522.jpg

Somebody helps me?

Thanks!!

viper357 10-25-2009 02:18 PM

Quote:

Originally Posted by elroger (Post 1905922)
Hello, when i use the Addon: "Adding quick uplaod and gallaries box in new thread" this happens:

Somebody helps me?

Thanks!!

Some of my members complain about the same thing, the only way I know of fixing it is by telling them to use Firefox instead of IE.

elroger 10-25-2009 02:28 PM

Quote:

Originally Posted by viper357 (Post 1905924)
Some of my members complain about the same thing, the only way I know of fixing it is by telling them to use Firefox instead of IE.

Thanks viper for your reply, but there is another solution: Click in the post BEFORE upload the image. Anyway is not good, more suggestions?

viper357 10-25-2009 02:44 PM

No other suggestions, I asked the same question long ago but nobody ever replied.

elroger 10-25-2009 02:59 PM

ah well, what a pity. Greetings viper.

janellez 11-05-2009 07:26 PM

I updated to this version of the module at the same time as I added a new template/skin to my forum. I'm having some trouble actually finding the text in navbar (for example) in this new skin to be able to have the mod show in the navigation bar. My new skin has a file called ch_nav that contains this text "<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>" and the text "<!-- PAGENAV POPUP -->" is actually nowhere to be found.

Has anyone else run into this?

elroger 11-19-2009 10:23 AM

I want to organize the images for the first watch are the latest pictures uploaded and not in chronological order. Thanks.

viper357 11-19-2009 10:36 AM

Quote:

Originally Posted by elroger (Post 1917140)
I want to organize the images for the first watch are the latest pictures uploaded and not in chronological order. Thanks.

Read post number 1351.

elroger 11-19-2009 10:52 AM

Quote:

Originally Posted by The Ottoman (Post 1831566)
I figured out how to do it myself.

Edit line #176 to read:
Code:

$sql="Select imgid,imgfile,imgname,thumbname,imgfilesize,imgwidth,imgheight,imgdate,imgprivate FROM ".TABLE_PREFIX ."vbimghost Where userid=$userid ORDER by imgdate DESC LIMIT $init,$perpage ";
Basically add DESC right after the ORDER by imgdate.


Duh.

Sorry friend, but do not understand. What should I do?

viper357 11-19-2009 12:55 PM

You need to edit line 176 of the vbimghost.php file to look like the one above.


All times are GMT. The time now is 05:09 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.03380 seconds
  • Memory Usage 1,846KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_php_printable
  • (12)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
  • (40)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