Search found 163 matches
- Tue Jun 03, 2025 10:10 pm
- Forum: General
- Topic: admin shortcuts - eg: DOMAIN
- Replies: 2
- Views: 20079
Re: admin shortcuts - eg: DOMAIN
Excellent - Thank you Edi.
ak
ak
- Tue Jun 03, 2025 8:58 pm
- Forum: General
- Topic: admin shortcuts - eg: DOMAIN
- Replies: 2
- Views: 20079
admin shortcuts - eg: DOMAIN
There is a "Javascript dynamic generated: list of URL shortcuts loaded in admin page source. I have encountered others that are not on the list- eg. HTML_PATH_CONTENT there is also one for: HTML_PATH_PLUGINS
I have copied this list and still find it useful for reference when memory is not sure.
I ...
I have copied this list and still find it useful for reference when memory is not sure.
I ...
- Mon Jun 02, 2025 10:26 pm
- Forum: General
- Topic: ajax calls - which path?
- Replies: 3
- Views: 13645
ajax calls - which path?
I am trying to make an ajax call inside a plugin but am not sure how to set the path.
Within <script> $(document).ready(function()
I am testing using...
$.ajax(
'getData.php',
{
success: function(data) {
alert('AJAX call was successful!');
alert('Data from the server' + data);
},
error ...
Within <script> $(document).ready(function()
I am testing using...
$.ajax(
'getData.php',
{
success: function(data) {
alert('AJAX call was successful!');
alert('Data from the server' + data);
},
error ...
- Mon May 26, 2025 8:38 pm
- Forum: General
- Topic: Problem with images
- Replies: 2
- Views: 6232
Re: Problem with images
Hi Harald,
Welcome. Bludit has its quirks like any other s'ware but it is a simple and robust CMS.
Its kind of hard to work out exactly what your question is.
1 - it seems like you are suggesting relative paths - yes?
2 - I agree that image management is a tad esoteric. I am working on an image ...
Welcome. Bludit has its quirks like any other s'ware but it is a simple and robust CMS.
Its kind of hard to work out exactly what your question is.
1 - it seems like you are suggesting relative paths - yes?
2 - I agree that image management is a tad esoteric. I am working on an image ...
- Mon May 26, 2025 12:30 am
- Forum: General
- Topic: Moving Bludit to new domain
- Replies: 6
- Views: 15919
Re: Moving Bludit to new domain
Have you tried the plugin: Easy Text Replace ?
I haven't tested it a lot but it seems to well replace page content - and this should include replacing URL's
I am not sure how it could be implemented but having a global variable that represents the URL would really help. There are several at admin ...
I haven't tested it a lot but it seems to well replace page content - and this should include replacing URL's
I am not sure how it could be implemented but having a global variable that represents the URL would really help. There are several at admin ...
- Sun May 25, 2025 2:12 am
- Forum: General
- Topic: Moving Bludit to new domain
- Replies: 6
- Views: 15919
Re: Moving Bludit to new domain
I am not that sharp when digging into the -kernel but my problems with moving hosts generally involved paths - with most being absolute.
Yes, the general recommend is 'fresh install'. And then a manual upload of content/db's/etc. - allowing that you have changed all paths to the new host.
I guess ...
Yes, the general recommend is 'fresh install'. And then a manual upload of content/db's/etc. - allowing that you have changed all paths to the new host.
I guess ...
- Sat May 24, 2025 1:38 am
- Forum: Plugins
- Topic: What event calendar do you use?
- Replies: 2
- Views: 20587
What event calendar do you use?
Most of my projects are pretty basic but I have one that requires an events calendar. I tried Multicolor' CurrentEvents calendar but it seems to not be working (for me). It is based on Adam Shaw's FullCalendar which is excellent but...
Any comments on this would be appreciated.
What calendar do ...
Any comments on this would be appreciated.
What calendar do ...
- Tue May 20, 2025 6:40 am
- Forum: Plugins
- Topic: addCode2Page: youTube embed snip
- Replies: 0
- Views: 23062
addCode2Page: youTube embed snip
This segues from doobs Q on pages. I read the docs on custom fields more closely and saw the use of a youTube embed - but... it is just another plugin. There are 2 or 3 other youTube d'loads on the plugins page. One of the things I like about Bludit is its simplicity and too many plugins nibbles ...
- Sat May 17, 2025 11:20 pm
- Forum: General
- Topic: Need some ideas on pages and posts (nee WP)
- Replies: 11
- Views: 51584
Re: Need some ideas on pages and posts (nee WP)
Awesome..!
Having found the official approach I am planning to use custom code as I move forward. It creates a checkbox for each page so, once it is set up, is probably easier than typing 'hidden' each time. Your second line would then read...
<?php if (!$staticPage->isChild() && !$page->custom ...
Having found the official approach I am planning to use custom code as I move forward. It creates a checkbox for each page so, once it is set up, is probably easier than typing 'hidden' each time. Your second line would then read...
<?php if (!$staticPage->isChild() && !$page->custom ...
- Sat May 17, 2025 12:16 am
- Forum: General
- Topic: Need some ideas on pages and posts (nee WP)
- Replies: 11
- Views: 51584
Re: Need some ideas on pages and posts (nee WP)
An interesting turn - of the "live and learn" variety.
The earlier post-thread was me trying to get my head around many things bludit. Am I older and wiser now?
The logic seems quite logical. There is no need to set a custom field. The line (in your menu writing file) still is:
if (!$staticPage ...
The earlier post-thread was me trying to get my head around many things bludit. Am I older and wiser now?
The logic seems quite logical. There is no need to set a custom field. The line (in your menu writing file) still is:
if (!$staticPage ...

