网络营销电子商务研究中心  
How to buy the best prescription safety glasses in Canada? Let's study!
Go Back   网络营销电子商务研究中心 > 网站建设 > Web Directory
User Name
Password
 
FAQ Members List Calendar Cheap Glasses

Reply
 
Thread Tools Display Modes
  #1   IP: 222.184.115.77
Old 2007-08-18, 12:28 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default Random Featured Links on front page (phpld)

This is working and tested with version 2.1, see at www.azet.co.uk

new file random_featured.tpl in templates dir
Quote:
{if $category.ID eq 0 and not $p and not $qu}
<h2>{l}Random Featured Links{/l}</h2>
<div class="featured">
{foreach from=$random_link item=link name=links}
{include file="link.tpl" link=$link}
{/foreach}</div>
{/if}
edit templates/main.tpl - paste the code where you want to display the links
Quote:
{include file="random_featured.tpl"}
i am using as showed bellow with combination of google adsense
Quote:
{if $smarty.const.FTR_ENABLE == 1 and !empty($feat_links)}
<h2>{l}Featured Links{/l}</h2>
<br />
<div class="featured">
{foreach from=$feat_links item=link name=links}
{include file="link.tpl" link=$link}
{/foreach}</div>
{/if}

{* google *}
{if $category.ID != 0}
{include file="googlead.tpl"}
{else}
{include file="random_featured.tpl"}
{/if}
last edit index.php
find
Quote:
echo $tpl->fetch('main.tpl', $id);
place above

Quote:
$random_link = $db->GetAll("SELECT * FROM {$tables['link']['name']} WHERE FEATURED = 1 AND STATUS=2 ORDER BY RAND() LIMIT 3");
$tpl->assign('random_link', $random_link);
that's it

for more customized design edit in random_featured.tpl line

Quote:
{include file="link.tpl" link=$link}
to

Quote:
{include file="link2.tpl" link=$link}
now you need to create new file link2.tpl as new template for the random featured links on front page

have fun
Reply With Quote
  #2   IP: 222.184.115.77
Old 2007-08-18, 12:29 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default

just an example:
http://www.azet.co.uk/
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Front page "Latest Links" and "Top Links" (phpld) topvip Web Directory 2 2007-07-10 03:37 PM
How to list 5 random FEATURED sites on the front page? (phpld) topvip Web Directory 0 2007-07-10 02:41 AM
Secret Out - How Google Ranks Websites smiling 搜索引擎市场营销研究 0 2006-05-14 06:51 PM
Successful Site in 12 Months with Google Alone sunshine 搜索引擎市场营销研究 0 2006-02-27 09:27 PM
Building for the user and the bot. admin 建站交流 0 2006-01-17 03:54 PM

Prescription-glasses.com offers prescription glasses online at discount prices.
All times are GMT +8. The time now is 11:05 AM.


Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.