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 Recent attachs


Board:

Blocks (Adk Portal)

Topic:

SSI Recent attachs


Description:

New optional blocks for Adk Portal

Author Topic: SSI Recent attachs  (Read 1167 times)

0 Members and 1 Guest are viewing this topic.

SSI Recent attachs

SSI Recent attachs
« on: June 06, 2011, 03:49:32 AM »
Crear un bloque php con este contenido....:
Code: [Select]
<?php

require_once("SSI.php");

global 
$txt$settings$boardurl;

$limit 10;

$attachments ssi_recentAttachments($limit,array(),'array');

// Give them the default.
echo '
<table class="ssi_downloads adk_100" cellpadding="2">
<tr class="catbg">
<th align="left" style="padding: 5px;">'
$txt['file'], '</th>
<th align="left" style="padding: 5px;">'
$txt['posted_by'], '</th>
<th align="left" style="padding: 5px;">'
$txt['downloads'], '</th>
<th align="left" style="padding: 5px;">'
$txt['filesize'], '</th>
</tr>'
;
foreach ($attachments as $attach)
echo '
<tr>
<td>'
$attach['file']['link'], '</td>
<td>'
$attach['member']['link'], '</td>
<td align="center">'
$attach['file']['downloads'], '</td>
<td align="center">'
$attach['file']['filesize'], '</td>
</tr>'
;
echo '
</table>'
;

?>

se vera asi...:

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