The Arcive of vBulletin Modifications Site. |
|
Photobucket Slideshow in Profile Tab Details »»
|
|||||||||||||||||||||||||
Above Tabs Version: https://vborg.vbsupport.ru/showthread.php?t=191279 Information: This modification will allow users to add a photobucket slideshow in their profile tab. Members can edit their slideshow URL thorugh profile field in UserCp.... Installation: 1. Create a User Profile Field 2. Open the product with wordpad and replace Code:
field5 3. Import the product in AdminCP... ![]() This is not going to work if they put Code:
http://s332.photobucket.com/albums/m351/username/?action=view¤t=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¤t= ![]() Note: If you want to add more stuff like youtube, myspace video in tabs and need help my help, feel free to pm me ![]() Click Install and Nominate if you like this mod.. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
If you want just the friends to see the tab
Replace your memberinfo_block_tabphotoslide template with Code:
<if condition="$prepared['isfriend'] OR $prepared['myprofile']"> <if condition="$userinfo['fieldx']"> <div class="alt1 block_row"> <ul class="list_no_decoration"> $block_data[tabphotoslide] </ul> </div></if> </if>
|
|
#3
|
|||
|
|||
|
That looks pretty cool, that would be amazing to have something like that with the default vb gallery system.
|
|
#4
|
|||
|
|||
|
thanks my friend
|
|
#5
|
|||
|
|||
|
Great.. How can I rename the tab "slideshow" to "MySlide"?
|
|
#6
|
|||
|
|||
|
This looks very nice, is there any way to change it so it plays with the personal memebers albums from vb?
|
|
#7
|
||||
|
||||
|
Thanks.. I installed it and nominated it
|
|
#8
|
|||
|
|||
|
installed cool i love it
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
I changed the title by going to
styles and templates, search in styles, search for text <----slideshow----> It's in the memberinfo_photobucketslide template. Just change the title to what you want. ![]() Installed. |
![]() |
|
|