(26 May, 2011, 4:46 am)Slaps escribió: Claro:
Cuando intento ponerlo en mi template sale un error de PHP sobre el array y no carga bien la pagina.
(9 Nov, 2011, 9:26 am)shinekwt escribió: How to call this plugin to the index page? i tried the code but its not showing. Please help!!
Cómo llamar a este plugin para la página de inicio? He probado el código pero no es que muestra. por favor ayuda!!
any chance for my request ?
cualquier posibilidad de mi solicitud?
(18 Jan, 2012, 6:56 am)Dark Neo escribió: Si estan usando alguna version nueva ese plugin esta desactualizado, pero si lo corrigen funciona bien, yo lo hice funcionar, por ahi lo tengo entre mis curiosidades y esta funcionando con las versiones 1.6.x, con anteriores no lo se, pues no lo he probado.
<?php
/**
* MyBB 1.6
* Copyright 2012 MyBB Group, All Rights Reserved
*
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*
* $Id: module_meta.php 2012-02-20 coinslider
*/
// Disallow direct access to this file for security reasons
if(!defined("IN_MYBB"))
{
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}
function coinslider_meta()
{
}
?>
(20 Feb, 2012, 5:21 pm).m. escribió: for the issue with error related to module_meta.php , add below code to a file named module_meta.php
AND place it in ./admin/modules/coinslider folder
Código PHP:<?php
/**
* MyBB 1.6
* Copyright 2012 MyBB Group, All Rights Reserved
*
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*
* $Id: module_meta.php 2012-02-20 coinslider
*/
// Disallow direct access to this file for security reasons
if(!defined("IN_MYBB"))
{
die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
}
function coinslider_meta()
{
}
?>