#1 Re: General » 500 Error Internal Server » March 13, 2014 12:34pm

are you using xampp? I have that happen to me when using it.

try this guide

#2 Re: General » multiple callout section possible? » March 5, 2014 8:29pm

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() {

#3 Re: General » multiple callout section possible? » March 5, 2014 7:10pm

btw any quick fix for the callout box delete bug?

#4 Re: General » Search feature? » March 5, 2014 6:46pm

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 smile

#5 Re: General » Search feature? » March 5, 2014 6:12pm

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

#7 General » Search feature? » March 5, 2014 5:59pm

Damienov
Replies: 6

Is there a way to have/make a search feature available in Bigtree?

#8 Re: General » multiple callout section possible? » March 4, 2014 3:58pm

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

#9 Re: General » multiple callout section possible? » March 4, 2014 3:45pm

I've played the 4.1-devel loving of what I see smile

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.

#11 Re: General » multiple callout section possible? » March 4, 2014 12:28pm

Using a direct include


will leave empty divs on the other boxes.

#12 General » multiple callout section possible? » March 4, 2014 12:18pm

Damienov
Replies: 9

Is it possible to have multiple callout section on one page? if so how?

#13 Re: Developer Help » Detect Session » March 2, 2014 11:25pm

Thanks a lot smile

So I'm guessing if I want to check it against users it would be?
if ($_SESSION["bigtree_user"]["id"] && $_COOKIE["bigtree_user"]["email"]) {
}

#14 Developer Help » Detect Session » March 2, 2014 9:25pm

Damienov
Replies: 2

Hi, is there any way to detect user logged in session?

for example:
If Admin is logged in > show this DIV

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.