#1 Re: Developer Help » Admin Login » June 25, 2012 5:12pm

Hey Urmasg, you want to go to the www_root + admin/. If your www_root is www.mydomain.com, then your admin will be at www.mydomain.com/admin/.

Curt

#2 Re: General » Upper Limits Of Pages? » April 30, 2012 8:42am

Josh,
I just ran a test on 1000 children of a single item. It didn't go off without a hitch. The view renders fine and all pages where accessible for edit, delete, etc... The only issue I currently see is that drag & drop re-ordering of the pages fails. I don't see any reason why the error I'm getting can't be avoided so I am creating an issue in Git Hub so hopefully we can clear up this hurdle and you can develop your project on BigTree. If you want I can keep you posted when the issue is resolved.


Curt

#3 Re: General » Upper Limits Of Pages? » April 30, 2012 8:03am

Josh, would the 5000 pages be direct descendants of a parent page or would they be within a more complicated tree structure under the parent? Theoretically there isn't a limit, but I could imagine the admin list view having some trouble rendering 5000 items on a single page. I'll run some tests and see how a view with 5000 items reacts. If the 5000 items are organized into a more complex page hierarchy I'm confident everything will work just fine. I just checked on a live project and it has over 6,000 unique pages and is growing on a daily basis.


Curt

#4 Re: Developer Help » What is the module field select box for? » April 13, 2012 8:24am

I think it could be labeled better. If you want to take a stab at it, or contribute in other ways follow the instructions on gitgub in the the readme.md file: https://github.com/bigtreecms/BigTree-CMS


Here is a summary of the instructions.

  1. Fork it.

  2. Create a branch (git checkout -b 4.0_philp_branch)

  3. Commit your changes (git commit -am "labeled unused fields drop down menu")

  4. Push to the branch (git push origin 4.0_philp_branch)

  5. Create an [Issue][1] with a link to your branch

Thanks!
Curt

#5 Re: Developer Help » Critical Error: Could not load class BIGTREE_CUSTOM_BASE_CLASS. » April 12, 2012 11:52am

We have been working through installation hiccups one at a time as we run into problems on previously untested host providers / server setups. It would be really valuable to us to know more about your setup so that we can trouble shoot the issue and either edit the installer or add host specific instructions to the installation documentation.

#6 Re: General » Mixing different types of content » April 5, 2012 12:48pm

I think BigTree will excel at managing the type of system you described. It sounds to me like you would want to run the core "tumblr-like" content off of a single module. You could design the module entries a couple of different ways.

The easier to code, but harder to maintain method would be to make simple blog-like module entries that have a single HTML content field and handle the media through html embeds.

The more elegant method would be to design a module that has a separate field for each media type. There are built in field types to handle news (html text), image galleries (photo gallery), quotes (text and text areas) and the ones that don't exist would be easy to make (read about custom field types at the bottom of this article). For video I would probably just store a youtube or vimeo ID in a textfield and then do the heavy lifting of constructing the embed in the template code. This method would normalize the input and allow you to sort and categorize based on the existence of content types rather than having to manually categorize the post based on the content it contains.

Regardless of which method you use for the module, you will probably want to power the front end with a single routed template. With a routed template you can construct routes based on post categories, post titles etc... to serve the results of various queries without being tied to a physical page tree structure.
I would definitely poke around the example site, it makes use of techniques you will find useful like routed templates, generating url slugs for module entries, etc.

I hope you find this response helpful, as always if you get stuck or we are missing something in the documentation ask away.

#7 General » Welcome to the BigTree Discussion Board » April 2, 2012 11:56am

curt
Replies: 0

BigTree is a previously proprietary CMS that was released to the open source community on 3/29/2012. This discussion board is one aspect of the public release of BigTree 4.0 beta. It's a little quiet in here right now, but we look forward to a time when Web developers and BigTree CMS users are helping each other and posting ideas about the future of BigTree. Don't be shy; we are here to help and can't wait to see what gets built with BigTree.

Board footer

Powered by FluxBB

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