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
This discussion has been closed.
Comments
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?
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
zero u should be able to fix the new.png path. check if new.png is there in the folder.
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.
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>';
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...
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