Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Blog extension 0.9.8

1234568

Comments

  • edited May 2007
    with the more tag
    it is not formatted in the permalink view. that is, you see the code in the full text view.
    here
    as in the discussion view. but in teh discussion view that has always been the case

    what about removing the 'click to read more' then? although, of course, one can laways customise that.

    are you planning to introduce the timezone localisation?
  • timezone Localization.
    Once i start my Event Calendar extension. I will learn a lot about manipulating dates and stuff.

    we already talked about the More tag. its the problem with the formatter ur using. HTML formatter shouldn't display it. its a valid HTML comment, and it should be ignored and not rendered. I guess i do string replacement and get ride of the more tag from the permalink page
  • edited May 2007
    yes, we talked about it. but previously it was not displayed in the permalink view. ckeck out this. it's the previous version. the split is after the first two lines
  • "select the category ..." .. but when I want that all categories look like blog posts?
  • I've found a minor problem which causes havoc in the crappiest browser ever (IE). I suppose it's an absolute/relative path issue: on my local server, new.png cannot be found. So IE displays its ugly red cross thingy instead of the image, and all blog footers are pushed down, floating above the blog posts and making everything quite hard to read.
  • Just an idea Could it have expanded and list view (just as google reader)
  • it has already. this is what permalink is all about
  • expanded and list view like google reader isn't hard to make. but why would u want that.
    zero u should be able to fix the new.png path. check if new.png is there in the folder.
  • Yep it's here. Here's the problem. My local server has the following URL:
    http://localhost:85/vanilla/
    All images can be found in :
    http://localhost:85/vanilla/extensions/blog/theme/images
    But for new.png, it points to:
    http://extensions/blog/theme/images
    It would work on a live forum, but it doesn't on a local server.
  • That's the fault of the extension not of the browser...
  • In theme.Blog.php file
    Line 37
    change it to this
    $BlogList .= '<span class="BlogNewComments"><a href="'.$NewUrl.'"><img src="'.$this->Context->Configuration["BASE_URL"].'extensions/Blog/theme/images/new.png" /> '.$Discussion->NewComments.'</a></span>';
  • Okay, thanks :)

    That's the fault of the extension not of the browser...
    Sure, but IE screw up everything because of its "image not found" icon while others just don't display the image...
  • edited May 2007
    I cannot get the pagination to work with Friendly URLS (even after adding the .htaccess on the first topic). I'm getting: The requested URL /extensions/2/2/ was not found on this server. Where the blog category is 2, and the page is 2. Anyone else having this problem?
  • Sorry.. http://www.mis-one.com
  • the URl is fine thats what its suppose to generate
    something else in ur .htaccess is messing it up.
    I'm assuming its the code that ur using to make ur blog the default page
  • What's weird is I removed the DirectoryIndex call in the htaccess, still didn't work, then I removed everything except the Blog htaccess stuff and it didn't work. Kind of puzzled by it.
  • can u post ur .htaccess
  • Just curious if this extension is suitable yet for a non-testing environment? Although, I suppose if mis-one is using it that kinda answers my question.
  • Works perfect for me with no issues except the pagination problem which I think is on my end somehow.
  • its stable enough that u can use it
This discussion has been closed.