![]() |
YBMF-Image Thang-New Latest Album Pictures - Forum Home ( Extension )
1 Attachment(s)
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 |
1 Attachment(s)
*Reserved*
1. you can also style your Album also. find: template album_picturebit replace code with: Code:
<li> And VOILA Added: 5:29pm AEST 21st Jan 2010 Do you want the albums at top of forum home ? Ok looked at this for a while. There are no hooks from what I see in the beginning of forumhome, they all apply to wgo ( whats going on ) So as PinoyRepublichttps://vborg.vbsupport.ru/showpost....&postcount=106 stated, you need to cheat. Essentially this is what I did. Find: in product-newalbum.xml file Code:
Code:
Enjoy. Ste |
Worked like a charm! Would love to have it at the top of the page instead though.
|
|
Worked a charm, have it at the top of the forum now and looks great! Only tiny issue is its not in a collapsable box, that would be great.
But still, very very happy! |
I am sure that is possible ( didnt see the point of that but ) ... will look into it for you :)
Thanks for clicking Installed |
wow! that looks awesome. When I upgrade this will be installed for sure.
Tagged for now. |
Quote:
|
Wow, this mod rocks.
Nice work!! :up::up: |
Thanks Mov :)
|
1 Attachment(s)
More than great work , man
wooow more ten 120 thousand a member of the ALRA7BA say, thank installed + 5 stars Here is Arabic translation ________ WASHINGTON DISPENSARIES |
Cheers Dr.osamA
Will add to original code, when i get back in the office. Ste |
This looks freakin awesome! Thanks! *Installed and rated*
I installed and placed it at the top. Looks very GOOD. :up: If you include it in a collapsible box, could you make it an option? I would prefer not to have it boxed, IMHO of course... |
I like this ALOT! VERY cool!
|
Ok .. I am going to sound like a newbie and I am sorry for that - maybe its because i was up all night upgrading the production forum ... but I can not wrap my head around this mod ...
I have the Atakan Koc Album Mod for forumhome: So I am lost how to integrate this mod in .. So I want to have it on the top under the nav bar so do I just use the so i just use the new product file attached in this thread ... What are the steps i need to do to use this .. to many cross posts in here |
Absolutely awsome! Thank you so much!
-Sponge |
cuando tenga intalado la version 4 este sera el primero que ponga
|
got it sorted out .. thanks
|
I will try I think I tried before and not come will I will try again
|
This looks great..will install later and nominate
|
:) Good Luck
|
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. |
Change:
Code:
<td align="center"> Code:
<td align="center"> Regarding the titles usernames etc. You would have to edit cvi_text_lib.js Good luck its quite complex lol |
Now that's what I call support. Brilliant. Thank you once again.
|
1 Attachment(s)
Installed..thanks..works perfect. did a few changes on it.
|
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" |
Nevermind above post - messing about so tried it anyway and it worked :D
|
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> |
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" |
Thanks mobe00 :)
|
Oh - mobe00 - since you seem to have a good grasp of things ...
Is there any way to make the images & frames slightly bigger than the standard appearance? I'm trialling this on test forums at the moment, have it positioned just below menu, but the images all look kinda small to me. |
Quote:
|
My album looks a lot better now :D
|
Quote:
|
YVW Guys :up:
|
albums owner isnt show correctly using vbseo..
https://vborg.vbsupport.ru/ user is "elargentino", but is showing as "members/elargentino=al"..bum? why? |
How come you have this error, you havent clicked install ;)
We have VBSEO, no issue whatsoever. Recheck your code and paths |
ooppss....now is marked has installed xD
what vbseo configuration do you use? im using default config, and text appear as the image that is because {vb:raw lpicture.username} refeers to the config setted on Rewrite Albums URLs.. but i dont know why, on alt="{vb:raw lpicture.username} 's Album" line (newalbum_picture), i deleted {vb:raw lpicture.username} value (keeping 's Album), but there is no changes on text displayed :S would you like to send me your Rewrite Albums URLs configuration to get this extension work fine...or something to fix this? |
i lov u man thanks
|
No installations instructions for vb in the folder I uploaded... is it possible?? :eek:
|
All times are GMT. The time now is 06: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|