Advanced Footer Mod

Started by Matthew K., January 23, 2010, 10:42:38 PM

Previous topic - Next topic

Matthew K.

Advanced Footer Mod







Written by: Labradoodle-360
Current version: 1.1
Updates: Mod Support Topic
Suitable for: SMF 2.0 RC2, SMF 2.0 RC3
Supported languages:

Link to Mod | Mod support topic | Donate





Summary

Advanced Footer Mod adds WAP, iMode and No WAP to the footer, adding | in between all of the footer links. Go to Admin > Features and Options > Layout to configure which links show, or to transform text to lowercase.

Thank you iKorp for the idea of adding the other links.

Installation

Package Manager should work in most cases. If you need to make any edits, the full list can be obtained from the Parse function on the right..

Useful links
Manual Installation Of Mods
How Do I Modify Files?

Support

Questions should be address to the mod support topic.
Updating

Version 1.1 is now compatible with SMF 2.0 RC3! It also puts the settings into it's own mod section, rather than cramming them into Features and Options.

Changelog

1.1 - 03.09.2010
Release of v1.1

1.0 - 19 Jan 2010
First Release of Advanced Footer Mod

5 Files modified by Advanced Footer Mod
./Sources/Admin.php
./Sources/ManageSettings.php
./Themes/default/index.template.php
./Themes/default/languages/Modifications.english.php

Forbs


Matthew K.


derby

WHEN INSTALLING IT I GOT ERROR MESSAGES
1.     Execute Modification     ./Sources/ManageSettings.php     Test successful
      1.    Add After    ./Sources/ManageSettings.php    Test successful
*    2.    Execute Modification    E:/HostingSpaces\Derby\derbhotjobs.com\wwwroot\Themes\default/index.template.php    Test failed
      1.    Replace    E:/HostingSpaces\Derby\derbhotjobs.com\wwwroot\Themes\default/index.template.php    Test failed
*    3.    Execute Modification    E:/HostingSpaces\Derby\derbhotjobs.com\wwwroot\Themes\default/languages/Modifications.english.php    Test successful
      1.    Add Before    E:/HostingSpaces\Derby\derbhotjobs.com\wwwroot\Themes\default/languages/Modifications.english.php    Test successful
LATEST JOB VACANCIES



www.derbhotjobs.com

Matthew K.

Attach your index.template.php please

derby

LATEST JOB VACANCIES



www.derbhotjobs.com

Matthew K.

Sorry for the delay.

I did the index.template.php edit for you...attached :)

Bugo

Russian translation:

// Labradoodle-360's Advanced Footer Mod.
$txt['footer_divider'] = '  |';
$txt['no_wap'] = 'No WAP';
$txt['wap'] = 'WAP';
$txt['imode'] = 'iMODE';
$txt['hide_imode'] = 'Скрыть ссылку "iMode"';
$txt['hide_xhtml'] = 'Скрыть ссылку "XHTML"';
$txt['hide_rss'] = 'Скрыть ссылку "RSS"';
$txt['hide_wap'] = 'Скрыть ссылку "WAP"';
$txt['hide_wap2'] = 'Скрыть ссылку "WAP2"';
$txt['hide_no_wap'] = 'Скрыть ссылку "No WAP"';
$txt['text_transform'] = 'Преобразовывать текст в подвале в нижний регистр';

Matthew K.

Thank you very much for the translation! I forgot to add this in the description, but I definitely appreciate translations.

I'll be adding Russian in the next version:)
Labradoodle-360

Matthew K.

#9
Mod Updated! :)

If you are using v1.0
Please uninstall v1.0
Please install v1.1

v1.1 removes the settings from Features and Options to eliminate cramming of settings that shouldn't be there, and adds them to their own tab under Modification Settings.

Version 1.1 also brings compatibility of Advanced Footer Mod to SMF 2.0 RC3!

Enjoy,
Labradoodle-360

Inv_Trdr

I uploaded the zip file but it will not work for me. The Advanced Footer mod.
Passion for Trading

Bugo

Quote from: Labradoodle-360 on February 17, 2010, 05:59:52 PM
Thank you very much for the translation! I forgot to add this in the description, but I definitely appreciate translations.

I'll be adding Russian in the next version:)
Labradoodle-360
And why have not added a Russian translation?

Matthew K.

I was not able to add the Russian characters to the package.

Liam.

Great mod, will use it on my Curve Themes, but doesn't handle non-Curve themes too well. Maybe that should be fixed. Anyway, sent you some more suggestions via PM ;)

Bugo

Put these files (look at attachments) into your package and replace package-info.xml file on this:

<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Package manifest file for Advanced Footer Mod

ATTENTION: If you are trying to install this manually, you should try
the package manager.  If it will not work for you, please take a look
at the following for information on this format:
http://mods.simplemachines.org/docs/manual-install.php

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Labradoodle-360:Advanced_Footer_Mod</id>
<name>Advanced Footer Mod</name>
<version>1.1</version>
<type>modification</type>

<install for="2.0 RC2, 2.0 RC3">
<readme parsebbc="true">readme.txt</readme>
<modification>russian.xml</modification>
<modification>russian-utf8.xml</modification>
<modification>advanced_footer_mod_vrc2.3.xml</modification>
</install>

<uninstall for="2.0 RC2, 2.0 RC3">
<readme parsebbc="true">readme.txt</readme>
<modification reverse="true">russian.xml</modification>
<modification reverse="true">russian-utf8.xml</modification>
<modification reverse="true">advanced_footer_mod_vrc2.3.xml</modification>
</uninstall>

</package-info>


Understand?

Inv_Trdr

Not sure if that will work for me. I get an error message trying to install it with the default theme.
Passion for Trading

Matthew K.

What is the error you're receiving?

Matthew K.

Yes, I understand.

I just couldn't get the Russian characters to carry over to my editor.

Thank you for the finished files, I will be adding them shortly.
Labradoodle-360
Quote from: Bugo on April 18, 2010, 11:22:39 PM
Put these files (look at attachments) into your package and replace package-info.xml file on this:

<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Package manifest file for Advanced Footer Mod

ATTENTION: If you are trying to install this manually, you should try
the package manager.  If it will not work for you, please take a look
at the following for information on this format:
http://mods.simplemachines.org/docs/manual-install.php

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Labradoodle-360:Advanced_Footer_Mod</id>
<name>Advanced Footer Mod</name>
<version>1.1</version>
<type>modification</type>

<install for="2.0 RC2, 2.0 RC3">
<readme parsebbc="true">readme.txt</readme>
<modification>russian.xml</modification>
<modification>russian-utf8.xml</modification>
<modification>advanced_footer_mod_vrc2.3.xml</modification>
</install>

<uninstall for="2.0 RC2, 2.0 RC3">
<readme parsebbc="true">readme.txt</readme>
<modification reverse="true">russian.xml</modification>
<modification reverse="true">russian-utf8.xml</modification>
<modification reverse="true">advanced_footer_mod_vrc2.3.xml</modification>
</uninstall>

</package-info>


Understand?


Arantor

Let me guess... Notepad?

Try Notepad++, it's quite capable of handling different character encodings.

Matthew K.

No Arantor.

I used to use CoffeeCup, now I use Notepad ++ (Which I have been using for the past couple months).
Quote from: Arantor on April 19, 2010, 07:08:29 PM
Let me guess... Notepad?

Try Notepad++, it's quite capable of handling different character encodings.

Advertisement: