Welcome,

Guest

  • Member's Login
  • Member's Registration
  • Community
  • Download
  • Demo
  • Support
  • Store
Azer CMS > News & Announcements
PHP Version Update
Posted 05-13-22, at 6:52 PM.
The PHP version in use has been updated. If you experience any issues, please report them via the Ticket System in the Member's Dashboard. "Azer CMS Website Issues", should be the support category selected when reporting issues with the Azer CMS Community site.

Please note that the recent board maintenance has been to correct compatibility issues as I find them. I apologize for the inconvenience and appreciate your understanding.
By Luke.
^ 0 Replies
Azer CMS Website Update
Posted 05-10-22, at 5:58 PM.
Updates were recently applied to the Azer CMS website to improve the ticket system and update the Direct Message System.

Private Support Tickets that do not receive Member's response will receive a 48-hour notice and a 24-hour notice following if there is no continued response. After the 48-hours is up the ticket will be considered "Abandoned", closed, and changed to a resolved status. Member's will receive notifications via email to the address associated with their account. Links to view the ticket are included in emails sent out.

Please note, the emails sent are via an automated system and will be sent from "NoReply@azer-cms.com" which is not a monitored inbox.


Direct Message System

The recent update also improved a new feature to the Azer CMS Website which allows Direct Messages from Member to Member. This feature is built into the Member's Dashboard and can be accessed from the Member's Menu on the top right side of the Azer CMS Website Menu.

User's will see a red "!" next to their username when a new message is available. The link in the drop-down menu will update to reflect the number of unread messages.

At this time there is no way to lookup a member directly to start a new conversation. Members can do so from the Member Listing, via an Open Topic within the Community Forums, or from a Member's User Profile.

If you encounter any issues with the Direct Message System, please open a Support Ticket via the Member's Dashboard using the "Azer CMS Website Issues" option as the Support Category. If you have any Feedback or Suggestions, feel free to reply to this thread or open a Support Ticket via the Member's Dashboard using the "Feedback & Suggestions" option as the Support Category.

By Luke.
^ 0 Replies
Board Members
Posted 09-18-21, at 4:57 PM.
An update has been applied to the Azer CMS Community Site to reincorporate the Board Member listing. The original Member's Registration allowed users to input details about themselves such as age, gender, and social media profiles. As of 2016 the registration system does not allow member's to input these details. Future updates to the Azer CMS website will allow users to update this info via the Member's Dashboard.

Profile Privacy.
Prior to 2016, Member's had the option to enable Profile Privacy and block other members from viewing their user profile. This feature is no longer available and all profiles are public.

Note: If you would like to remove information from your Member's Profile, please create a Support Ticket under Azer CMS Website Issues and list what information you would like updated. I will respond to Support Tickets as soon as possible.
By Luke.
^ 2 Replies
Account Verification
Posted 08-27-21, at 6:08 PM.
Please remember to verify and activate your account via the link sent to the email address used to register. Inactive accounts will be pruned after 5 days. Please remember the activation email will be sent from NoReply@azer-cms.com via an automated system. If you don't see the activation email remember to check your spam folder. NoReply@azer-cms.com is not a monitored inbox.

If you are unable to recover your account using the Recovery Tool, please send an email to Luke@azer-cms.com for assistance.
By Luke.
^ 0 Replies
Azer CMS v3.1.6
Posted 12-02-18, at 6:57 PM.
v3 has been updated to include a paging system to the news feed. By default this system is in use but the menu will not generate unless added to the style. The installer has been updated to allow for a new Variable within the config file that limits the amount of posts per page on the news feed. This limit is set to 5 by default.

Posts are loaded in descending order by date.

Download .ZIP
Download .RAR

Modified Files

Lib/global.php
Parser/replace.php
Inc/functions.php
Install/step_3/index.php


To change the limit of posts per page in the news feed, you can modify the "$system_pg_limit" variable.

Manual Config Data

<?php
if(!defined('ACMS')){ header("Location: ../../"); }

//- Site Settings
$debug = 0; #- Debug Mode Enabled? (0 = No | 1 = Yes)

//- Database Connection Info
$port_host = "'.$pthost.'"; #- Domain without http:// or IP Address
$db_host = "'.$mshost.'"; #- Database Host
$db_user = "'.$msuser.'"; #- Database User
$db_pass = "'.$mspass.'"; #- Database Pass
$db_data = "'.$cmsdb.'"; #- Database DB
$db_acc = "'.$accdb.'"; #- Account Database

//- Paypal Settings |:| Do Not Edit
$palurl = array(
"1" => "www.paypal.com",
"2" => "www.sandbox.paypal.com",
);

$palcur = array(
"1" => "USD",
"2" => "EURO",
"3" => "Other Currency Here", // Other Currency - https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_currency_codes
);

//- Paging Limit
$system_pg_limit = "5";

//- Paypal Manual Edit For Security
$palmail = "'.$pemail.'";
$palurl = $palurl[1]; // 1 = Paypal, 2 = SandBox
$palcur = $palcur['.$pcur.']; // 1 = USD, 2 = EURO, 3 = Other

//- SOAP/Telnet Settings - Manual Edit
$soap_host = "'.$soaphost.'"; #- World Server Host
$soap_user = "'.$soapuser.'"; #- Account Username (Access = 4)
$soap_pass = "'.$soappass.'"; #- Account Password (Access = 4)
?>


To make use of the paging system you will need to modify the news.php in the root folder of the style currently in use.

The only difference is the {news_menu.0} added at the end of the HTML within the news.php. Adding this just adds basic(without CSS) links to the news feed. Users can style the links using the html class "page_button".


The DEMO has been updated and is live with a very basic(without CSS) paging menu.
By Luke.
^ 2 Replies
© Copyright 2022 Azer CMS.
All Rights Reserved.
Terms of Service.

DMCA.com Protection Status