You are not logged in.
Pages: 1
nvm found a quick fix:
core/admin/js/main.js line 2792
}).on("click","#bigtree_callouts .icon_delete",function() {to
}).on("click",".icon_delete",function() {and on line 2793
new BigTreeDialog("Delete " + noun, '
Are you sure you want to delete this ' + noun.toLower() + '?', $.proxy(function() {to
new BigTreeDialog("Delete " + noun, '
Are you sure you want to delete this ' + noun.toLowerCase() + '?', $.proxy(function() {
btw any quick fix for the callout box delete bug?
I see, was hoping there is an easier solution for a site search. I guess the google cse should be okay. thanks for the help
Will there be any plans to have this feature available on future version?
Imho, a search feature is a basic feature that is quite needed
yep, is it possible?
Is there a way to have/make a search feature available in Bigtree?
I'm not sure what your third point means exactly. Are you saying you can't delete the files that are created in /templates/callouts/ or is there some broken functionality in the admin when editing callout sets?
Sorry for not being clear, what I mean is this
The move and edit is working, but not the delete
I've played the 4.1-devel loving of what I see
But it seems the callout function is still very buggy, here's what I found:
Resource type name must use "callouts" as the ID any other name will not
work. Maybe I'm misunderstanding this part since no docs available yet.
Should I make a new includes?
include "../templates/layouts/_new_custom_callouts.php"
The custom callout resource box inside the Page edit cannot be deleted. Only original content from default install can be deleted.
Ooo sweet, will try it out
Using a direct include
will leave empty divs on the other boxes.
Is it possible to have multiple callout section on one page? if so how?
Thanks a lot
So I'm guessing if I want to check it against users it would be?
if ($_SESSION["bigtree_user"]["id"] && $_COOKIE["bigtree_user"]["email"]) {
}
Hi, is there any way to detect user logged in session?
for example:
If Admin is logged in > show this DIV
Pages: 1