Changeset 877929
- Timestamp:
- 03/19/2014 02:58:48 PM (12 years ago)
- Location:
- adfever-monetisation/trunk
- Files:
-
- 2 edited
-
adfever-monetisation.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adfever-monetisation/trunk/adfever-monetisation.php
r818389 r877929 5 5 Description: Adds adFever's advertising functionnalities to wordpress. 6 6 Author: adFever 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author URI: http://www.adfever.com 9 9 */ … … 352 352 <strong> 353 353 Afficher automatiquement les annonces </strong> 354 <input type="hidden" name="AF_options[AF_autoshow_beforepost]" value="0" /> 355 354 356 <input type="checkbox" name="AF_options[AF_autoshow_beforepost]" id="AF_options[AF_autoshow_beforepost]" value="1" <?php if ($options['AF_autoshow_beforepost'] == 1) { echo "checked"; } ?>> 355 357 <label for="AF_options[AF_autoshow_beforepost]">Avant l'article</label> 358 <input type="hidden" name="AF_options[AF_autoshow_afterpost]" value="0" /> 356 359 <input type="checkbox" name="AF_options[AF_autoshow_afterpost]" id="AF_options[AF_autoshow_afterpost]" value="1" <?php if ($options['AF_autoshow_afterpost'] == 1) { echo "checked"; } ?>> 357 360 <label for="AF_options[AF_autoshow_afterpost]">Après l'article</label> … … 361 364 Vous pouvez placer les annonces manuellement dans votre thème. Ajoutez le code PHP suivant dans le fichier single.php de votre thème (ou dans un autre fichier de template, à l'intérieur de la "Loop" wordpress). 362 365 <br /> 363 <code>if function_exists(AF_theme_callback) {AF_theme_callback(get_the_ID());};</code>366 <code>if (function_exists(AF_theme_callback)) {AF_theme_callback(get_the_ID());}</code> 364 367 </p> 365 368 -
adfever-monetisation/trunk/readme.txt
r824902 r877929 4 4 Tags: adfever, publicité, advertising, sponsored links, monetization, ads, pub, adfever.com, ad, fever 5 5 Requires at least: 3.4 6 Tested up to: 3.8 7 Stable tag: 1.0. 16 Tested up to: 3.8.1 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.0.2 = 51 * Résolution d'un bug dans l'interface d'administration des liens sponsorisés. 52 50 53 = 1.0.1 = 51 54 * Résolution d'un bug d'affichage lorsque le format Footer est activé.
Note: See TracChangeset
for help on using the changeset viewer.