Mod Adk Portal (2.1.1)

Adk portal is a portal integrated to SMF, with multiple extensions and features.
The portal is aimed at simple and intuitive to the Administrator.
It has all the characteristics of portal, in addition to having a great set of downloads, system of internal pages, etc.

Mod Adk Seo (3.0)

Adk Seo is an internal system of SMF to improve your ranking.
It has powerful features to appear on the top of major search engines.
With this product, you can change your urls, choose your format, encouraging social activity on your site, place their own sitemaps, etc.
Mod Adk Blog (3.0)

Adk blog is an internal system of SMF to help encourage business users.
This product will create a space where your users can use as your own blog, creating categories, entries, and managing your comments.


Error con MOD Adk Personal Icons Forums


Board:

Modificaciones (Mods)

Topic:

Error con MOD Adk Personal Icons Forums


Description:

Foro de Mods de smf

Author Topic: Error con MOD Adk Personal Icons Forums  (Read 519 times)

0 Members and 1 Guest are viewing this topic.

Error con MOD Adk Personal Icons Forums

jackflash

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Chat Argentina
    • Email
Error con MOD Adk Personal Icons Forums
« on: January 23, 2012, 05:43:50 AM »
Hola a todos, mi problema es que al intentar instalar el MOD Adk Personal Icons Forums de  ^HeRaCLeS^,para ponerle iconos a cada foro, me da errores al sobreescribir varios archivos php,  a continuacion los voy a enumerar:

1)
-Archivo: ./Sources/Who.php
-Error:

Código: (Encontrar) [Seleccionar]
Code: [Select]
),
);

if (!$in_admin)
{
Código: (Reemplazar) [Seleccionar]
Code: [Select]
),
);

// Copys Adk Team
$context['copyadk'] = array(
'Adk' => array(
$txt['Adk_pifPcode'],
),
);
// Copys Adk Team

if (!$in_admin)
{
2)
-Archivo: ./Themes/default/Who.template.php
-Error:

Código: (Encontrar) [Seleccionar]
Code: [Select]
if (!empty($context['copyrights']['mods']))
{
echo '
<dl>
<dt><strong>', $txt['credits_modifications'], '</strong></dt>
<dd>', implode('</dd><dd>', $context['copyrights']['mods']), '</dd>
</dl>';
}

echo '
</div>
<span class="botslice"><span></span></span>
</div>
</div>';
Código: (Reemplazar) [Seleccionar]
Code: [Select]
if (!empty($context['copyrights']['mods']))
{
echo '
<dl>
<dt><strong>', $txt['credits_modifications'], '</strong></dt>
<dd>', implode('</dd><dd>', $context['copyrights']['mods']), '</dd>
</dl>';
}
// Copys Adk Team
if (!empty($context['copyadk']['Adk']))
{
echo '
<dl>
<dt><br /><strong>'.$txt['TitleAdkTeam'].'</strong></dt>
<dd>', implode('</dd><dd>', $context['copyadk']['Adk']), '</dd>
</dl>';
}
// Copys Adk Team
echo '

Archivos del tema BULLET que es el que uso.
3)
-Archivo: ./Themes/Bullet_theme_SMF_2_Final/BoardIndex.template.php
-Error:

Código: (Encontrar) [Seleccionar]
Code: [Select]
<ul class="reset">
<li class="floatleft"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_some.png" alt="" /> ', $txt['new_posts'], '</li>
<li class="floatleft"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_none.png" alt="" /> ', $txt['old_posts'], '</li>
<li class="floatleft"><img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'new_redirect.png" alt="" /> ', $txt['redirect_board'], '</li>
</ul>
Código: (Reemplazar) [Seleccionar]
Code: [Select]
<br /><br />
4)
-Archivo: ./Themes/Bullet_theme_SMF_2_Final/BoardIndex.template.php
-Error:

Código: (Encontrar) [Seleccionar]
Code: [Select]
<ul class="reset">
<li class="floatleft"><img src="', $settings['images_url'], '/new_none.png" alt="" /> ', $txt['old_posts'], '</li>
<li class="floatleft"><img src="', $settings['images_url'], '/new_redirect.png" alt="" /> ', $txt['redirect_board'], '</li>
</ul>
Código: (Reemplazar) [Seleccionar]
Code: [Select]
<br /><br />5)
-Archivo: ./Themes/Bullet_theme_SMF_2_Final/MessageIndex.template.php
-Error:

Código: (Encontrar) [Seleccionar]
Code: [Select]
<tbody id="board_', $context['current_board'], '_children" class="content">';

foreach ($context['boards'] as $board)
{
Código: (Reemplazar) [Seleccionar]
Code: [Select]
<tbody id="board_', $context['current_board'], '_children" class="content">';

foreach ($context['boards'] as $board)
{
if (file_exists($settings['default_theme_dir'] . '/images/AdkPif/'.$board['id'].'/on.png'))
$imgOn = 'AdkPif/'.$board['id'].'/';
if (file_exists($settings['default_theme_dir'] . '/images/AdkPif/'.$board['id'].'/redirect.png'))
$imgRedirect = 'AdkPif/'.$board['id'].'/';
if (file_exists($settings['default_theme_dir'] . '/images/AdkPif/'.$board['id'].'/off.png'))
$imgOff = 'AdkPif/'.$board['id'].'/';

-------------Terminado---------------

Bueno, quisiera saber que modificaciones tengo que hacer manualmente en esos archivos para poder usar este Mod con este theme Bullet que es el que me ha gustado. Muchas gracias y espero haber sido claro con los errores.
  • adkportal
  • smf2.02
  • www.goleadores.net - www.chatz.com.ar

Sorry visitor. To access the SMF Personal answers, you need to Register or Login.

Atte. SMF Personal

Tags

 



Related topics / Otros temas de su interes

  Topic Author Date  
Podrian adaptar este Script? daviloco April 13, 2012, 05:18:46 PM
Delete spam post NOT Retired February 13, 2010, 05:17:21 AM
Ayuda con el mod Adk System! Geg February 11, 2012, 03:04:47 PM
[ayuda] no funciona Hide tag special 3.0 para version rc5 kiradark July 09, 2011, 09:28:22 PM
Pregunta donde configuro Redirect Error 404 lockerzlatinos October 28, 2011, 12:04:51 AM
Picasa Gallery Browser Herr Inoddorell May 23, 2010, 11:43:40 PM


 
Application Parser To Mod

It is a system developed by SMF Personal, similar to parse smf, but with the difference that it not only show us the steps to install mods but also show us the steps to uninstall and update mods.
The mods that can be analyzed are obviously those who are raised in SMF Personal.
Section Mods

In this section you will find all mods done by the staff and users of SMF Personal.
The mods are displayed in a simple and easy to read.
Section Tutorials

In this section you will find all the tutorials made by our staff and users of SMF Personal.
The tutorials are displayed in a simple and easy to read.

SMF 2.0.2 | SMF © 2011, Simple Machines | Adk Portal 2.1.1 © SMF personal  & Adk Seo 3.0
This site is not affiliated with or endorsed by Simple Machines