Version: 1.00, by Atakan KOC
Developer Last Online: Mar 2023
Category: Forum Home Enhancements -
Version: 4.0.0 Beta 3
Rating:
Released: 11-21-2009
Last Update: Never
Installs: 799
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Translations
No support by the author.
NEW Latest Album Pictures - Forum Home
It shows the pictures added to the albums on the main page. It shows only the public mentioned files. If not shows the reasons are: vbulletin settings show albums must be enabled.
The user grup that owns the pictures must be enabled show picture setting. Or there is no picture to show.
Additionally you can slect the number of pictures that can be shown.
Hope it works for you as I like it very much.
install
Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-newalbum.xml' from your computer then press 'Import'
Hey, can you please tell me what does this "{vb:raw resimler}" do in all the places in above blocks of code. Maybe then I can modify your code to achieve what I want
Hey, can you please tell me what does this "{vb:raw resimler}" do in all the places in above blocks of code. Maybe then I can modify your code to achieve what I want
since I'm removing the hook from the plugin I have to tell it where I want it to go that piece of code is telling vb where I want it to go in the navbar template. The preregister line I add to the plugin code also specifies the navbar template, so if you want to put it in a different template just add another preregister line, or replace navbar in the line I added with the template you wish to use it in, and place the code you mentioned there. As far as the other locations that reference it in the templates and code above that I changed, thats all part of the standard mod, so I would leave those alone
Ok so I've been wanting this above my forum as alot of people and seeing the one post that told how to do it got me wanting it more, but I have an ad and don't want to replace it. So here is what I did to get it up on the top of the forum, and can be collapsed. this does take a decent amount of editing to do, and use these steps at your own risk, and I hope im not imposing too much by sharing these changes to get the result I was looking for
Go to products and edit the New Album Picture Forum Home product
replace
I followed your instruction and now its appears on the top, but I believe it still needs some style enhancement to look like standard vb4 style.
thank you mate.
I do agree with you there. If you get it closer to the full vb4 style please post up your changes or pm me with them. I just did it quickly and still not 100% sure on all the classes needed to make it look as good as I wanted it to.
to do this just grab the js files like he mentions in that extention and change the newalbum_picture to what he has in his extention. dont change the print template to his extention if you want the look I have.