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)
-   -   Profile Enhancements - Photobucket Slideshow in Profile (https://vborg.vbsupport.ru/showthread.php?t=191279)

punjabi.king 09-18-2008 10:00 PM

Photobucket Slideshow in Profile
 


Information:
This modification will allow users to add a photobucket slideshow in their profile above the profile tabs. Members can edit the slideshow URL in their UserCP...

Easy Installation:

1. Import the product though AdminCP
2. Create a new User Profile Field
3. Enter the field number in vbulletin settings of this product

Features:

-ability to enable/disable the modification
-collapsable table

This is not going to work if they put
Code:

http://s332.photobucket.com/albums/m351/username/?action=view&current=abc123.pbw

The Slideshow URL should look like this

Code:

http://s332.photobucket.com/albums/m351/username/abc123.pbw

Tell your members to remove

Code:

?action=view&current=
from the Direct Slideshow Link ....:)

punjabi.king 09-19-2008 12:55 AM

*Tested* works on 3.7.2 also....:up:

apiasto 09-19-2008 01:53 AM

working great on 3.7.3 thnx great job

punjabi.king 09-19-2008 01:54 AM

Quote:

Originally Posted by apiasto (Post 1625320)
working great on 3.7.3 thnx great job

:up::up:

Baldilocks 09-19-2008 03:41 AM

This would be awesome if it could be put into a Tab instead. :)

stonner 09-19-2008 07:33 AM

is there a demo page?

FiMeTi 09-19-2008 04:15 PM

very leet.
In TAB this would be a cool addon. plz try fix! :)

good job

Savage702 09-19-2008 05:00 PM

If your site isn't fixed width, the flash applet seems messed up at higher resolutions.

I run my monitor at 1680x1050, i hit my profile, and it puts the slideshow centered, but the controls and the photobucket tab are scattered around. The controls are off to the right, and the tab is WAAAY off to the right. If I shrink my browser down to about 1024x768 size, all looks good.

The option of putting it in a tab would also be cool...

punjabi.king 09-19-2008 07:02 PM

Quote:

Originally Posted by Baldilocks (Post 1625356)
This would be awesome if it could be put into a Tab instead. :)

im working on it
will have the update ready soon ;)

punjabi.king 09-19-2008 07:07 PM

Quote:

Originally Posted by stonner (Post 1625494)
is there a demo page?


You can see the demo here


http://punjabihackerz.com/forumz/member.php?u=1

punjabi.king 09-19-2008 07:22 PM

Quote:

Originally Posted by Savage702 (Post 1625755)
If your site isn't fixed width, the flash applet seems messed up at higher resolutions.

I run my monitor at 1680x1050, i hit my profile, and it puts the slideshow centered, but the controls and the photobucket tab are scattered around. The controls are off to the right, and the tab is WAAAY off to the right. If I shrink my browser down to about 1024x768 size, all looks good.

The option of putting it in a tab would also be cool...

i don't seem to have any problem
i'm running it on fluid width on my site...

RedeemedWarrior 09-20-2008 05:40 AM

it could use some conditionals otherwise it shows even if the member has no slideshow

jaffaman 09-20-2008 08:56 AM

I have installed it on our test site good little add on to the site:) i will mark as installed when we put it on our live site :D

punjabi.king 09-20-2008 05:10 PM

Quote:

Originally Posted by jaffaman (Post 1626194)
I have installed it on our test site good little add on to the site:) i will mark as installed when we put it on our live site :D

:up::up:

punjabi.king 09-20-2008 05:24 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1626137)
it could use some conditionals otherwise it shows even if the member has no slideshow

thanx for pointing that out...

**Mod Updated**

those who don't wanna download and import product over again, you can manually update...

replace your memberinfo_photobucketslide template with

Code:

<if condition="$profilefield[value]"> 

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

<td class="tcat" width="100%">
<a  style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table')"><img id="collapseimg_my_table" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table].gif" alt="" border="0" /></a>
<div style="text-align: center;">
<----My Slideshow---->
</div>
</td>
<tbody id="collapseobj_my_table" style="$vbcollapse[collapseobj_my_table]">
</tr>

<tr>

<td class="alt1" width="100%">
<div class="smallfont">
<div style="width:100%; text-align: center;"><embed type="application/x-shockwave-flash" wmode="transparent" src="http://w332.photobucket.com/pbwidget.swf?pbwurl=$profilefield[value]" height="350" width="100%"></div>
</div>
</td>

</tr>
</table>
<br>
</if>


RedeemedWarrior 09-20-2008 06:09 PM

thanks man :D

Megatr0n 09-20-2008 06:43 PM

Does the update also include enabling the mod to be place within a tab?

punjabi.king 09-20-2008 06:51 PM

Quote:

Originally Posted by Megatr0n (Post 1626510)
Does the update also include enabling the mod to be place within a tab?

no, not yet
but i'll have that feature available soon..:cool:

RedeemedWarrior 09-20-2008 06:58 PM

thats cool too!

apiasto 09-20-2008 11:46 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1626137)
it could use some conditionals otherwise it shows even if the member has no slideshow

working fine here :D tab will be a great addition :cool:

Ohiosweetheart 09-21-2008 06:02 AM

This is great!

punjabi.king 09-21-2008 11:08 AM

^ thanx

aztecboi2003 09-22-2008 08:55 PM

Is your demo gonna be up again?

punjabi.king 09-22-2008 09:02 PM

Quote:

Originally Posted by aztecboi2003 (Post 1628017)
Is your demo gonna be up again?

demo is up again

and here is the tab edition to this mod

https://vborg.vbsupport.ru/showthread.php?t=191539

aztecboi2003 09-22-2008 10:03 PM

Sweet thanks, just installed. How do I make the photos fill the slideshow like the demo though? Use wider/landscape images?

punjabi.king 09-22-2008 11:04 PM

Quote:

Originally Posted by aztecboi2003 (Post 1628048)
Sweet thanks, just installed. How do I make the photos fill the slideshow like the demo though? Use wider/landscape images?

yup..
and i think photobucket also gives you an option to resize images...;)

aztecboi2003 09-22-2008 11:34 PM

Never mind I had it private instead of public.

Savage702 09-26-2008 03:48 PM

I see a lot of talk about this being in a tab... if it's going that direction, will it be user selectable to have it either at the top of their profile, or in a tab, or will it be admin only selectable where it will be displayed?

captainbohica 09-28-2008 04:37 AM

newbie question so bear with me.....so.......does this mod put a lot of stress on the forum server at all? or no, since its linked directly to photobucket?

BucWiLd 10-09-2008 03:56 PM

i installed this one and the tab version.. ill switch back and forth whenever i feel like it..lol


All times are GMT. The time now is 04:16 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.01295 seconds
  • Memory Usage 1,778KB
  • 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
  • (4)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete