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)
-   -   Gallery for vBulletin 3.5.X (https://vborg.vbsupport.ru/showthread.php?t=92875)

GrabAssGirl 10-12-2005 12:47 PM

Quote:

Originally Posted by Harald_T
Thanks a lot! :)

I've downloaded vB 3.5.0 Gold and will testing it this weekend.

Did it work?

xtreme-mobile 10-12-2005 01:43 PM

ive changed it harold i had to deleete the pictures fromnthe gallery as i think becaus eof the width of them it was pushing them out :(

im changing it to a staff board now so staff can posta pic and a bit about them selves ill let you know if i run into any more probs

Harald_T 10-14-2005 07:28 AM

@xtreme: if it was pushing the width, why didn't you decreased the amount of pictures shown in one row?

@tuanluu: You're right, there are two phrases missing.

Create one phrase: gallery_views with the text "Views" and one phrase called gallery_comments with the text "Comments".

The filesize isn't still working yet, i'm working at this.

@GrabassGirl: It worked without any problems.

Allan 10-14-2005 10:09 AM

so, work with 3.5, no update Harald ?

Harald_T 10-14-2005 10:16 AM

No, it's no update needed for working with 3.5.0.

krvaricp 10-14-2005 10:22 AM

Can I use this hack for vBulletin 3.5.0 Gold ?

Allan 10-14-2005 11:28 AM

Quote:

Originally Posted by Harald_T
No, it's no update needed for working with 3.5.0.

Thanks Harald ;)

mwhoob 10-14-2005 11:52 AM

if uploud file attach
its see
Quote:

upload.gif:
Unable to move/copy file
????????????????

can help me please

Harald_T 10-14-2005 12:43 PM

It could be, that you have SAFE_MODE enabled. If so, you have to change the settings in the vbulletin-options.

Gizmo5h1t3 10-14-2005 12:55 PM

harald, are there any updates so it shows the filesize yet??

in your preview screens, it doesnt either....

just wondering m8

Harald_T 10-14-2005 02:06 PM

I'm looking at it, at the moment. I will post an update, as soon as i found out.

krvaricp 10-14-2005 11:25 PM

I installed on my forum and I got this problem.
The links of the attachments are ok, but the pictures don't show in the gallery, only in the post. :ermm:

hbalagh1 10-15-2005 02:29 AM

this is a pretty good subsitue for vbgallery (when you don't have the $60.00 to shell out) good job

krvaricp 10-15-2005 09:54 AM

I think if people use old version style, in the threadbit_gallery templates, they need to change :

Code:

<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0 align="center">
to

Code:

<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1&d=1" border=0 align="center">
For thumbnail the Images in Gallery.

Harald_T 10-15-2005 10:42 AM

@kvaripc: What do you mean for an "old version style"? Could you explain it?

krvaricp 10-15-2005 10:53 AM

I mean that " the board is version 3.5, but the styles don't "

Allan 10-15-2005 07:31 PM

2 phrases are missing in "threadbit_gallery" template:

"gallery_views" (View) and "gallery_comments" (comments)

for info ;)

SpaceStar 10-15-2005 09:47 PM

Quote:

Originally Posted by krvaricp
I installed on my forum and I got this problem.
The links of the attachments are ok, but the pictures don't show in the gallery, only in the post. :ermm:

I am facing exactly the same problem :( did you resolved yours???

SpaceStar 10-15-2005 09:59 PM

maybe I should put this on as well that all attachments are currently being stored in the filesystem and not in the database

Harald_T 10-16-2005 12:49 AM

@Spacestar: The problem you are facing, i think it is, what Krvaricp had fixed (see his posts before).

I think, the problem is: The way, that a thumbnail is called up, has been changed since 3.5.0 RC2 and 3.5.0 Gold.

SpaceStar 10-16-2005 12:59 AM

Ya I had seen his suggestion and tried it out straight away - but no difference it made :(.

Harald_T 10-16-2005 09:24 AM

Are you using any other hacks? If so, which are they?

@Spacestar: I had a look at your page. Could it be, that there are some rights missing, so that Users can't view the attachments? That could be also the explanation for this behaviour.

SpaceStar 10-16-2005 10:34 AM

Haral T about the hacks I am using "user who has visited"; "Top X Statistics"; "DFHA Annoucements" and yours "Gallery" - Every other template has been reverted before I installed these hacks.

About the permissions: Yeah a guest cannot download attachements - but the members are facing the same problems...

SpaceStar 10-16-2005 12:07 PM

:) I did solved that problem by regenerating thumbnails :D - thnks

SpaceStar 10-16-2005 01:56 PM

Hello Harald

It's a wonderful hack many thanks...

My problem is solved buttttt each time a member upload a picture I have to go to the Maintenance in ADMINCP and Rebuild Attachment Thumbnails for the thumbnails to be shown in the Gallery. Now I've thousands of images in my forum. Isn't there any way of Rebuilding these attachment thumbnails all the way or as a member post a picture, it just rebuild attachment thumbnails???

Thanks in advance :)

Harald_T 10-16-2005 02:54 PM

Thats strange. The problem is: You shouldn't face this problem, as the gallery is using the normal attachments of vB. The gallery itself isn't any other than a normal forum, wich is displayed in another way. That's all.

Did you check the settings, if they are right?

tuanluu 10-17-2005 06:19 AM

have you enable GD or Imagestick .... and need to AdminCP....rebuild all your attachment thumbnails hope this help

SpaceStar 10-17-2005 05:56 PM

Thanks for your concernings... I am happy if this can workout, because this Gallery is the most wanted thing I'd like to add to my Forum...

Here are some of the settings regarding thumbnails:

IMAGE SETTINGS:
Allow Image Size Checking Failure=NO
Image Processing Library=GD
Image Verification Library=GD
Image Verification Font=NONE (empty)
GD Version=GD 2+
ImageMagick Binary Path=(empty)
Generate PNG Thumbnails=YES

SERVER SETTINGS AND OPTIMIZATION:
Update Attachment Views Immediately=YES

MESSAGE ATTACHEMENT OPTIONS:
View Attached Images Inline=YES
Enable Thumbnails=NO

With these settings I can get it working whenever a new picture is uploaded and I make a rebuilding of attachments... :( but it's awkward...

Harald_T 10-17-2005 06:32 PM

What for settings do you have for your attachments themself?

Did you try also not to generate PNG Thumbnails?

trancetopia 10-17-2005 06:51 PM

Quote:

Originally Posted by trancetopia
I have 20 threads specified.

You can see one of the forum gallaries here:

http://www.littlewales.com/forumdisplay.php?f=163

I'm still having the problem with the paging function not working. I'm eager to let the gallery go live but can't at the moment.

Can this be fixed?

Thanks

LoOnEyToOnZ 10-18-2005 04:09 AM

How would you guys compare this with the new 4images integration with vb3.5? Which is a better solution ?

Harald_T 10-18-2005 03:58 PM

Quote:

Originally Posted by trancetopia
I'm still having the problem with the paging function not working. I'm eager to let the gallery go live but can't at the moment.

Can this be fixed?

Thanks

I don't get it. It's working fine for me. I'm still guessing, that there is a setting wrong. Could you contact me by email?

sherykah 10-20-2005 02:06 PM

Hello Harold T,

I and my members are loving the gallery hack. I want to know is there any way we can get a random or last image hack for the vBadvanced portal. A small script I can enclose in a module would be great. OR do you know of one posted somewhere that you can point us to.

lexx27 10-20-2005 02:55 PM

Yes great hack, i want it as a vbulletin module too!!!

Flow Fusion 10-20-2005 10:41 PM

Is it possible to link pics from other places and show them in the gallery? I don't allow uploads on my forum. Like to have the code resize the image...

example

<img src="http://www.conmicro.cx/~kturtle/cartoons/2001/set-it-on-the-floor-stupid.gif" width="533" height="800">

Or

[img="http://www.conmicro.cx/~kturtle/cartoons/2001/set-it-on-the-floor-stupid.gif" width="22" height=
54"[/img]

Harald_T 10-21-2005 12:38 PM

@Random Images: It should be possible, yes. It only need a change of the "latest_gallery_image"-code. I think, it shouldn't be a great work. Same for a module for vBadvanced Portal (i don't have it installed at the moment).

@linked images: As the gallery works only with attachments, it's not possible atm. But i can look after the code, if it's possible to work.

Flow Fusion 10-21-2005 12:50 PM

Thanks. I look forward to that.

lexx27 10-23-2005 10:07 PM

Quote:

Originally Posted by Harald_T
@Random Images: It should be possible, yes. It only need a change of the "latest_gallery_image"-code. I think, it shouldn't be a great work. Same for a module for vBadvanced Portal (i don't have it installed at the moment).

Any progress with these??

Harald_T 10-24-2005 08:42 PM

I haven't done yet. As i said, it shouldn't be much work. It's mostly template-work (normaly you only have to copy most of the code into the template-code of those boxes of vBadvanced). I will install vBadvanced on Wednesday and fix the problem.

lexx27 10-24-2005 09:54 PM

Well, i tried to copy the code inside a template but I couldn't get it work. I'll be waiting.
By the way, I will tell you again that this is a great hack. I love it.
But I want to see in a future update these things: Random Image, More options to Customise the gallery area, Size...
Thank you very much!


All times are GMT. The time now is 04:12 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.02772 seconds
  • Memory Usage 1,815KB
  • 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
  • (7)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