Search found 10 matches

by arfa
Thu Jul 20, 2017 6:49 am
Forum: General
Topic: jQuery
Replies: 0
Views: 4682

jQuery

I see that roughly half of the themes available use jQuery and include a version of it in their install. I see that there is a version - \bludit\bl-kernel\admin\themes\default\js\jquery.min.js - v3.2.1 Q1. I wonder why theme developers don't just use a link to this already installed version? Q2. Ass...
by arfa
Sat Jul 15, 2017 11:10 pm
Forum: General
Topic: writing image
Replies: 2
Views: 1627

Re: writing image

Still getting a clear sense of the code flow. Bear with me :roll: My plugin uses an image - position:absolute - at page top-right. If I shift - Theme::plugins('siteBodyBegin') - after the header it works fine. BUT... this breaks the bludit template. Ouch... I will change my plugin concept slightly. ...
by arfa
Sat Jul 15, 2017 2:19 am
Forum: General
Topic: writing image
Replies: 2
Views: 1627

writing image

Working on a plugin. If I code an image - like this <img class="zxc" src="qqqqq.png"> it is written to the page but is not clickable. Using debugger I see it is effectively buried under the body. If i use: <div class="zxc"><img src="qqqqq.png"></div> it works ...
by arfa
Sun Jul 09, 2017 4:46 am
Forum: General
Topic: markdown
Replies: 2
Views: 2057

Re: markdown

Yes, that sorts the HR but I am having other MD issues. It ought not be difficult.

Now testing TinyMCE plugin.
by arfa
Sat Jul 08, 2017 8:45 am
Forum: General
Topic: markdown
Replies: 2
Views: 2057

markdown

I am starting to add content but find the markdown conversion wanting. In the editor... **A paragraph** of text that ends with - > A quote followed by a HR ----- # Heading for new para and then text for new para When saved reads as... http://kusalo.bodhinyanarama.net.nz/test.gif In code view this sh...
by arfa
Sat Jul 08, 2017 8:30 am
Forum: General
Topic: pages plugin
Replies: 3
Views: 2002

Re: pages plugin

Great. I look forward to v2

2 links should see me well started. I can use the existing tag write to get started.

thx
by arfa
Fri Jul 07, 2017 3:52 am
Forum: General
Topic: pages plugin
Replies: 3
Views: 2002

pages plugin

There are a three questions here. Looking at the pages side of things. The first is about page 'tagging' or categories: There is the option to tag a page but this doesn't seem to do much. Adding a new tag to a page - say:zxTAG - I see that added in blog\bl-content\databases\pages.php in the relevant...
by arfa
Wed Jul 05, 2017 12:09 am
Forum: General
Topic: newbie - admin changes
Replies: 5
Views: 2524

Re: newbie - admin changes

So, I have uploaded and will see how it works 'in the world.'

I really appreciate the simplicity. thx
by arfa
Tue Jul 04, 2017 10:35 pm
Forum: General
Topic: newbie - admin changes
Replies: 5
Views: 2524

Re: newbie - admin changes

Thanks for the replies. @edi I most often work at this level so thanks for pointing me to the relevant file. @diego Yes, I did see several - if $xxx =='admin' or !='admin' lines in various files so perhaps this is the safer route. The next thought is - why not make 'admin' editable in the Managers>U...
by arfa
Tue Jul 04, 2017 4:49 am
Forum: General
Topic: newbie - admin changes
Replies: 5
Views: 2524

newbie - admin changes

HI - I have just started exploring Bludit. Great work. Thank you.

Been coding a good while and *always* feel the need to tweak things up. My first Q.

...how to change the user name - from admin? - to 'other'