The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||
YBMF-Image Thang-New Latest Album Pictures - Forum Home ( Extension )
![]() Developer Last Online: Jan 2013 ![]() ![]()
YoBroMoFo- New Latest Album Pictures - With Panache
This is an extension for Atakan Koc Album Mod for forumhome: https://vborg.vbsupport.ru/showthread.php?t=228618 This is an extension made by us for his great MOD. We under no circumstance take credit for his work, this is merely a extension to his product. Meaning you need to dowload and install his mod, and click Install. Before you can use this extension. Instructions In Download Folder Goto: http://www.netzgesta.de/instant/instant.zip check out the license, and if you satisfy the conditions download the package. It is free. Create a folder called js Put the following two files ( from download package ) in the js folder and upload to your server cvi_text_lib.js instant.js Your Done. This is an extension for Atakan Koc Album Mod for forumhome: https://vborg.vbsupport.ru/showthread.php?t=228618 This is an extension made by us for his great MOD. We under no circumstance take credit for his work, this is merely a extension to his product. Meaning you need to dowload and install his mod, and click Install. Before you can use this extension. Further: The JS used in this extension is by: http://www.netzgesta.de Please read their License agreement prior to using their scripts. Download the Javascript from : http://www.netzgesta.de/instant/instant.zip If you USE then click INSTALL. As always we will help where possible. Please note if you upgrade Atakan's New Latest Album Pictures - Forum Home , then you will more than likely have to reinstall this extension ![]() E N J O Y Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
||||
|
||||
![]() ![]() |
#23
|
|||
|
|||
![]()
Installed - great product - Thank you.
One small glitch though - some of my members names are long and the suffix 's Album goes missing or partly missing. Is there a way to change the font size? Also there is a space between a members name & the suffix. eg JoeBlow 's Album rather than JoeBlow's Album Sorry - I don't mean to be picky but IMHO I think it would be a nice fix. |
#24
|
||||
|
||||
![]()
Change:
Code:
<td align="center"> <a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner itxtalt" src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&thumb=1&d=1258906442" alt="{vb:raw lpicture.username} 's Album" border="0" /></a> <br /> <a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a> <br /> {vb:raw lpicture.title} <p style="clear: left;"></p> </td> Code:
<td align="center"> <a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner itxtalt" src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&thumb=1&d=1258906442" alt="{vb:raw lpicture.username}'s Album" border="0" /></a> <br /> <a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a> <br /> {vb:raw lpicture.title} <p style="clear: left;"></p> </td> Regarding the titles usernames etc. You would have to edit cvi_text_lib.js Good luck its quite complex lol |
#25
|
|||
|
|||
![]()
Now that's what I call support. Brilliant. Thank you once again.
|
#26
|
|||
|
|||
![]()
Installed..thanks..works perfect. did a few changes on it.
|
#27
|
|||
|
|||
![]()
Love the effect TimberFloorAu
![]() Quick question though. Some of our members have lengthy usernames so would it be possible to modify one of the scripts to have something like what mobe00 posted - where there's no writing on the image frame? Been looking through the installation instructions and where it says to replace the content of newalbum_picture, if I removed the Code:
alt="{vb:raw lpicture.username} 's Album" |
#28
|
|||
|
|||
![]()
Nevermind above post - messing about so tried it anyway and it worked
![]() |
#29
|
|||
|
|||
![]()
to remove the members/username from the picture do this . find template:
newalbum_picture Replace content with: <td align="center"> <a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner" src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&thumb=1&d=125890644 2" alt="{vb:raw lpicture.username} 's Album" border="0" /></a> <br /> <a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a> <br /> {vb:raw lpicture.title} <p style="clear: left;"></p> </td> |
#30
|
|||
|
|||
![]()
here are some other cool effect for the <img class"xxxxxxxx" tag from netzgesta.de
* Initialisation class "instant" * vary the shadow by adding ishadow followed by the desired opacity in percent: Shadow opacity class "ishadow" - min=0 max=100 default=33 * vary the frame by adding icolor followed by the desired color as hex: Frame color class "icolor" - min=000000 max=ffffff default=f0f4ff * vary the tilt direction by adding one of the following: Tilt direction class "itiltleft" or "itiltnone" or "itiltright" by default "instant.js" cycles through [left|none|right]. * prevent the shading by adding noshading: Shading off class "noshading" * vary the border design by adding historical: Frayed border class "historical" * prevent quadratic corner by adding nocorner: Round corner class "nocorner" * preserve the image aspect ratio by adding preserve: Image aspectratio class "preserve" * vary the annotation text by adding itxtcol followed by the desired color as hex: Text color class "itxtcol" - min=000000 max=ffffff default=000000 * get the text from alt attribute by adding itxtalt: Text selection class "itxtalt" * get the text from title attribute by adding itxttitle: Text selection class "itxttitle" |
#31
|
|||
|
|||
![]()
Thanks mobe00
![]() |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|