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)

Ranma2k 08-24-2006 02:59 PM

Quote:

Originally Posted by Fewski
Looks great! Only 1 problem I see, my statics section on the image upload page background is all black and the text is dark grey, you can't read it.

Any fix for this?

Thanks

yes modify the template for it ..

Ranma2k 08-24-2006 03:00 PM

Quote:

Originally Posted by tbradham
Has anyone figured out a way to allow the members to browse all the photos in one place?

Now they have to view all members, then click on the individual account, I want them to be able to browse all the pictures, regardless of whose they are.

Like a photo album view or something.

i'll add it in the next ver

tbradham 08-24-2006 03:01 PM

That would be awesome, thanks!

Fewski 08-24-2006 04:07 PM

Quote:

Originally Posted by Ranma2k
yes modify the template for it ..

Where do I modify it at?

Ranma2k 08-26-2006 12:15 PM

Quote:

Originally Posted by Fewski
Where do I modify it at?

read this
https://vborg.vbsupport.ru/showpost....&postcount=109

GoNz00 08-28-2006 10:35 AM

great hack thanks :D

Viol8or 08-30-2006 11:28 AM

Great hack, but I have a feature request.
* It would be nice if it were possible to set watermark on/off per usergroup.
* A comment line per picture would be nice as well, so members can describe the picture if they wish.

Also I had some probs with transparent png and resizing/watermarks that it didn't retain the transparancy.

Update: I'm having problems uploaden pictures bigger than a 1000 pixels ... it gives the users a white page without an error, but pic is not uploaden. Config settings allows uploaden of 1280*1280 pictures and filesizes are a lot smaller than the allowed size. Any ideas?

VietPirates 09-03-2006 09:02 AM

How about hotlinks with thumbnails only? No hotlinks with the original images.

Each thumbnail is linked to a php page hosting its original image (like imageshack.)

klaush 09-03-2006 11:13 AM

Hello Ranma2k,

could you help us with solving one problem when showing all member fotos?

We just went to a new server with the whole installation; so everything went fine but...

https://vborg.vbsupport.ru/external/2006/09/10.jpg

You see in the first line 7 images but no member/user?

Any idea how to fix this?

Thanks!

Kaasie 09-05-2006 04:47 AM

I have installed this hack for 3.6.0 and i totally love it.
Just one little question: I would like to have the userlist to be members only
Could you tell me where I should add what code, where to achieve that?

It would totally rock if we could get it members only

For the people that are suffering bandwidth theft please save the following code to be sure the picture files are only valid on it's own domain (on any other it will result in a nice red-crossed failure)

change yourdomain.com with your domain and save as .htacces
upload the file to the picture's directory on your domain

Code:

SetEnvIfNoCase Referer "^http://www.yourdomain.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://www.yourdomain.com$" locally_linked=1
SetEnvIfNoCase Referer "^http://yourdomain.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://yourdomain.com$" locally_linked=1
SetEnvIfNoCase Referer "^$" locally_linked=1
<FilesMatch "\.(|bmp|gif|png|jpg|jpe?g)$">
  Order Allow,Deny
  Allow from env=locally_linked
</FilesMatch>

cheers


All times are GMT. The time now is 07:38 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.02032 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (4)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