Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] BFA Recent Comments


  #1  
Old Jul 21, 2009, 05:01 PM
Tammy
 
14 posts · Jul 2009
Is it possible to exclude your own comments with this widget? Maybe something that could be edited in the theme editor?

Thanks.
Tammy
  #2  
Old Jul 21, 2009, 06:31 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
When you say your own comments, do you mean 'Admin' or are you asking is there a way to exclude comments made by a particular user or group of users?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 21, 2009, 10:05 PM
Tammy
 
14 posts · Jul 2009
Hi Juggledad,

I mean admin comments. This way it will show everyone's comments but mine. I didn't see a way to do this in the widget and was wondering if it was something that could be done in the editor.

Thanks.
Tammy
  #4  
Old Jul 22, 2009, 05:28 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Well you can do this. In Atahualpa 3.4.2 edit bfa_recent_comments.php line 120 should be
HTML Code:
	    foreach ($comments as $comment) {
put the following code right after that line. You must change juggledad to the name you want to skip. This may be 'Admin' or your full name depending on the settings for the user at dashboard->Users
HTML Code:
if ($comment->comment_author == 'juggledad') continue;
you could add multiple copies of this line with different names in it, if there was any need to do that.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 22, 2009, 08:43 AM
Tammy
 
14 posts · Jul 2009
Thank you! That worked!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BFA Roundabs Header JulioMedina Other BFA WordPress Themes 3 Sep 18, 2009 10:45 AM
[SOLVED] Gravatar not showing on Recent Comments widget jankph Comments, trackbacks & pings 2 Jul 13, 2009 04:59 AM
using Visual Recent Posts with Atahualpa viewdesigninc Plugins & Atahualpa 1 May 19, 2009 08:27 PM
BFA Popular Posts Widget coaxkid Sidebars & Widgets 3 Apr 14, 2009 03:52 PM
More! I want more! (recent posts in sidebar) paulae Sidebars & Widgets 0 Apr 9, 2009 08:43 PM


All times are GMT -6. The time now is 01:29 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.