Alma - Blogging PlatformAlma - Blogging Platform
Alma is a blogging platform is intended primarily for creating news or thematic websites, blogs, or communities. Average rating of 5.0 based on 17 votesAlma - Blogging Platform
Alma is a blogging platform is intended primarily for creating news or thematic websites, blogs, ... Average rating of 5.0112 Support questions or comments
Please login or create an account to post a question or comment.
-
Jul 16, 2023Do you plan to make a PWA (progressive web app) script?
-
Jul 17, 2023devklan AuthorYes we will add this feature in the next update
-
Jul 15, 2023Hello. Is there a file storage system? Amazon s3, wasabi?
-
Jul 16, 2023devklan AuthorHi. Yes, Amazon S3, DigitalOcean Spaces and Wasabi
-
Jul 16, 2023Hi, thanks for your answer.
-
Jun 19, 2023yukeshive PurchasedI want to install but it says: Class "DoctrineDBALDriverAbstractMySQLDriver" not found, what should I do to fix this?
-
Jun 19, 2023devklan AuthorType this command in the terminal
composer require doctrine/dbal
After the package is installed, start the installation of the script from the beginning -
Jun 19, 2023yukeshive PurchasedStill says the same!
-
Jun 19, 2023devklan AuthorI just checked after the package is installed, installation works!
Have you properly installed the package? In the root folder of the website?
-
May 10, 2023Hello.
for the first time, the front and the end are very nice and clean. Very nice job. What updates are expected in the future? Will there be sales promotions so that we can get it cheaper? -
May 10, 2023devklan AuthorHi, The version of Alma 1.4, which is currently being developed, will add polls, additional settings in the admin panel, and other minor improvements + upgrade to Laravel 10.
As for the promotions (flash sale), as I wrote today in previous comments, we will think about this. -
May 10, 2023Pls add you mail addres! Pm
-
May 10, 2023Your project is built on an older version of Laravel (I think 9?), which I cannot use.
Do you have plans within the near future to upgrade it on Laravel 10?
I have a L10 project with Livewire and would like to integrate your project into mine. But the regular license is expensive and extended gets multiplied three times.
Any offer for a discount for an extended version on Laravel 10? - View 1 more reply
-
May 10, 2023I have not contacted Codster support to make them laugh on your suggestions.
Your project has very basic functionality. You are asking too much for this on a regular license.
Centainly, I did not request you a personal discount. I gave you an idea to offer a discount to everyone to boost sales.
It is very wrong belief by some coders to put very high prices. Then, there are sales one third as compared to sales in three times, which would have 50% price tag.
This is a well known practice in all world class CMS like, Joomla, Drupal, etc. Even on Envato, many would think twice to go above $30 - §50 and they would, if the scripts are packed with many features. In such a case, the sale would be in a few thousand clients. Check out yourself.
So my suggestion was not for a personal discount but to give a general discount for a few weeks or put it in a flash sale, especially when Laravel 10 is launched.
I have a running Livewire project. I thought of using a small part of the code from your script. As that would be integrated in to a coupe of websites, I cannot afford an extended license for my non-commercial project. This is a known situation. Precisely that is the reason why coders selling similar projects prefer not to raise the price but do the contrary, in particular when the scripts have non-commercial nature. That is how the income from your project will be more and not less.
I also request you very politely not to defend further the price or anything else, why you are correct and why I should be wrong. -
May 10, 2023devklan AuthorYour right to buy or not at the stated price, we put a reasonable price.
As for the flash sale, we'll think about it. -
May 10, 2023Typo: will be a lot of boost
-
Feb 22, 2023RocketCodex PurchasedHere are some suggestions:
Could you please improve the highlights system? I would like to mark a paragraph and be able to comment on the excerpt, let other people also comment and react, share excerpts as if it were a social network. A great inspiration for this feature is https://glasp.co/
Also allow users to create summaries with links leading directly to the #title1 #title2 as in Medium, this helps the reader to go straight to the topic and it is still not possible to do. I would like to be able to create pages like Notion to link articles and assemble a mini book, which would be a set of files.
Please enter a theme control area in the admin, where you can choose the site color, font, etc.
Create an area of groups and pages (a company can have a group of authors who publish on the page as in Medium).
An article advertisement/promotion system would also be interesting.
A subscribers area, some articles I would like only paying subscribers to have access to.
Put more editing and customization options in the editorJS, on the website the system has many more features, release them all.
Thanks! -
Feb 22, 2023devklan AuthorHi,
Thanks for your suggestions, we plan to add some features, for example, changing the default font from the admin panel.
About editorJS some features are not available in this script, for example, tables. Because there are problems rendering html tags and styles in this table extension.
-
Jan 24, 2023EvilTech PurchasedHow do I change the domain name?
I want to change the domain name from Views.zone to BlogMaza.com
How do I do this? -
Jan 25, 2023devklan AuthorI think this question should be directed to your hosting provider.
But if you need to change the domain in the script configuration, look in the .env file APP_URL. -
Jan 25, 2023EvilTech PurchasedIt gives HTTP ERROR 500 when I point the domain name to the folder views.zone/public
I also tried moving all the files to the folder blogmaza.com
It gives the same error. -
Jan 25, 2023devklan AuthorReplied in a private message
-
Jan 20, 2023EvilTech PurchasedHi,
How do I remove /story from the Article URL?
For example:
https://views.zone/story/all-time-best-tv-series-and-netflix-shows
Should be
https://views.zone/all-time-best-tv-series-and-netflix-shows
How do I do this? -
Jan 20, 2023devklan AuthorThere is a web.php file in the routes folder, just remove the prefix "story".
https://prnt.sc/K2fOByXak6MK
Then clear the cache
php artisan optimize:clear -
Jan 21, 2023EvilTech PurchasedHi,
Thanks. It worked perfectly.
There's one more issue left.
Night mode isn't working on the Create Story Page.
Check: https://views.zone/new-story -
Jan 21, 2023devklan AuthorI know this was done on purpose because the editorJS doesn't support night mode.
-
Jan 10, 2023EvilTech PurchasedHi,
I have purchased the script and Installed it on my server:
https://views.zone/
But I am unable to edit anything due to HTTPS HTTP Mixed Content Error on Chrome.
Check the image below for reference:
https://paste.pics/23747b7dc83ae61e4acd6512bddb01e6
I have updated the .env file as:
APP_URL=https://www.views.zone
And
The config/app.php file as:
'url' => env('APP_URL', 'https://www.views.zone',
Still the issue is persistent. How do I fix this issue?
Awaiting for a solution Eagearly! -
Jan 10, 2023devklan AuthorHello,
Firstly, it is better not to edit the config/app.php, there is an ENV file for this.
Have you read the documentation?
Which server are you using Apache or Nginx?
As I see from the screenshot, the problem is that the server does not see livewire.
If you are using Nginx, you need to add these lines to your Nginx site config.
location ^~ /livewire {
try_files $uri $uri/ /index.php?$query_string;
}
Please read the documentation.
https://alma-docs.vercel.app/getting-started/nginx.html
-
Jan 10, 2023devklan AuthorCan you send me your Apache configuration in a private message?
Information
Category | Scripts & Code / PHP Scripts / Social Networking |
First release | 5 October 2022 |
Last update | 24 December 2024 |
Software version | PHP 8.2, PHP 8.3 |
Files included | .php, .css, Javascript .js |
Software framework | Laravel |
Tags | Social Media, followers, blogs, laravel, personal blog, viral script, stories, communities, livewire, tailwindcss, blogging platform, bookmarks, upvote, downvote |