TKServer
TKServer
Welcome, Guest
Please Login or Register.    Lost Password?
Turn off plugin for selected Articles!
(1 viewing) 1 Guest
Go to bottom
TOPIC: Turn off plugin for selected Articles!
#390
lemur (User)
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Turn off plugin for selected Articles! 2 Months ago  
admin wrote:
I do not quote dates. I'm sorry!

I find this answer rude - if you have started with this plugin, you have responsibility for it ... (

I have losed the problem for me:

1) after line 119
Code:

$createdby_id = $row->created_by;

insert:
Code:

$ArticleID = $row->id;
 if ($ArticleID == 87) {
// This article is excluded...
return '';
} else {



2) in the same function before
Code:

   }//function

once more
Code:

   }


3) naturally, you must choose your own article id instead of 87 .

Regards
 
Logged Logged  
  The administrator has disabled public write access.
#391
admin (Admin)
Administrator
Posts: 236
graph
User Offline Click here to see the profile of this user
Re:Turn off plugin for selected Articles! 2 Months ago  
First of all, don't forget this is a FREE plugin. Call me rude for offering a great free plugin makes me want to either stop producing free plugins or start charging money for the next revision...

Quoting dates is difficult because you cannot anticipate issues which may arise. All quoting dates does is create problems, when the dates are not met. It is better to release the package when it is READY and works well, versus releasing bad products to stay on schedule.
 
Logged Logged  
  The administrator has disabled public write access.
#401
admin (Admin)
Administrator
Posts: 236
graph
User Offline Click here to see the profile of this user
Re:Turn off plugin for selected Articles! 1 Month, 3 Weeks ago  
Update:

I have now got a beta version which can follow the individual article settings for author display. This version will also automatically disable the standard joomla author.

I have yet to determine if this will work with the global settings and not the individual settings. That is next.
 
Logged Logged  
  The administrator has disabled public write access.
#406
admin (Admin)
Administrator
Posts: 236
graph
User Offline Click here to see the profile of this user
Re:Turn off plugin for selected Articles! 1 Month, 3 Weeks ago  
Please check out the new version of CB Author Plug HERE. Turning off CB Author Plug for selected articles is NOW a reality!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top