Jump to content

[Plugin] Announcement -Released-


Blesta Addons
Message added by Michael,

Important Notice:

We have received reports that this developer is not responding to support requests. Some extensions may not be compatible with newer versions of Blesta.

Recommended Posts

  • 4 weeks later...
  • 8 months later...
16 hours ago, John said:

Hey Naja,

I'm in the process of submitting pull requests to fix some issues with grammar in the language files.

I hope to contribute to this plugin more as we test it and roll it out.

John

Pull request has been merged .

we will update the plugin to be fully compatible with v4 soon .

 

Link to comment
Share on other sites

  • 3 weeks later...
3 hours ago, turner2f said:

In the next update will there be a way to DISABLE the Navigation Link instead of having to delete it ?

Thia way we have an option to displaying it back onto the navigation if we like ?

this behavior we can't control it via plugin, is related to the core fucntion, and there are no option to enable/disable links in the nav menu .

 

Link to comment
Share on other sites

@Blesta Addons


1) - Are there any plans to allow us to clear or delete these various logs from within the "Admin Tools" plugin?

Gateway
Email
User Logins
Transactions
CRONS
Email Delivery

 

We are concerned with database storage getting bigger and bigger.

===========

2) - Is there a way to delete up to a specific date or a certain amount of days ?

===========

3) - As an alternative, Is there a way to clean up these logs by directly opening any specific Blesta files or the database ?

Link to comment
Share on other sites

7 minutes ago, turner2f said:

@Blesta Addons


1) - Are there any plans to allow us to clear or delete these various logs from within the "Admin Tools" plugin?

Gateway
Email
User Logins
Transactions
CRONS
Email Delivery

 

We are concerned with database storage getting bigger and bigger.

===========

2) - Is there a way to delete up to a specific date or a certain amount of days ?

===========

3) - As an alternative, Is there a way to clean up these logs by directly opening any specific Blesta files or the database ?

 

Link to comment
Share on other sites

  • 5 months later...
6 hours ago, austenite said:

Any news on the plugin supporting v4? Our announcements are showing up fine but we can't add any new ones. 

A Lot of plugins show successfully message but nothing added to database, that was occured only in v4, the same plugin work perfectly in v3. So i'm asking what was changed in v4?

Link to comment
Share on other sites

5 hours ago, Licensecart said:

Merci mate only issue @Blesta Addons mate there's no upgrade button it just says 1.2.0 and manage.

yes, no database change or any thing need upgrade, only we have added a new version to separate it from the old release and we forget to include the new updated json file in the zip .

Link to comment
Share on other sites

26 minutes ago, Blesta Addons said:

yes, no database change or any thing need upgrade, only we have added a new version to separate it from the old release and we forget to include the new updated json file in the zip .

but there's a upgrade bit ;)

if (version_compare($current_version, '1.2.0', '<')) {
				// Add settings to databse 
				$value = [
					'hide_aside' => false,
					'client_widget'=> true,
					'client_widget_list' => 1,
					'allow_share' => true,
					'allow_rss' => true
				];
				$this->Companies->setSetting(
					Configure::get('Blesta.company_id'),
					'AnnouncementsPlugin', 
					serialize($value)
				);
			}	

 

Link to comment
Share on other sites

15 minutes ago, Licensecart said:

but there's a upgrade bit ;)


if (version_compare($current_version, '1.2.0', '<')) {
				// Add settings to databse 
				$value = [
					'hide_aside' => false,
					'client_widget'=> true,
					'client_widget_list' => 1,
					'allow_share' => true,
					'allow_rss' => true
				];
				$this->Companies->setSetting(
					Configure::get('Blesta.company_id'),
					'AnnouncementsPlugin', 
					serialize($value)
				);
			}	

 

this is for who are using version less than 1.2.0

Link to comment
Share on other sites

45 minutes ago, Blesta Addons said:

this is for who are using version less than 1.2.0

Doesn't post them for me and I see this mate:

Allow Clients/Guests To use the share buttons [ Dropdown ]  This Feature is NOT available in this version.

Enable RSS for announcements [ Dropdown ]   This Feature is NOT available in this version.

Link to comment
Share on other sites

19 minutes ago, Licensecart said:

Doesn't post them for me and I see this mate:

Allow Clients/Guests To use the share buttons [ Dropdown ]  This Feature is NOT available in this version.

Enable RSS for announcements [ Dropdown ]   This Feature is NOT available in this version.

Please download the new files from our website not from Github .

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...