#1 Re: General » Image ALT tags » March 17, 2022 9:45am

Working on a new project, and I would second this feature Tim! smile

#2 Feature Requests » Compress on top of minify JS » March 2, 2017 3:14am

visconti
Replies: 1

Currently BigTreeCMS is supporting to automaticly minify CSS and JS files. However, at the moment I have to use a diffrent library in order to compress (gzip) the js files. Would be cool feature if it could be fitted with the current minify option.

#4 Bug Reports » Alignment admin fields 4.2.15 » January 23, 2017 3:23pm

visconti
Replies: 2

Hi Tim,

back again for a new project. Working with a clean install of 4.2.15 now for a change. However seems the alignment in the BO isn't okay.
I'm at zoom 100% in chrome on 4k screen win 8.

See screen attached.

LQt0Ca.jpg

fixed it with adding     clear: left; on header at main.css :602

	.table > header, .table .image_pending_divider {background: #eee;border-bottom: 1px solid #ccc;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;color: #666;height: 20px;clear: left;line-height: 20px;margin-top: -1px;text-transform: uppercase;-webkit-transform: uppercase;-moz-transform: uppercase;-ms-transform: uppercase;-o-transform: uppercase;user-select: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;}

#5 Re: Developer Help » Install files » February 16, 2016 5:12am

Thanks, just wanted to be sure ;-)

#6 Re: Feature Requests » Multi-language backend » February 16, 2016 4:53am

Any update on this Tim? I'm starting my 9th project, wanted to include the latest branch of BigTree, however don't feel like translating everything again ;-).

#7 Developer Help » Install files » February 4, 2016 7:58am

visconti
Replies: 2

Is it required to keep the default install files in the root after successfully deploying a project?

I'm referring to files like:
/
- bigtree.sql
- example-site.sql
- install.php
/core
- example-site

Haven't crawled the whole directory structure, might be some more left somewhere.

I like clean projects smile

#8 Re: Developer Help » BigTree able to support a large Small Group Church? » October 9, 2015 1:56am

@Tim, how fun is it to say YES to about every question he has wink. Another confirmation that bigtree is a great cms solution!

#9 Re: Developer Help » Upcoming recurring events » July 23, 2015 9:46am

Hi Tim,

noticed you updated the events plugin, tried it immediatly, but now i'm getting the following msg:

Fatal error: Call to undefined method BigTree::dateFormat() in /home/extensions/com.fastspot.events/field-types/date-chooser/process.php on line 3

#10 Re: Feature Requests » Multi-language backend » July 20, 2015 8:59am

Not sure how far you are with 4.3, but if you need some translations upfront, give me a shout.

#11 Re: Feature Requests » PHP shorttag » July 20, 2015 8:57am

Nice to hear :-) I've managed to replace them all, looking forward for 4.3!

#12 Re: Developer Help » Upcoming recurring events » July 20, 2015 8:49am

Hey Tim,

sorry for the late reply. I'm indeed using another date format:

$bigtree["config"]["date_format"] = "d-m-Y";
and for the enviornment:
date_default_timezone_set("Europe/Amsterdam");

#13 Re: Developer Help » Upcoming recurring events » July 7, 2015 2:11am

Issue wasn't completely fixed. Indeed it had something to do with the fieldtype, after fixing the publishing hook.
However recurring events still weren't cached like they are supposed to. Fount the bug now, i wasn't setting an end date (relying on the script to automaticly calculate 2 years in advance) however it doesnt do so.

So manually setting the end date of the recurring event fixed the issue for me. For now i'll make the field a required field.

Cheers,

Thomas

#14 Feature Requests » PHP shorttag » July 3, 2015 3:53am

visconti
Replies: 2

I know it's nice / fast to code with shorttags, but not all servers support this.
Would be nice to be able to enable/disable this on installation.

#15 Re: Developer Help » Upcoming recurring events » July 3, 2015 3:51am

Found the issue, i scrambled the d/m/y which caused the issue.

For now i'm holding onto your format and will change it only at output.

Cheers for the help.

#16 Re: Developer Help » Upcoming recurring events » June 26, 2015 4:21am

Hey tim,

cheers for the clarification. Seems that adding "BTXEvents::publishHook" as Publishing hook it screws up the form date input etc.
Doesn't seem the right fix for 4.2.1?

screen_cms.jpg

thanks.

Thomas

#17 Developer Help » Upcoming recurring events » June 25, 2015 9:02am

visconti
Replies: 10

I'm trying to build a calendar plugin for a website and trying to get the data from the BTXEvents extension to the template now.
Stumbled upon something maybe someone can clarify?

I've succesfully entered a recurring event in the module, but didn't include an end date. If I see correctly in events.php the query is caching the event date for - 1 year and + 2 years. However when I use the getUpcomingEvents feature the recurring event only is shown once with the initial setup date. The btx_events_date_cache table contains only 1 rule with the initial data.

Is it meant to be only one entry in the db? Or should the query write a row for each recurring event. If not i'd have to calculate the future events in the frontend, doesn't seem the appropriate way right?

#18 Feature Requests » Fieldtype "Photogallery" Multi-Select » June 12, 2015 4:11am

visconti
Replies: 1

Would be nice to improve the fieldtype "Photogallery" with the ability to select multiple images at once by holding ctrl or shift.
Upload already supports multiple images, however selecting the images can only be done one at a time, which can be time consuming for larger image galleries.

#19 Re: Feature Requests » Multi-language backend » May 29, 2015 4:02am

Tim, also keep in mind to create an option for date and time manipulation. For instance, our default settings would be:

dd/mm/yyyy
H:i:s

Where you woud use mm/dd/yyyy


Fixed it by adding below rule to the custom/settings.php

$bigtree["config"]["date_format"] = "d/m/Y";

#20 Re: Feature Requests » News extension » May 29, 2015 2:47am

No worries, was busy setting up the events calendar as well ;-).

Thanks for sharing the package, it's all clear to me now!

#22 Re: General » How To add Live Chat » May 28, 2015 6:49am

I always prefer using Livehelperchat (https://livehelperchat.com/) it's pretty solid and packed with (customizable) options.

#23 Developer Help » Events extension posting blanks » May 28, 2015 6:15am

visconti
Replies: 3

I've already updated the core to the lastest version prior to installing the events extension however when I post a new event or category it's not saving the form data to the database.

Does anyone know what's up?

REOCd.jpg

As you can see other data like ID, recurring and dates are stored like a charm

#24 Re: Feature Requests » News extension » May 24, 2015 10:27am

Would be nice if you could pack me one up. Indeed was looking for some input on how to tweak it at best with BigTree ;-)

cheers

#25 Feature Requests » News extension » May 24, 2015 10:00am

visconti
Replies: 7

Think you already developed a news handling extension. Perhaps you could share it in the extension library? Would be much appreciated!

Board footer

Powered by FluxBB

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