C5 Blog Files?
Permalink
I noticed some blog-related files in the latest SVN –- blog_entry.php in the default theme and blog_index.php in the page_list block.
Does this mean that some blog functionality is going to be included in a future release?
-Steve
Does this mean that some blog functionality is going to be included in a future release?
-Steve
I like the integration of the new blocks (especially the next previous block!). How is the mini-blog going to be incorporated?
Also, is there anywhere to find info about the new caching system? Things like how to go about optimizing it for various pages/sections of a site?
Looking good!
Also, is there anywhere to find info about the new caching system? Things like how to go about optimizing it for various pages/sections of a site?
Looking good!
what do you mean? there are block specific options that are hard coded that tell how it caches for example:
can go in the controller of a block
protected $btCacheBlockRecord = true; protected $btCacheBlockOutput = true; protected $btCacheBlockOutputOnPost = true; protected $btCacheBlockOutputForRegisteredUsers = true; protected $btCacheBlockOutputLifetime = 300;
can go in the controller of a block
I was thinking more along the lines of a guide for the end user. For example, when to use the Full page cache (Emergency Cache Mode) versus "Enabled if blocks allow it", etc.
Seems like Emergency Cache Mode would be helpful for lots of pages that are rarely updated...
Seems like Emergency Cache Mode would be helpful for lots of pages that are rarely updated...
its for use when your site is getting hammered so that you don't make as many quires to the db
Hello, totally different subject but could not find a topic that asked this question. Can anyone tell me how to remove my login page from the public website? I am concerned about everyone having access to my login page. I am totally new at this and have tried for days to figure it out. Any help would be apprecaited.
Thanks a million
Thanks a million
you know you "can" make a new thread.... edit your theme's footer to remove the link
The next how-to that I write will cover this in great detail. Check outhttp://www.concrete5.org/documentation/how-tos/... over the next few days and it should be posted.
yup.
gotta love your responses Franz
"yup" on like 3 threads
ontopic: coolio
"yup" on like 3 threads
ontopic: coolio
to testem out,
http://beta.mnkras.com
Login: test
pass: test1