Mini Comments
This package provides a very minimalistic and simplified comments module with customizable heading of comments and new comment box (which is kind of hackish, but works).
Instructions
To install this package in your site, add the following code to _template or just a particular page:
[[include :csi:include:mini-comments |
comments_heading = Comments |
add_comment_heading = Add comment
]]
What this looks like
You can use direct anchor links to comments:
#comments — anchor to the list of comments
#add_comment — anchor to the "Add comment" section
Include files
mini-comments | By Gabrys | 13 Dec 2009 15:00 |
page revision: 7, last edited: 15 Dec 2009 13:00
nice
Error when posting : body = empty
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
So no buttons?
Adjustable title that's good!
This is a post for testing purpose.
double vuttons visible(cancel previewand Post it)
double buttons visible +/-
Double inputbox visible
only if I reply it works/ half
I get an inputbox behind the original one… I can't see what I am typing
I use FF and windows XP
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
That's because there's already Comments module in _template so we have two Comments modules now. Try on clear page (no _template) and it works nicely.
Piotr Gabryjeluk
visit my blog
Have just removed the second comments box :)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Thanks :-). Looks better now.
Piotr Gabryjeluk
visit my blog
Is there a list of the individual button components nomenclature? I would like a "simplified", not necessarily "mini" version that contains some, but not all of the comment elements. A nudge in the right direction would be appreciated.
Try using Firebug extension on Firefox, and hiding things one at a time until you get what you want?
CSS to hide an element is:
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
There is now!
I looked at the editor buttons a long time ago and have forgotten what I learned then. ;) I just went through and ID'ed all of the individual button elements on the full editor.
Note the .hseparator is included multiple times for completeness and to show their position relative to the buttons they divide. That setting is a "one size fits all". There is no way to selectively turn off the separators.
I haven't tested this fully yet, but in theory you should be able to remove the lines for the buttons you want to keep in the code below and they will be displayed. In my brief testing, I'm not entirely getting expected results. I'm sure it's because of the javascript that drives the display and behavior of the buttons (creating the 3 rows, etc.)
You can place the code below onto a page with a comments module and play around to see if it gets you close to what you're looking for.
-Ed
Community Admin
Ah. I didn't understand what was being asked…
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
@leiger: some people dislike the no-button-at-all editor. I think Whane the wip would like to select by CSS each editor button on a case by case basis.
gerdami - Visit Handbook en Français - Rate this howto:import-simple-excel-tables-into-wikidot up!
@leiger: some people dislike the no-button-at-all editor. I think Whane the wip would like to select by CSS each editor button on a case by case basis.
gerdami - Visit Handbook en Français - Rate this howto:import-simple-excel-tables-into-wikidot up!
Funny, I thought I clicked on the Preview button because content of this editor window was still there. Hence I clicked again on POst It and posted twice… ;-)
gerdami - Visit Handbook en Français - Rate this howto:import-simple-excel-tables-into-wikidot up!