| bio | website | |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 3 hours ago | |
| stats | profile views | 80 |
Former longtime Microsoft MVP and SharePoint/Exchange/Outlook enthusiast with a dedication to usability & accessibility and branding & Web design.
Loving extreme SharePoint GUI customization & tweaking and enhancing built-in functionality.
Strong dedication to cross browser/device/operating system support when architecting & building SharePoint branding solutions.
|
Mar 22 |
suggested | suggested edit on Rich Text fields in New Item Dialog - IE9 |
|
Mar 16 |
revised |
Customize rich editor to allow <pre> tags? added 1292 characters in body |
|
Mar 16 |
comment |
Customize rich editor to allow <pre> tags? I've retagged your question if you don't mind |
|
Mar 16 |
revised |
Customize rich editor to allow <pre> tags? edited tags |
|
Mar 16 |
revised |
Customize rich editor to allow <pre> tags? added 488 characters in body |
|
Mar 16 |
revised |
Customize rich editor to allow <pre> tags? added 1 characters in body |
|
Mar 16 |
answered | Customize rich editor to allow <pre> tags? |
|
Mar 9 |
answered | Hide selection in webpart - .ms-WPHeaderTdSelection {display:none} |
|
Mar 7 |
comment |
Editing OOB “Add Comment” Post Webpart Glad to hear you got it sorted out! And just to give you an idea how a customization without SPD could look like, check this out: i.imgur.com/fOixf.png |
|
Mar 5 |
revised |
Deny user access from SharePoint Native but allow it from custom application added 227 characters in body |
|
Mar 5 |
revised |
How do I hide the smallsearchbox deleted 7 characters in body |
|
Mar 5 |
revised |
How do I hide the smallsearchbox edited body |
|
Mar 5 |
answered | Deny user access from SharePoint Native but allow it from custom application |
|
Mar 5 |
revised |
Editing OOB “Add Comment” Post Webpart added 70 characters in body |
|
Mar 5 |
revised |
Editing OOB “Add Comment” Post Webpart added 785 characters in body |
|
Mar 5 |
comment |
Editing OOB “Add Comment” Post Webpart Again, it depends on what you want to style. But for simple CSS you can add a Content Editor WebPart to the post.aspx page, make it hidden and add you CSS in there. Neither SPD nor masterpage changes are required for such a task. |
|
Mar 5 |
comment |
Editing OOB “Add Comment” Post Webpart Sorry, unfortunately I am not a magical SharePoint master, hence I don't know how to avoid that DataFormWebPart issue you are facing. |
|
Mar 5 |
comment |
Editing OOB “Add Comment” Post Webpart To use SPD to insert a new "Add Comment" WebPart you need to open the post.aspx page directly and insert it there. This should work (kind of) but I never tried it myself for the reasons I mentioned already. |
|
Mar 5 |
comment |
Editing OOB “Add Comment” Post Webpart The biult-in SharePoint input forms don't use XSL but rather are implemented as server-side ASCX WebControl rendering templates, living in the ControlTemplate folder on the server. Changing them is possible but requires at least ASP.NET knowledge and advanced SharePoint knowledge if you want to change them globally for all Blogs on your SharePoint farm. Modifying them with SPD (by converting to XSL) can have a gazillion of unwanted side-effects hence I personally don't recommend doing so. But others might have a different point of view... |
|
Mar 5 |
comment |
Editing OOB “Add Comment” Post Webpart I've updated my post to give you some more pointers. |