vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - vB iGallery (XML Based) + vB iGallery v2.02 (Dynamic) The Ultimate Xperience (https://vborg.vbsupport.ru/showthread.php?t=185274)

syrus.xl 07-14-2008 08:56 PM

Quote:

Originally Posted by Megatr0n (Post 1575328)
So, will this feature the integration?

The first update will be mainly tidying up the flash file itself, hence the following will be changed.

Interchangeable Background Image Added
This will allow people to use their own designs for the iGallery, the main purpose will be to replace the current default logo, text, language changes, etc. I will put a few designs together that can be used as templates. PSD files of all templates will be made available for download.

Camera Settings
This will allow users to adjust camera settings within a 3D environment.

Globe Settings
These will be made to allow setting of the iGallery to use external adjustments via the XML, features like glow, color, alpha, turn globe solid or transparent, etc.

Stage Sizing
This will be made fluid for people that have requested this feature as opposed to the large default version currently available.

PHP Attribute Changes
How to change various attributes via PHP - a easy guide to how it all works.


Once all this is complete, then I'll release a new version. The vBulletin integration will take a little longer since it requires additional PHP, XML and template coding - but all settings for the iGallery will be set from within the AdminCP and the installation will be via XML product plugin import.

Noosphere 07-15-2008 02:51 AM

Surely the dumbest question of the day (perhaps week):

I've uploaded all the files as directed, created the navbar button ... and now I'm wondering what I'm supposed to do next. I don't see no sphere nowhere, and the instructions seem to indicate I should be good to go. :)

Help a newb out?

Playa82 07-15-2008 04:23 AM

nice add-on. but i wait for photoplog integration

mesdar 07-15-2008 04:37 AM

thanx

i will try it

INSTALLEd

tazzarkin 07-15-2008 04:49 AM

great! look forward to see this work with vbulletin albums!

nice job!

Deepdog009 07-15-2008 05:02 AM

Syrus.xl I stopped by 2 view your demo and I must say its an outstanding work of art...

Keep your Flash rolling;)

verino 07-15-2008 06:46 AM

this mod will be the next TOTM ! i think :up:

just a dumb question : is it possible to show the members avatars besides the album ?

:D

basilrath 07-15-2008 10:41 AM

Quote:

Originally Posted by Noosphere (Post 1575591)
Surely the dumbest question of the day (perhaps week):

I've uploaded all the files as directed, created the navbar button ... and now I'm wondering what I'm supposed to do next. I don't see no sphere nowhere, and the instructions seem to indicate I should be good to go. :)

Help a newb out?

Not dumb

after uploading files etc you need to create a link for the vb_igallery.php file to show.

FIND in template navbar:
$template_hook[navbar_buttons_left]

ADD BELOW:
<td class="vbmenu_control"><a href="vb_igallery.php">vB iGallery</a></td>

yingzhou 07-15-2008 11:43 AM

thanks for great mod, subscription for the future update. :D

syrus.xl 07-15-2008 12:54 PM

Quote:

Originally Posted by verino (Post 1575690)
this mod will be the next TOTM ! i think :up:

just a dumb question : is it possible to show the members avatars besides the album ?

:D

I'm not too sure what you mean by this, could you please be more specific?

Thanks.

syrus.xl 07-15-2008 01:05 PM

Quote:

Originally Posted by Deepdog009 (Post 1575649)
Syrus.xl I stopped by 2 view your demo and I must say its an outstanding work of art...

Keep your Flash rolling;)

Thanks... :)

You'll find my work all over the net - most of it is custom for corporate websites. I do have a few products which I'm hoping to release this year, but these are specialized and I've not seen anyone else do what I'm about to do in flash. ;)

AS 3.0 has allowed features that could never be done before, so really its been a godsend - I know many people think AS3.0 is harder to use with its very different syntax to AS2.0, but it does allow much more to be done.

vB iGallery is basically achieved using the Papervision3D engine, obviously now this will become dynamically populated via PHP, allowing even more versatality to be introduced. 'Bridging' it as a frontend for many gallery scripts, will make it very popular by the requests I've received so far.

Noosphere 07-15-2008 01:11 PM

Quote:

Originally Posted by basilrath (Post 1575827)
Not dumb

after uploading files etc you need to create a link for the vb_igallery.php file to show.

FIND in template navbar:
$template_hook[navbar_buttons_left]

ADD BELOW:
<td class="vbmenu_control"><a href="vb_igallery.php">vB iGallery</a></td>

Thanks for being gentle. :)

I actually did create the link ... but it leads to a "page not found" error. Has me wondering if I screwed up the file upload somehow, although it looks right to me.

I'll keep plugging away.

syrus.xl 07-15-2008 01:15 PM

Quote:

Originally Posted by Noosphere (Post 1575923)
Thanks for being gentle. :)

I actually did create the link ... but it leads to a "page not found" error. Has me wondering if I screwed up the file upload somehow, although it looks right to me.

I'll keep plugging away.

Hi noosphere...:)

The vb_igallery.php file should be located in the same directory as your main forum, this is classed as the forum root.

Regards.:)

verino 07-15-2008 02:22 PM

Quote:

Originally Posted by syrus.xl (Post 1575913)
I'm not too sure what you mean by this, could you please be more specific?

Thanks.

sorry for my english :(

what i meant : is it possible to use the members avatar, to show in the vb iGallery rather than vb users album ? You did say that you're going to integrate this with vb user album ?

syrus.xl 07-15-2008 04:01 PM

Quote:

Originally Posted by verino (Post 1575982)
sorry for my english :(

what i meant : is it possible to use the members avatar, to show in the vb iGallery rather than vb users album ? You did say that you're going to integrate this with vb user album ?

This could be done using a different database call and sort. I would have to segment routines to allow more images to show, or add another feature.

trophygrl 07-15-2008 04:17 PM

i really am not sure how to change pictures.... please help!

basilrath 07-15-2008 04:20 PM

the images are easily changeble via overwriting the existing jpgs that you have already uploaded.............

in other words rename your new images to the existing and overwrite keeping sizes etc......

Noosphere 07-15-2008 04:22 PM

Quote:

Originally Posted by syrus.xl (Post 1575930)
Hi noosphere...:)

The vb_igallery.php file should be located in the same directory as your main forum, this is classed as the forum root.

Regards.:)

Greetings, sir. Looks like you have a winner on your hands. Kudos. :)

Think I got it ... won't know for sure until I get home this evening and off this work computer with no Flash (boo security), but the page is now displaying (with "Alternative Content" and the "Get Flash Plug-in" button) at least so I think I'm on track as long as I've not royally effed the image paths.

On a personal note, best wishes for a quick & painless recovery!

trophygrl 07-15-2008 04:25 PM

Quote:

Originally Posted by basilrath (Post 1576095)
the images are easily changeble via overwriting the existing jpgs that you have already uploaded.............

in other words rename your new images to the existing and overwrite keeping sizes etc......

thanks- i really like this mod- it looks great...

do i add the pics to both the thumb and pic folders?

also-- do they have to be resized before upload?

apologies in advance for what may be silly ??'s!

basilrath 07-15-2008 04:28 PM

just change the sizes to the normal 500 x 375...... and resize and overwrite thumbs and images with your thumbs and images. youl have to resize your thumbs etc and your pics .....easy enough

you have to change your thumbs as they would be the ones that came as standard

trophygrl 07-15-2008 04:33 PM

i think i already broke it.

it is confusing a bit- i thought that there would be an easier upload for pics-- for individual members.

macc 07-15-2008 04:39 PM

hello!

i added 2 images in xml file but it loads only 20 images ...i named my images - 21.jpg and 22.jpg and make thumbs and uploaded in images-thumbs folders, but come not up !

message - loading 1,2... thumbs of 20 - should be 22!

some help?

regards

macc

http://libar-libar.com/vb/libar/vb_igallery.php


edit: fixed

basilrath 07-15-2008 04:40 PM

Quote:

i think i already broke it.


it is confusing a bit- i thought that there would be an easier upload for pics-- for individual members.
well if you have broke it and by that i think you mean the pics etc then reload the vbi_images folder and overwrite then you will be back to square one in relation to images.

You will have to resize (if not at the size already) your wanted images then upload them to the folder.

Then resize and upload your desired thumbs for those images and upload to the folder.

Sofia 07-15-2008 04:43 PM

Thanks a lot, syrus.xl. Great modification! :)

Here french userguide

trophygrl 07-15-2008 04:45 PM

so for each member that wishes to have pics in there, i will have to upload them?

syrus.xl 07-15-2008 05:18 PM

Quote:

Originally Posted by Sofia (Post 1576116)
Thanks a lot, syrus.xl. Great modification! :)

Here french userguide

Thanks Sofia for the french user guide - I'll add it to the main post soon. :)

Megatr0n 07-15-2008 05:42 PM

What's new in this release?

syrus.xl 07-15-2008 05:48 PM

Quote:

Originally Posted by Megatr0n (Post 1576154)
What's new in this release?

Nothing is new. vBulletin auto-sends notifications out if the modification post is altered in anyway. All I've added is a French User Guide translated by Sofia.

Megatr0n 07-15-2008 05:53 PM

Oh OK. I was wondering.

Can you tell me roughly when the update featuring integration with vB albums be released?

syrus.xl 07-15-2008 06:02 PM

Quote:

Originally Posted by trophygrl (Post 1576117)
so for each member that wishes to have pics in there, i will have to upload them?

With this initial release that is correct. This will be changed when I update it to a full vBulletin integration, with many new features available. It will become a product XML import and will display images directly from vBulleti's 3.7 user albums, if selected. There will be other 'bridges' for Photopost pro, photoplog, and a few others that can be used.

Basically, this first release was just a standard non-database use release, and all images defined within the XML file. With future updates this will be totally changed, and everything will become easier to use.

petro78 07-15-2008 07:31 PM

Quote:

Originally Posted by basilrath (Post 1575827)
Not dumb

after uploading files etc you need to create a link for the vb_igallery.php file to show.

FIND in template navbar:
$template_hook[navbar_buttons_left]

ADD BELOW:
<td class="vbmenu_control"><a href="vb_igallery.php">vB iGallery</a></td>

:erm: can someone please help out another noob???

ive uploaded the content to the forum directory....but dont know where to find the $template_hook[navbar_buttons_left]

thanks very much, and what a fantastic piece of work this mod is! thanx!

syrus.xl 07-15-2008 07:52 PM

Quote:

Originally Posted by petro78 (Post 1576226)
:erm: can someone please help out another noob???

ive uploaded the content to the forum directory....but dont know where to find the $template_hook[navbar_buttons_left]

thanks very much, and what a fantastic piece of work this mod is! thanx!

Login to your AdminCP and scroll down the left column to Styles & Templates, click this and then Style Manager, select Edit Templates for the Style you wish to add this product. In the templates select the Navigation/Breadcrumb Templates -> navbar

Once you click on the navbar template link, you will see a window with the navbar coding, this is where you will find that hook. You can just paste $template_hook[navbar_buttons_left] into the Search in template and it will highlight this code for you.

Hope that explains it a little better.

:)

syrus.xl 07-15-2008 08:00 PM

Quote:

Originally Posted by Megatr0n (Post 1576159)
Oh OK. I was wondering.

Can you tell me roughly when the update featuring integration with vB albums be released?

I'll start coding this integration once I get out of hospital - I'm in hospital from Sunday onwards, probably a few days before I am released back home after surgery.

It will probably take a few days to code the integration since it will require template caching, and other php files.

Sakai Ray 07-15-2008 08:27 PM

Looks nice I will wait for the new updated version XD

petro78 07-15-2008 08:54 PM

Quote:

Originally Posted by syrus.xl (Post 1576244)
Login to your AdminCP and scroll down the left column to Styles & Templates, click this and then Style Manager, select Edit Templates for the Style you wish to add this product. In the templates select the Navigation/Breadcrumb Templates -> navbar

Once you click on the navbar template link, you will see a window with the navbar coding, this is where you will find that hook. You can just paste $template_hook[navbar_buttons_left] into the Search in template and it will highlight this code for you.

Hope that explains it a little better.

:)

http://www.verticalobsession.net/forum/vb_igallery.php

ok...i think ive got it...but now it wont load past 4 images? i think i altered the code to allow for 17 pics correctly....any suggestions would be greatly appreciated...thanx :confused:

syrus.xl 07-15-2008 09:20 PM

Quote:

Originally Posted by petro78 (Post 1576289)
http://www.verticalobsession.net/forum/vb_igallery.php

ok...i think ive got it...but now it wont load past 4 images? i think i altered the code to allow for 17 pics correctly....any suggestions would be greatly appreciated...thanx :confused:

I just checked your images... here's what is incorrect.

With Flash a image extension should be either one or another. I see you've got all Jpegs images which is correct, but the extensions are in a mixed character state.

Example:
1.JPG

13, 14, 15 & 17 are .jpg

So you have mixed extensions of upper and lowercase extensions, change these to lower case only, and that should fix the problem.

Regards.

petro78 07-15-2008 11:23 PM

...yup...that did it.

thanks for your help again!:D

best,
jim.

http://www.verticalobsession.net/forum/vb_igallery.php

soletrader 07-16-2008 03:36 AM

Quote:

Originally Posted by syrus.xl (Post 1574983)
Yes... open the vb_igallery.php file and find this line of code:

PHP Code:

echo "<td class=\"tcat\" width=\"100%\">vB-iGallery</td>\n"

That will change the header text of the main table header.

As for vBa CMPS - I will look into this because it modification requires non-standard setup compared to most modules. I think the PHP div container will still function, but I will have to check first.

Thanks syrus. Please let me know if you find anything new regarding the vb module. I would like to be able to present this on my front page within a module. Thanks again.

verino 07-16-2008 07:49 AM

Quote:

Originally Posted by syrus.xl (Post 1576075)
This could be done using a different database call and sort. I would have to segment routines to allow more images to show, or add another feature.

i hope it's possible :D and doesn't take so much effort to do that.

because many members in my forum don't prefer upload using the vb album.

Thank you

syrus.xl 07-16-2008 08:52 AM

Quote:

Originally Posted by petro78 (Post 1576383)
...yup...that did it.

thanks for your help again!:D

best,
jim.

http://www.verticalobsession.net/forum/vb_igallery.php

You're welcome! :)

Quote:

Originally Posted by soletrader (Post 1576501)
Thanks syrus. Please let me know if you find anything new regarding the vb module. I would like to be able to present this on my front page within a module. Thanks again.

I will look into this... there's routines that are non-standard and will require workarounds for it to function correctly. There is one thing I will need to know, have you got vBa CMPS installed the vBulletin root or outside? Because this will need a path change depending on how you have the vBa CMPS installed.


All times are GMT. The time now is 01:01 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.01819 seconds
  • Memory Usage 1,851KB
  • 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_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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