I have custom list WordControl to store the badwords list.
Need to filter Comments list>> body and title.
I used Linkeddatasource(comments and WordControl)to create DVWP and applied filter. Filter is working only for one badword instead of filtering with all badwords.
Using XSLT Filtering can...
Its sharepoint 2010... I got the solution ..Here I providing the code for sharepoint newbie like me :)
<script type="text/javascript">
function open(Id){
var options = {
url: "../_layouts/listform.aspx?PageType=6&ListId={24b92116-5f1f-4866-97f8-13693b75cc47}&ID="+Id...
hmmm .. I tried with inline editing. Its not working.
But Atlast I created new column for DVWP and added following code to open Edit page for each item in DVWP.Its working :)
Thanks ehaze for your help.
<td class="ms-vb" style="width: 245px; height: 20px;">
<script type="text/javascript">...
<a href="../_layouts/listform.aspx?PageType=6&ListId={{24b92116-5f1f-4866-97f8-13693b75cc47}}&ID={@ID}">
<img border="0" src="/_layouts/images/edititem.gif"/>
</a>
I want to open the above URL as modal pop ..
Any help
Inline Edit Option is there in SPD2010 which is same as your article
Inline Edit and Delete for dataview is not working.
Any Additional info need to provided?
Tons and tons of thank you so much...
Edit is working .. How to implement Delete for that item
Because those filtered comments needs to be deleted any option to delete all the filtered comments ?
I have used data view webpart applied filter on dataview for badwords . Now its displaying all the comments that contains bad words ..
Problem is i want edit option (link) to edit or delete the post
i.e link to an item of data view..
Yes, msdn post is mine paranoid.
I dont want any replacement .
Once admin logins ,CQWP should show the posts/comments having abusive words..
Is it possible without any code..
Filter is supported in SP2010 any guidelines
How to filter obscene /bad words from comments/posts in sharepoint
blogs.
I have created custom list to store the obscene/bad words .I am trying to compare custom list with comments using xslt to filter the posts/comments and display to admin in CQWP(content query web part)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.