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)

Noosphere 07-16-2008 10:17 AM

Quote:

Originally Posted by syrus.xl (Post 1576638)
You're welcome! :)

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.

If I may ... I'm running vBa CMPS as well and hope to display my new sphere ( ;) ) in a module on the front page. Tried to set it up last night, but just don't have the know-how for the work-around you note. In my case, the answer to your question above is yes, my CMPS is installed in the root.

Couple thoughts for consideration:

1) Ideally, once its displayed in a front page module, I'd be able to reduce it in size (so it doesn't bust the page), and when users "activated" it by either mousing over or clicking on it, it would expand to full size, then reduce again either after a default time setting or when the user actively ends his session somehow. Sorry, I know that's not well stated; it's early morning here and the coffee hasn't kicked in yet.

2) Also--and this may be more doable short-term--I would really like to be able to make some of the images (either the thumbnail or full sized) be hotlinks to other parts of the site ... kind of a 3D site index. Hope to have a go at that later today.

At any rate, thanks again for a great mod. Installed and working fine. :)

skcyber 07-16-2008 10:36 AM

thank you very much for this mod !

keep up the good work !! ;)

digicom 07-16-2008 12:25 PM

Thanks excellent work apprciated :up:

Shannonx 07-16-2008 12:34 PM

This is gorgeous!! I am so getting this once its fully intergrated for my members pics, it will be an amazing addon to my forum.

Great work Syrus and hope you get well soon after the surgery xxx

syrus.xl 07-16-2008 12:48 PM

Quote:

Originally Posted by Noosphere (Post 1576696)
If I may ... I'm running vBa CMPS as well and hope to display my new sphere ( ;) ) in a module on the front page. Tried to set it up last night, but just don't have the know-how for the work-around you note. In my case, the answer to your question above is yes, my CMPS is installed in the root.

Couple thoughts for consideration:

1) Ideally, once its displayed in a front page module, I'd be able to reduce it in size (so it doesn't bust the page), and when users "activated" it by either mousing over or clicking on it, it would expand to full size, then reduce again either after a default time setting or when the user actively ends his session somehow. Sorry, I know that's not well stated; it's early morning here and the coffee hasn't kicked in yet.

2) Also--and this may be more doable short-term--I would really like to be able to make some of the images (either the thumbnail or full sized) be hotlinks to other parts of the site ... kind of a 3D site index. Hope to have a go at that later today.

At any rate, thanks again for a great mod. Installed and working fine. :)

1. At the moment the flash file has a fixed size with respect to the dimensions, hence 900 pixels wide, which was intended initially as a standalone on just a single vBulletin page. This is how it was designed, and not really to be used in vBa CMPS. For it to work in this script it requires some recoding of javascript attributes and using a different embed method so it will use the vBulletin templating system as opposed to pure PHP coding. From what I can remember with vBa CMPS it is quite straight forward, but I would need to code a vBa CMPS module for it, along with some additional coding in another template. It could be setup within a collapsible module, if thats what you are referring to? The overall size I will change in the update, and users can set the globe radius as they see fit for their own websites (this attribute is documented in the user guide under Advanced XML Configuration).

2. Making the images hotlink to other urls is quite easy, but not implemented in this version. I will look at this in an update, all it would involve additional url and target attributes in the XML file on the images you want hyperlinked, and the ones you dont want associated with an hyperlink you would just enter no url or target.

Glad you got it all working in the end! :)

basilrath 07-16-2008 01:35 PM

Great mod syrus............this could potentially be used for anything for example each image a page in a magazine which redirects to a page you make with content etc in other words a revolving magazine for your forum.

Im looking into the module layout design now for vbadvanced

Noosphere 07-16-2008 02:08 PM

Quote:

Originally Posted by syrus.xl (Post 1576787)
1. At the moment the flash file has a fixed size with respect to the dimensions, hence 900 pixels wide, which was intended initially as a standalone on just a single vBulletin page. This is how it was designed, and not really to be used in vBa CMPS. For it to work in this script it requires some recoding of javascript attributes and using a different embed method so it will use the vBulletin templating system as opposed to pure PHP coding. From what I can remember with vBa CMPS it is quite straight forward, but I would need to code a vBa CMPS module for it, along with some additional coding in another template. It could be setup within a collapsible module, if thats what you are referring to? The overall size I will change in the update, and users can set the globe radius as they see fit for their own websites (this attribute is documented in the user guide under Advanced XML Configuration).

2. Making the images hotlink to other urls is quite easy, but not implemented in this version. I will look at this in an update, all it would involve additional url and target attributes in the XML file on the images you want hyperlinked, and the ones you dont want associated with an hyperlink you would just enter no url or target.

Glad you got it all working in the end! :)

Thanks as always for the prompt, detailed reply. I know you're a busy man these days, and about to be indisposed for a time, so I'll just enjoy the mod as is for a bit. By your leave, though, I'd like to contact you in a few weeks regarding the specific customizations and perhaps to discuss another related matter. No need to reply again now, you can indicate yay or nay then.

Meanwhile, congratulations on this sure-to-be Mod o' the Month. :)

syrus.xl 07-16-2008 02:48 PM

Quote:

Originally Posted by basilrath (Post 1576815)
Great mod syrus............this could potentially be used for anything for example each image a page in a magazine which redirects to a page you make with content etc in other words a revolving magazine for your forum.

Im looking into the module layout design now for vbadvanced

Thanks.. Yes it could be easily used for that purpose, I'll look into coding the AS for hyperlinking via the current XML file. For obvious reasons all links would need to be absolute - dependng on where users have installed their vBa CMPS.

I don't actually use vBa CMPS myself, but I used to a year or so ago, so I'm familiar with module layout coding. But actually getting this globe to work is another matter since it requires some coding in the headinclude, unless it can be coded another way - it took me awhile to get the current embed code working in PHP. I originally had it running under a simple HTML page, but it failed under PHP, so it had to be coded slightly different.

Leo Brazil 07-16-2008 04:14 PM

Dude this is totally awsome !!!

Quote:

Originally Posted by syrus.xl (Post 1574976)
So far requests have been asked for the following:

vBulletin 3.7.x user album system
vB CMPS block module

I'm gonna wait for your upgrade but my vote goes for those two options to be on it.

Keep Rock'n

trophygrl 07-16-2008 06:24 PM

Quote:

Originally Posted by syrus.xl (Post 1576163)
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.

i can't wait!

thanks!

using this for now :)


All times are GMT. The time now is 09:58 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.01259 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)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
  • (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