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.


SSI top_boards


Board:

Blocks (Adk Portal)

Topic:

SSI top_boards


Description:

New optional blocks for Adk Portal

Author Topic: SSI top_boards  (Read 923 times)

0 Members and 1 Guest are viewing this topic.

SSI top_boards

SSI top_boards
« on: June 06, 2011, 03:36:36 AM »
Bueno, aca dejo para poder crear un bloque con los foros mas populares ;)

El bloque se ve asi:


Lo que tienen que hacer es crear un bloque php y pegar este contenido...
Code: [Select]
<?php

require_once("SSI.php");

global 
$txt$settings$boardurl;

$limit 10;

$top_boards ssi_topBoards($limit,'nulled');

echo 
'
<table class="ssi_table adk_100">
<tr class="catbg"> 
<th align="left" style="padding: 6px;">'
$txt['board'], '</th>
<th align="center" style="padding: 6px;">'
$txt['board_topics'], '</th>
<th align="center" style="padding: 6px;">'
$txt['posts'], '</th>
</tr>'
;
foreach ($top_boards as $board)
echo '
<tr>
<td>
<img alt="" style="vertical-align: middle;" src="'
.$boardurl.'/adkportal/images/folder.png" />&nbsp;
'
$board['link'], $board['new'] ? ' <a href="' $board['href'] . '"><img src="' $settings['lang_images_url'] . '/new.gif" alt="' $txt['new'] . '" /></a>' '''</td>
<td align="center">'
comma_format($board['num_topics']), '</td>
<td align="center">'
comma_format($board['num_posts']), '</td>
</tr>'
;
echo '
</table>'
;

?>

lucas-ruroken

  • *
  • Posts: 8111



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

Atte. SMF Personal

Tags

 


 
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