Awesome updates! Keep this up
Best posts made by Thomas D
-
RE: blog posts are not being indexed - we need the blogposts to be attached to our custom domains and not appdrag
A: The blogs are rendered in HTML on the "real" URLs to the blog pages, see the links in the blog sitemap for that.
A: (B?): The sitemaps are correctly linked in the robots.txt files on the domains, the search engines will for sure pick those up. Don't stare yourself blind on a single sitemap file. Also, like I wrote in the other thread, you should always add the sitemaps to the search engine consoles/tools even if they are picked up automatically eventually.
-
RE: Import from EXCEL ?
Yes, export/save the Excel sheet in CSV format, then go to Blog Dashboard and click on the "Import New posts" link. Then link up the matching rows, keep in mind that the formatting must be the same in both systems. If you don't know the formatting of Appdrag, you can first Export current posts and view the CSV file content.
-
RE: bootstrap 5, Svelte, Vuejs, Reactjs for the pagebuilder
While I'd love bootstrap 5, all components in appdrag are based on jQuery, so I'd assume it would be quite a large re-write for the Appdrag team.
-
RE: Do I really have to learn to code to do anything useful?
@Academy-for-Certification-Training-Ltd
Yeah, I have a list of articles I'm meaning to add to the How-To section, that's why I suggested it.
Just need to finish the project I'm currently working on.
-
RE: dns, CNAME, SSL - site without www is not working
@Henrik-Riccius You can use a Page Rule on Cloudflare to redirect the https://mobelfakta.se/ domain to https://www.mobelfakta.se/
Like this:
-
RE: Do I really have to learn to code to do anything useful?
You're right, this isn't a good system for those that can't code.
The point about rolling our own DIY authentication is a very valid point and concern, even if you do know how to code.
-
RE: Increased number of bots eating my bandwith
@Maciej-Bienkowski I'd suggest adding Cloudflare in front so you can block bots.
-
RE: Blog Search Box
It would be nice if you could modularize these plugins so we can use them in custom code, otherwise we'll end up with larger-than-necessary bloated pages (which is already a problem for the HTML due to the editor adding setting in-line).
-
RE: Google does not index my website.
In Google Search Console, make sure you have added the sitemap there and check that it has verified all of the pages in the sitemap. There might be errors on the pages that prevents google from indexing them.
There's only 2 pages that has been indexed so far, so something is wrong, but i don't see any issues.
-
RE: Do I really have to learn to code to do anything useful?
@Academy-for-Certification-Training-Ltd That's different, I'd suggest adding Disqus script widget or the Facebook Comments script widget.
Facebook adds some advantages like marketing targets and segmentation based on visits, but it could also be blocked by Firefox and Adblockers these days.
-
RE: Blog Search Box
resourcesLoader doesn't seem to be available in the JqueryLoaded scope, try using it outside of it.
-
Add "questions & answers" plugin to this forum
https://github.com/NodeBB/nodebb-plugin-question-and-answer
Would save you and users a lot of time.
-
RE: Do I really have to learn to code to do anything useful?
I thought about making an authentication plugin, but that would involve external infrastructure which would make it expensive (Since we cannot wire up a complete back-end when installing plugins in Appdrag).
It's annoying because Appdrag doesn't seem to want to solve it themselves by building it in from the get-go.
-
RE: Blog Search Box
You can easily navigate the JS document object, just pop open a console and start writing something like
window.
and it will show you a list of all functions inside that object.Here an example of the Appdrag setup functions:
So in the case of resourcesLoader, it's available just by writing resourcesLoader in the console.
-
RE: Add margins to Site Builder menu widget
@wassim said in Add margins to Site Builder menu widget:
Ok, this is not frequent that you have this kind of menu but why not.
What do you think about space between menu items? Because you would not require margin top / bottom (maybe only the right one excepted the last element)Definitely just a simple input where we can set the spacing, no need to make it complex.
-
RE: Notification when reaching 95%
@Wassim Especially if they choose to use "cache everything" page-rule, that could boost API-usage as well.
-
RE: Blog Search Box
@Daniel-Mulroy Ah, right, yeah jQuery uses namespace jQuery and $ depending on how you initiate it.
PS: nice!
-
How-to section in the forums
So it's easier for people to find all of the great tips & tricks that appear.
And us users can post proper how-to's as well!