View Full Version : Top Commenters addon
shazeen samad
07-14-2007, 09:11 PM
I been searching for this and haven`t found a working addon for Top commenter's. I have seen people using this on their pixelpost photoblog about page (With username and number of comments they did). Is there any addon like this? If so please help me out :)
Cheers!
Dkozikowski
07-15-2007, 04:43 PM
I have a fancy one in the works. Nothing like you've seen publicly. If you use my Advanced Pixelpost Comment Stats addon then you will be familiar with the toggle function.
Here are some teaser screenshots.
(Collapsed)
http://dwilkinsjr.com/public/pixelpost/forumFiles/top_commenters_collapsed.jpg
(Expanded)
http://dwilkinsjr.com/public/pixelpost/forumFiles/top_commenters_expanded.jpg
shazeen samad
07-15-2007, 05:55 PM
Thanks dwilkinsjr!
I am using your addon too, But like you said, i need something to be able to show to public...
Check this http://www.moodaholic.com/about/
This is what i am talking about actually. You can see how moodaholic have used it for public . Just wondering if theres any addon like that(Top Commenters)
: )
Regards
Dkozikowski
07-15-2007, 11:39 PM
Yes, that would be very easy to accomplish minus the snapshots preview.
shazeen samad
07-17-2007, 10:38 PM
So? :)
Dkozikowski
07-18-2007, 06:48 AM
i've been away the past couple days. In a few hours I'll have a simple version whipped up for you.
shazeen samad
07-18-2007, 08:08 AM
That would be great :)
Dkozikowski
07-18-2007, 12:49 PM
Ok, all set. You can grab the file by visiting My Addons RSS feed (http://www.versioncheckr.com/feed/dkozikowski).
The addon is called Top Commenters (basic)
Make sure to read the readme file.
If you have any questions or suggestions, please let me know.
shazeen samad
07-18-2007, 01:50 PM
IT works :) Aaaahhhhhhhhhhhhhhhhhhhh :)
You can see the Top Commenters (basic) working addon here
http://www.shazeensamad.com/index.php?x=links
What if we increase the value? of the commenters? Max is 10 i guess?
Thanks so much dwilkinsjr :)
Dkozikowski
07-18-2007, 02:25 PM
max is whatever you want it to be. 1 million if you have that many commenters ;)
There are no limits per say. max="x" only tells the script to display "x" amount of commenters on the page.
shazeen samad
07-18-2007, 02:48 PM
Thankkkkkkkkkkkkks man :)
I have added you to my photoblog links :)
I guess this addon can grab all the commenters too? to keep the entire list of visitors who commented without comment numbers? :)
Thanks million times :)
Dkozikowski
07-18-2007, 02:54 PM
Thankkkkkkkkkkkkks man :)
I have added you to my photoblog links :)
I guess this addon can grab all the commenters too? to keep the entire list of visitors who commented without comment numbers? :)
Thanks million times :)
It can do this but not as it is right now. Not without modification anyway.
Would you like me to add the option to turn off the comment numbers?
shazeen samad
07-18-2007, 03:00 PM
Yes, so that can grab the entire list, May be it will be a seperate addon, All the visitors who commented and more like credits given to them. You can see and example on here http://www.moodaholic.com/about/ :)
Dkozikowski
07-18-2007, 03:06 PM
Ok, this is possible. Same addon too! Give me a few minutes to update the addon and documentation.
Dkozikowski
07-18-2007, 04:20 PM
All set, http://www.versioncheckr.com/feed/dkozikowski
Read the readme file as it has changed quite a bit.
Make sure to read up on the CSS section.
shazeen samad
07-18-2007, 04:36 PM
This is the same addon?
Dkozikowski
07-18-2007, 04:40 PM
Yes, overwrite the old addon file.
Your current tag, <TOP_COMMENTERS_BASIC max="40" tag="div">, will continue to work the same. The only difference will be the CSS class name.
To display a list, re-use the same tag,
<TOP_COMMENTERS_BASIC max="40" tag="ul" total="off">
shazeen samad
07-18-2007, 04:47 PM
Doesnt work for me :)
Dkozikowski
07-18-2007, 04:48 PM
did you re-upload the new addon file?
What does the version number say in the admin panel?
shazeen samad
07-18-2007, 04:52 PM
Yes, i did,
top_commenters_basic - version 0.5
<h2>Top Commenters</h2>
<div id="topcommentersbasic"><TOP_COMMENTERS_BASIC max="40" tag="div"></div>
<br />
<h2>Credits</h2>
<div id="topcommentersbasic"><TOP_COMMENTERS_BASIC max="40" tag="ul" total="off"></div>
<br />
Dkozikowski
07-18-2007, 04:55 PM
v0.5 is the old version!
You did not properly re-upload the new addon file.
Delete the addon file, top_commenters_basic.php
Re-download the addon file, http://dwilkinsjr.com/public/pixelpost/myaddons/top_commenters_basic_v0.5.1.zip
re-upload the addon file.
Check the version again. It should say 0.5.1
shazeen samad
07-18-2007, 05:07 PM
<TOP_COMMENTERS_BASIC max="40" tag="ul" total="off">
How to bring the full list? Insted of max=40? I want to bring all.. :)
It works.. I have to fix the css now :)
Dkozikowski
07-18-2007, 05:12 PM
I did not make an all switch in this version.
You can wait for an update or just set the max really high like max="1000"
And just so you know, to check for updates, login to your admin panel and find my addon in the addons pane. There is a link to check for updates there :)
shazeen samad
07-18-2007, 05:18 PM
Well well well about the css in this, Is pretty difficult.. still trying to arrange :)
Dkozikowski
07-18-2007, 05:24 PM
Ok, well there is another new version so you can now set max="all" Download v0.5.2 (http://dwilkinsjr.com/public/pixelpost/myaddons/top_commenters_basic_v0.5.2.zip)
CSS:
It's easier than you think ;) It's just hard to explain.
The CSS class for your Top Commenters with numbers is, topcommentersbasic-0
The CSS class for your Top Commenters without numbers is, topcommentersbasic-1
shazeen samad
07-18-2007, 05:42 PM
The CSS class for your Top Commenters without numbers is, topcommentersbasic-1
For this one, I actually cannot arrange the css, Even removing <div id=topcommentersbasic> did not work..
Can i see a working link of yours for this
Dkozikowski
07-18-2007, 05:44 PM
So, try this:
remove the <div id=topcommentersbasic> from your template file for now.
edit your ss.css file and place the following inside:
.topcommentersbasic-0
{
font-family: "Verdana", Tahoma, Arial, sans-serif;
font-size: 11px;
}
.topcommentersbasic-1
{
list-style: none;
}
Now, this is just an example for you. You may edit the above so it matches your site layout / preference.
shazeen samad
07-18-2007, 05:57 PM
Yes, It works :)
Check http://www.shazeensamad.com/index.php?x=links
Thanks man, For your time and for this wonderful addon :)
Dkozikowski
07-18-2007, 06:00 PM
. . . .
Thanks man, For your time and for this wonderful addon :)
No problem, enjoy :)
shazeen samad
07-18-2007, 06:10 PM
I like the arrangements of Top Commenters, Just wondering whether if we can make the Credits like that... :)
Dkozikowski
07-18-2007, 06:14 PM
I like the arrangements of Top Commenters, Just wondering whether if we can make the Credits like that... :)
Of course you can,
change:
<TOP_COMMENTERS_BASIC max="250" tag="ul" total="off">
to:
<TOP_COMMENTERS_BASIC max="250" tag="div" total="off">
Done!
shazeen samad
07-18-2007, 06:22 PM
Credits is like a straight line, I mean is it possible to keep the credits like Top Commenters? More like all the links inside a box :P
Dkozikowski
07-18-2007, 06:25 PM
Credits is like a straight line, I mean is it possible to keep the credits like Top Commenters? More like all the links inside a box :P
Yes, I saw what you did. You changed the wrong one ;)
Leave the first one alone and make the above changes to the second tag only.
Here is what it should look like when done:
<!--Your content starts here//-->
<h2>Top Commenters</h2>
<TOP_COMMENTERS_BASIC max="100" tag="div">
<br />
<h2>Credits</h2>
<TOP_COMMENTERS_BASIC max="250" tag="div" total="off">
<br />
shazeen samad
07-18-2007, 06:31 PM
Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
FINALLY :) :) :)
salute you dwilkinsjr
:)
Dkozikowski
07-18-2007, 06:38 PM
You're welcome.
cowlishaw
08-02-2007, 01:38 AM
Top Blog Commenters will not work, I am getting a 500 Server Error! :(
http://talkingtree.org/photoblog/index.php?x=links
When I remove the tags, everything is back to normal...
The error:
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
Also Checked Server Logs, and there was no info on why I was getting this error? Weird....
Dkozikowski
08-02-2007, 02:30 AM
What version of the addon are you using?
Are you 100% sure it's the top commenters tag and not <PHOTOBLOGS_BOOKMARKS_FEED>
cowlishaw
08-02-2007, 02:37 AM
What version of the addon are you using?
Are you 100% sure it's the top commenters tag and not <PHOTOBLOGS_BOOKMARKS_FEED>
I've been using the <PHOTOBLOGS_BOOKMARKS_FEED> for well over 6 months, and never had a problem with it...
Dkozikowski
08-02-2007, 02:39 AM
Ok, so what version of Top Commenters Basic are you using?
cowlishaw
08-02-2007, 02:43 AM
Ok, so what version of Top Commenters Basic are you using?
top_commenters_basic_v0.5.2
Dkozikowski
08-02-2007, 02:51 AM
Ok, ill look into this. If you could post the info from your Admin >> General Info Page it would be appreciated.
Thanks
cowlishaw
08-02-2007, 08:35 PM
Ok, ill look into this. If you could post the info from your Admin >> General Info Page it would be appreciated.
Thanks
I've also contacted the server admin of my webhosting service to see if they could get info on the specific error since I could not locate any data in the logs....
Pixelpost Information
You are running Pixelpost version: 1.6.0 (in the right direction) - April 2007
Latest Pixelpost version: You have the newest version of Pixelpost!
Looking for help or want to give feedback, please step into Pixelpost forum.: forum.pixelpost.org
Host Information
URL http://talkingtree.org/photoblog/admin/index.php
PHP-version 4.4.6 (Pixelpost's min requirement: PHP version: 4.3.0 )
Session save path /tmp
MySQL version 4.1.22-standard-log (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib bundled (2.0.28 compatible) with JPEG support
File Uploads to Pixelpost site are possible.
Server Software Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Paths
Guessed imagepath: /home/talking1/public_html/photoblog/images/
Configured Imagepath: ../images/
Image Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755
Thumbnails Directory: OK - Can we write to the directory? YES. Current CHMOD: 0755
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
cowlishaw
08-02-2007, 09:13 PM
I contacted my server admin and he said this:
Tom [17:04]: There is no problem with the server itself
[17:05]: The problem seem to be related to script.
Both basic and advanced addons don't work on my blog. When I add the tag it just displays a blank page.
Please help me out.
Dkozikowski
08-04-2007, 05:34 AM
log into your admin panel, then view your photoblog
when you see the white page, add either ?errors or &errors to the url.
one of those will show you the error.
copy and paste it here.
Dkozikowski
08-06-2007, 11:50 AM
Both basic and advanced addons don't work on my blog. When I add the tag it just displays a blank page.
Please help me out.
Have you figured it out? If not, private message me your pixelpost admin login details and I'll have a look.
Lucas80
09-01-2007, 10:33 AM
At first thanks for this great addon.
I got it working for a few days but now I have the same problem as apoc. When I turn it on, the page where I implemented it turns into a blank page.
Here's the errors I get when I add &errors to the URL:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ../addons/paged_archive.php on line 588
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ../addons/paged_archive.php on line 610
I seems to be a problem with the database but I haven't done any modifications to it. Do you have a clue?
Cheers
Lucas
Dkozikowski
09-01-2007, 03:18 PM
Don't worry about those warnings. They have nothing to do with the addon and they do not effect the page in any way.
I'm pretty sure I know the reason behind the page going blank. Keep checking for updates using the link provided in the addons pane. I'll be releasing one shortly for both the advanced and basic top commenters addon.
Lucas80
10-02-2007, 02:57 PM
Hi dwilkinsjr
Have you been able to fix the blank page problem?
Dkozikowski
10-02-2007, 03:09 PM
Yes, i believe the issue has been fixed.
Lucas80
10-05-2007, 10:36 AM
all right I tried the new Version 0.6 and now it works fine
thanks man - this is a great addon :)
cheers
Lucas
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.