网络营销电子商务研究中心  
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: 218.2.29.203
Old 2007-07-10, 03:31 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default Front page "Latest Links" and "Top Links" (phpld)

I would like to add my Latest Links and my Top Links to my index page instead of having a seperate page for them. How would I go about doing this?
Reply With Quote
  #2   IP: 218.2.29.203
Old 2007-07-10, 03:33 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default

Try this:

Open index.php and find:
Code:
echo $tpl->fetch('main.tpl', $id);
BEFORE that add this code:
Code:
$top10 = $db->GetOne("SELECT * FROM {$tables['link']['name']} WHERE STATUS = 2 ORDER BY HITS DESC LIMIT 0,10");
$last10 = $db->GetOne("SELECT * FROM {$tables['link']['name']} WHERE STATUS = 2 ORDER BY ID DESC LIMIT 0,10");
$tpl->assign('top10', $top10);
$tpl->assign('last10', $last10);
Open main.tpl

Where you want the top10 list to appear add:
Code:
{foreach from=$top10 item=link name=links}
{$link.URL}

{/foreach}
Where you want the last10 list to appear add:
Code:
{foreach from=$last10 item=link name=links}
{$link.URL}

{/foreach}
Reply With Quote
  #3   IP: 218.2.29.203
Old 2007-07-10, 03:37 PM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default

I've added the code and got it up and running, but, it's showing on all my pages, how can I limit it to the frontpage only?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 2 (0 members and 2 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

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


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