Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. varshaaa

    Using XSLT to filter comments

    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...
  2. varshaaa

    Need modal pop up

    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: &quot;../_layouts/listform.aspx?PageType=6&amp;ListId={24b92116-5f1f-4866-97f8-13693b75cc47}&amp;ID=&quot;+Id...
  3. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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">...
  4. varshaaa

    Need modal pop up

    <a href="../_layouts/listform.aspx?PageType=6&amp;ListId={{24b92116-5f1f-4866-97f8-13693b75cc47}}&amp;ID={@ID}"> <img border="0" src="/_layouts/images/edititem.gif"/> </a> I want to open the above URL as modal pop .. Any help
  5. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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?
  6. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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 ?
  7. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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..
  8. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    Yeah .. I tired with DVWP .. Its working fine .. One question How to assing link for item of dataview ? It can be done ?
  9. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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
  10. varshaaa

    How to filter obscene /bad words from comments/posts in sharepoint

    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)

Part and Inventory Search

Back
Top