Search found 133 matches

by Jay
Wed Apr 29, 2020 9:04 pm
Forum: Themes
Topic: Content part another page
Replies: 1
Views: 1421

Re: Content part another page

There's a "template" input field available to be set in article's options. Look on forums for more info, as one of the user described exactly how to use it. From other more automated ways you can add in template files conditionally whatever content sections, css files, other template files...
by Jay
Sat Apr 18, 2020 12:40 am
Forum: General
Topic: Anchors for pagebreak?
Replies: 4
Views: 2899

Re: Anchors for pagebreak?

K, now everything is clear to me. I just didn't understand if you requested a feature, ask for a solution explaining it with some kind of a pseudo code, and I thought you ask for something way different that you had on your mind. What you ask for can be quite easily achieved in at least two ways, wi...
by Jay
Fri Apr 17, 2020 6:34 pm
Forum: General
Topic: Anchors for pagebreak?
Replies: 4
Views: 2899

Re: Anchors for pagebreak?

I've read your post three times, and I still can't imagine what are you trying to achieve.

One thing that might come in handy for you is the source code of SamBrishes' pagination plugin.
by Jay
Fri Apr 17, 2020 6:30 pm
Forum: General
Topic: Upload photos
Replies: 2
Views: 2974

Re: Upload photos

You can give a shot TinyMCEfileman plugin.

I've never touched it.
by Jay
Wed Apr 15, 2020 9:13 pm
Forum: General
Topic: Items per Page Question!
Replies: 3
Views: 2329

Re: Items per Page Question!

I'd try with adding wanted values to array

Code: Select all

'options'=>array('1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8', '-1'=>$L->g('All content')),
located in \bl-kernel\admin\views\settings.php

Can't confirm it will work..
by Jay
Thu Apr 09, 2020 3:21 pm
Forum: General
Topic: Lost all I wrote in my post
Replies: 8
Views: 3936

Re: Lost all I wrote in my post

Well, if you do not make any interactions with cms (not confusing it with editor window) then it's understandable that an online application logs out the administrator after some time. But indeed there could be an additional option in settings to change default 1 hour session time, as this can be on...
by Jay
Thu Apr 09, 2020 2:04 pm
Forum: General
Topic: Lost all I wrote in my post
Replies: 8
Views: 3936

Re: Lost all I wrote in my post

Have you shortened the period for autosave option?

For such rare occurences I have "form history control" addon in firefox.
by Jay
Thu Apr 09, 2020 1:10 am
Forum: General
Topic: Print tag or category name
Replies: 7
Views: 64245

Re: Print tag or category name

Gohh wrote: Wed Apr 08, 2020 2:36 pm
Thank you, now works!
Your'e welcome :)


I hope you wont eat your own teeth on this piece of software like I did ;)
by Jay
Wed Apr 08, 2020 2:14 pm
Forum: General
Topic: Print tag or category name
Replies: 7
Views: 64245

Re: Print tag or category name

Ohh I just realized you are trying to use a snippet from bludit docs. The mentioned exception to show code on a tag page works as supposed, as I had to make some small changes on my own bloggie couple days ago. Right after I ended fixes I found this code in docs, and just of sheer curiosity I tried ...
by Jay
Wed Apr 08, 2020 12:30 am
Forum: General
Topic: Print tag or category name
Replies: 7
Views: 64245

Re: Print tag or category name

Code: Select all

($WHERE_AM_I == 'tags')
There is no "tags" page, use "tag" ;)

edit: without elseif
You can be either on a category page, or on a tag page.