Documentation

plgUserEasyBlogUsers extends JPlugin
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$input  : mixed
$autoloadLanguage  : mixed

Methods

__construct()  : mixed
_getnewOwnerShip()  : mixed
Get new ownership for the orphan post
addSubscriber()  : mixed
Adds a new subscriber records
onContentPrepareData()  : mixed
Displays a subscribe to blog checkbox field.
onContentPrepareForm()  : mixed
Displays necessary fields for EasyBlog.
onUserAfterSave()  : mixed
Triggered when saving a user in Joomla
onUserBeforeDelete()  : mixed
Invoked before deleting a user
onwerTransferComment()  : mixed
Transfer the owner of the comments
ownerTransferCategory()  : mixed
Transfer owner of the category
ownerTransferPost()  : mixed
Transfer the owner of the blog post
ownerTransferTag()  : mixed
Transfer the owner of the tags
removeAdsenseSetting()  : mixed
Removed adsense configuration
removeAssignedACLGroup()  : mixed
Removed assigned user acl group
removeBloggerSubscription()  : mixed
Remove blogger subscription
removeEasyBlogUser()  : mixed
Remove all the author data from easyblog table
removeEmailNotifications()  : mixed
When a user is deleted from the site, we should also remove all email notification related to the user
removeFeaturedBlogger()  : mixed
Remove this blogger from the featured listing
removeFeedburnerSetting()  : mixed
Remove any feedburner configuration of the user
removeOAuthSetting()  : mixed
Remove oauth settings that related to autoposting
removeSubscriptions()  : mixed
When a user is deleted from the site, we should also remove all subscriptions related to the user
removeTeamBlogUser()  : mixed
Remove this author from all teams
updateSubscriptions()  : mixed
Update user subscription
exists()  : mixed
Tests if EasyBlog exists

Properties

Methods

__construct()

public __construct(mixed &$subject, mixed $config) : mixed
Parameters
$subject : mixed
$config : mixed

_getnewOwnerShip()

Get new ownership for the orphan post

public _getnewOwnerShip(mixed $curUserId) : mixed
Parameters
$curUserId : mixed
Tags
since
5.1
access

public

addSubscriber()

Adds a new subscriber records

public addSubscriber(mixed $userId, mixed $email[, mixed $name = '' ]) : mixed
Parameters
$userId : mixed
$email : mixed
$name : mixed = ''
Tags
since
5.4.5
access

public

onContentPrepareData()

Displays a subscribe to blog checkbox field.

public onContentPrepareData(mixed $context, mixed $data) : mixed
Parameters
$context : mixed
$data : mixed
Tags
since
3.7
access

public

onContentPrepareForm()

Displays necessary fields for EasyBlog.

public onContentPrepareForm(mixed $form, mixed $data) : mixed
Parameters
$form : mixed
$data : mixed
Tags
since
3.7
access

public

onUserAfterSave()

Triggered when saving a user in Joomla

public onUserAfterSave(mixed $data, mixed $isNew, mixed $result, mixed $error) : mixed
Parameters
$data : mixed
$isNew : mixed
$result : mixed
$error : mixed
Tags
since
4.0
access

public

onUserBeforeDelete()

Invoked before deleting a user

public onUserBeforeDelete(mixed $user) : mixed
Parameters
$user : mixed
Tags
since
4.0
access

public

onwerTransferComment()

Transfer the owner of the comments

public onwerTransferComment(mixed $userId, mixed $newOwnerShip) : mixed
Parameters
$userId : mixed
$newOwnerShip : mixed
Tags
since
5.1
access

public

ownerTransferCategory()

Transfer owner of the category

public ownerTransferCategory(mixed $userId, mixed $newOwnerShip) : mixed
Parameters
$userId : mixed
$newOwnerShip : mixed
Tags
since
5.1
access

public

ownerTransferPost()

Transfer the owner of the blog post

public ownerTransferPost(mixed $userId, mixed $newOwnerShip) : mixed
Parameters
$userId : mixed
$newOwnerShip : mixed
Tags
since
5.1
access

public

ownerTransferTag()

Transfer the owner of the tags

public ownerTransferTag(mixed $userId, mixed $newOwnerShip) : mixed
Parameters
$userId : mixed
$newOwnerShip : mixed
Tags
since
5.1
access

public

removeAdsenseSetting()

Removed adsense configuration

public removeAdsenseSetting(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeAssignedACLGroup()

Removed assigned user acl group

public removeAssignedACLGroup(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeBloggerSubscription()

Remove blogger subscription

public removeBloggerSubscription(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeEasyBlogUser()

Remove all the author data from easyblog table

public removeEasyBlogUser(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeEmailNotifications()

When a user is deleted from the site, we should also remove all email notification related to the user

public removeEmailNotifications(mixed $user) : mixed
Parameters
$user : mixed
Tags
since
5.4.6
access

public

removeFeaturedBlogger()

Remove this blogger from the featured listing

public removeFeaturedBlogger(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeFeedburnerSetting()

Remove any feedburner configuration of the user

public removeFeedburnerSetting(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeOAuthSetting()

Remove oauth settings that related to autoposting

public removeOAuthSetting(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

removeSubscriptions()

When a user is deleted from the site, we should also remove all subscriptions related to the user

public removeSubscriptions(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.3.3
access

public

removeTeamBlogUser()

Remove this author from all teams

public removeTeamBlogUser(mixed $userId) : mixed
Parameters
$userId : mixed
Tags
since
5.1
access

public

updateSubscriptions()

Update user subscription

public updateSubscriptions(mixed $user) : mixed
Parameters
$user : mixed
Tags
since
5.1
access

public

exists()

Tests if EasyBlog exists

private exists() : mixed
Tags
since
4.0
access

public


        
On this page

Search results