Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

Grahack

Username
Grahack
Joined
Visits
2,705
Last Active
Roles
Member
Badges
0
Points
0
Posts
427

Comments

  • This is great Spode, though I didn't test your code yet. Sorry for not being able to help more, I'm quite busy at the moment.
    in FeedThis Comment by Grahack October 2008
  • This is great Spode, though I didn't test your code yet. Sorry for not being able to help more, I'm quite busy at the moment.
    in FeedThis Comment by Grahack October 2008
  • Check in your conf/extensions.php, sometimes add-ons must be called in a particular order. Try to call jQuery before Voting.
  • Check in your conf/extensions.php, sometimes add-ons must be called in a particular order. Try to call jQuery before Voting.
  • Just forgot the readme.txt file.
  • Thank you to use it! At least I know it was worth spending some time on it.
  • Ooops, sorry, I forgot the delegate parameters thing, please look at the beginning of the default.php file while I update the description of the addon and ask the dev team for a tweak in the code.
  • Just forgot the readme.txt file.
  • Thank you to use it! At least I know it was worth spending some time on it.
  • Ooops, sorry, I forgot the delegate parameters thing, please look at the beginning of the default.php file while I update the description of the addon and ask the dev team for a tweak in the code.
  • Sorry, I was quite busy these days. I'm gonna try to find something smart to deal with guests. Like the first version, I'm gonna add few lines of conf at the top of the default.php file, just for the guests. Something better to suggest ?
  • Anyway this will occur if the 'Add your comments' textarea is displayed to guests (as in Guest Post). I must find a way to solve it. But what line were you missing? I don't quite understand...
  • It must be your prefs. As we decided by email, we should rename Can format the comments with any formatter to Ignore DefaultFormatter extension for this role, and those few related settings below Because it's simply what this check box does. Gonna w…
  • 0.1.0 is roles based: no more settings.php, edit your roles. You should find Can format the comments with any formatterCan see the formatter selectorWill see the ??? formatter pre-selected in the permissions list.
  • There is a settings.php file (or I hope so!) in the distribution. By the way, I have a problem: I don't know (yet) how to hide an item in the preference form of the account.php page. So whether users will choose to display the selector, his/her cho…
  • ok thanks, I'll update this ASAP
  • Maybe I should have named it ForceFormatter...
  • Sorry, I was quite busy these days. I'm gonna try to find something smart to deal with guests. Like the first version, I'm gonna add few lines of conf at the top of the default.php file, just for the guests. Something better to suggest ?
  • Anyway this will occur if the 'Add your comments' textarea is displayed to guests (as in Guest Post). I must find a way to solve it. But what line were you missing? I don't quite understand...
  • It must be your prefs. As we decided by email, we should rename Can format the comments with any formatter to Ignore DefaultFormatter extension for this role, and those few related settings below Because it's simply what this check box does. Gonna w…
  • 0.1.0 is roles based: no more settings.php, edit your roles. You should find Can format the comments with any formatterCan see the formatter selectorWill see the ??? formatter pre-selected in the permissions list.
  • There is a settings.php file (or I hope so!) in the distribution. By the way, I have a problem: I don't know (yet) how to hide an item in the preference form of the account.php page. So whether users will choose to display the selector, his/her cho…
  • ok thanks, I'll update this ASAP
  • Maybe I should have named it ForceFormatter...
  • Thanks for your interest ggaudrea. Problem is, there are other pages to invalidate: the home page (discussion moved at the top, comments count, last user...), the category one. I thought about this once, deeply, and couldn't arrive to something ea…
  • Just follow the readme! Basically you'll just have to rename the settings_demo.php file to settings.php. And no, sorry Wanderer, It is 'simple' because cache invalidation is only temporal. A cache file will continue to be served until it expires, no…
  • What do you mean 'object level'? Like caching just the source echoed by an extension, or a page control object like $Head, $Panel...
  • * a manual button that administrators can click to empty the cache * some work on the header sent for the browsers to cache the page for the same duration than we cache it on the server * make other things "page dependant" like expiration time is:…
  • Just deleted a sentence in the readme.txt that made a reference to the beginnings of the TimeKeeper extension (that was presiously part of SimpleCache). Whether SC is installed normally or the hacky way, time is taken from the same reference now.
  • I think it's great. (pfff) The most important thing is to cache the good pages. An example. SC can be told to cache pages for guests only. This could be a bargain for big public forums since there is one file for all the different guests. When …