PDA

View Full Version : Wanted: "Most Commented" page


mucig
08-31-2006, 11:52 PM
My site doesn't get a ton a traffic but even still... I'd like to create a page on my web site called "Most Commented". I want it very similar to how it is in this site: http://www.kulayphotography.com/blog/

How do I do this? Please email me at ian@mucig.com

Wicked cool.

nygorilla
09-01-2006, 02:12 AM
Easy done!

Have a look at the link below and you will find the details.

http://pixelpost.org/v1/index.php?x=downloads&details=100

I have implimented this on my site, so post back on thte forum again if you get stuck.

DikkieBurger
09-01-2006, 12:18 PM
You can also install the meta categories addon, that gives you most/last commented, most/last viewed and a tagcloud. :rolleyes:

kulayphoto
09-02-2006, 09:55 PM
Ian

you should have just asked me! Send me an email and I'll help you out!

Paul

mucig
09-28-2006, 02:08 AM
I've downloaded the file and installed it into the addon file. I can see it when I log into the Site Administrator. Now what? Do I need to create a new html page? I know I need to use the <MOST_COMMENTED> tag but I don't fully understand what that means. I'm a total hack at web sites so forgive my ignorance.

nygorilla
09-28-2006, 02:22 AM
Create another page (maybe copy your about page then mod to suit) and then insert the <most_commented> tag. Basically this just does a call from the database on most commented images.

You will also need to put a link to this new page unless you want to keep it to yourself.

You also need to copy the php file into the ..\addons folder on your server (you have already done this step)

mucig
09-28-2006, 03:01 AM
Okay, thanks for the response. I've copied the about page and modified it to include the <most_commented> tag. Now I'm trying to create a link and I've done this:

<a href="index.php" title="Return to Homepage">Home</a> |
<a href="<SITE_BROWSELINK>" title="Browse">Browse</a> |
<a href="mostcomm" title="">Most Commented</a> |
<a href="index.php?x=about" title="About">About</a>

but it doesn't work. What do I put for "mostcomm" that will line to this page?

mucig
09-28-2006, 03:11 AM
Also, I can't even load up the file I created called "mostcomm.html" ?? I don't even know if it works but I put it in the directory "simple" with all the other files like "about_template.html". Again, sorry for my extreme ignorance on ths stuff and thanks for your help(s)!!

Vernon.Trent
09-28-2006, 03:36 AM
rename the mostcomm.html to mostcomm_template.html

Dennis
10-06-2006, 06:54 AM
If you do what Vernon suggest change the link to:

<a href="index.php?x=mostcomm" title="">Most Commented</a>