The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Advanced Footer Details »» | |||||||||||||||||||||||||
Another mod brought to you by,
This is a pretty cool mod that completely redesigns your forums footer. It adds everything into a block, and has four columns to display different info in them. Inspiration came from Advanced Footer Rework coded by The Rocketeer and Awesome footer with Social Icons coded by socialteenz. Problem with those two mods that I had is it was all template editing, and I really don't like template edit mods on sites, I prefer it is all done automatically. Another feature of this mod, is there is settings for the mod, that you can enter any custom code that any other mods have told you to add to the beginning or end of your footer. Again, this is designed so you do not have to do template editing. It is a simple installation, upload the contents of the UPLOAD folder then import the product XML, ozzmodz_advanced_footer You can edit the options under the settings, [OzzModz] Advanced Footer Settings There is three ACP interface pages to add/edit the recommended links, quick links and the social media links. Below is what the mod looks like running on the site. Major Features No Additional Queries: The awesome part of this mod is it uses the datastore, so it adds no additional queries to the site. Disable On Styles: You can disable this mod on any style, in case it breaks the style. Interactive Main ACP Pages: When viewing the links you added, you can set the display order, toggle the active status, toggle the _nofollow and toggle if the site opens in a new tab or same tab, all without editing each entry individually. Unlimited Links: You can have as many links in each column as you want, there is no limits.. Usergroup Permissions: When adding or editing a link, you can select which usergroups can see the link. Complete Feature List General Settings
There is 31 social media icons in the images folder for you to use, or you can upload your own. Frequently Asked Questions. Q. Why do I need such a thing, you ask? A. Maybe you are like me and are tired of the same old footer layout. Q. I want the text aligned to the left, not centered, how do I change it? A. Edit the stylevar, ozzmodz_advanced_footer_alignment, found under the group OzzModz. I would like to thank, kh99, nerbert and Scandal, for giving me some help solving some issues I was having while developing this mod. Members that donated towards this mod. Max Taxable ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- * History (Changelog) * ------------------------- v1.0.0 (November 24, 2014) - Initial public release. Show Your Support
|
6 благодарности(ей) от: | ||
goxy63, gsmlover4u, john7911, puertoblack2003, Teascu Dorin, Toorak Times |
Comments |
#72
|
|||
|
|||
Ozzy just a quick question now i am in 4.1.11 when i put mod in i lost the ability to change my skins when i disabled the mod it was back to normal how might i fix this to have the ability to choose
|
#73
|
||||
|
||||
Well first off I would upgrade to 4.2.2 pl2, as the version you are running has many unpatched security issues.
But it should be using the correct style changer, if you really insist on staying with a unsecured version of vBulletin, PM me a admin account and I can take a look on your site tomorrow. |
#74
|
|||
|
|||
Quote:
i will upgrade soon just going to be a lot of work with the other mods i have lol will do that and report back if i need further assistance thanks |
#75
|
||||
|
||||
Yeah, but it is far less work, updating mods, than trying to recover from a hack.
|
#76
|
|||
|
|||
Hello
Recently, I installed this mod, all ok, but I have two doubts: In the footer appears this test/link: Click for more copyright info. This link, if I click, not have any link and I don't view how configure this. The other doubt, I have configurate for Show RSS Links In Footer, and I configure for show to all usergroups, but not show any RSS Link. Regards! |
#77
|
||||
|
||||
Well the first thing with the click for more copyright will be changed in the next version, there will be a setting to disable it.
As for the RSS, I am not sure why they would not be showing up. Perhaps set the Archive and RSS settings to NO, save, then set the RSS to YES and save, and see if they show up then. |
#78
|
|||
|
|||
Hello.
For the click for more copyright, ok. About for the RSS, I made this, set to no, save, and then, set to Yes and save, but con tinue with not show RSS. I think, about RSS, I need config some field in admincp? Like always, thank you very much! |
#79
|
||||
|
||||
No it should show no matter what. If you want me to take a look on your site, PM me a full admin account and I can see if I can figure out what the issue is.
|
#80
|
|||
|
|||
Thank you very much for your attention and help
I view now that, now, yes, appears this: Our RSS Feeds RSS RSS 2.0 XML MAP HTML XML and MAP not work and I don't want appears this 2, only rss, rss 2.0 and html. After a some minutes, and I dont made any change, appears RSS. If you want, PM to you with full admin account. For this, I don't know how thank to yo, sincery, thanks! |
#81
|
||||
|
||||
Well if they are appearing now, then that is good.
To remove the XML and MAP open the template, ozzmodz_advanced_footer_rss and change it to this. HTML Code:
<div class="footer_archives_title"> {vb:rawphrase ozzmodz_advanced_footer_rss_title} </div> <div class="footer_rss" align="center"> <span class="footer_rss_links"> <a rel="nofollow" target="_blank" title="{vb:rawphrase ozzmodz_advanced_footer_rss_rss}" href="external.php?type=rss">{vb:rawphrase ozzmodz_advanced_footer_rss_rss}</a> </span> <span class="footer_rss_links"> <a rel="nofollow" target="_blank" title="{vb:rawphrase ozzmodz_advanced_footer_rss_rss2}" href="external.php?type=rss2">{vb:rawphrase ozzmodz_advanced_footer_rss_rss2}</a> </span> <vb:comment><span class="footer_rss_links"> <a rel="nofollow" target="_blank" title="{vb:rawphrase ozzmodz_advanced_footer_xml}" href="external.php?type=xml">{vb:rawphrase ozzmodz_advanced_footer_xml}</a> </span> <span class="footer_rss_links"> <a rel="nofollow" target="_blank" title="{vb:rawphrase ozzmodz_advanced_footer_map}" href="archive/index.php/">{vb:rawphrase ozzmodz_advanced_footer_map}</a> </span></vb:comment> <span class="footer_rss_links"> <a rel="nofollow" target="_blank" title="{vb:rawphrase ozzmodz_advanced_footer_html}" href="external.php?type=html">{vb:rawphrase ozzmodz_advanced_footer_html}</a> </span> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|