Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Palle Hansen 143 posts 396 karma points
    Jun 26, 2009 @ 12:36
    Palle Hansen
    4

    Opportunity to admin the topics

    Hi Morten,

    First off all, this is a great package. 
    The isuses: I would like to edit spelling mistakes or delete af hole topic.
    Case:
    - If the user spelles wrong I would like be able to edit the topic-text.
    - If the user makes pretty bad posts i would like to be able to delete only that post an not the entire node.

    Is that possible?

     

    Best regards
    Palle Hansen

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Jun 28, 2009 @ 09:09
    Morten Bock
    0

    Hi Palle

    Glad you like it.

    So would this be a moderator feature? Or should it be the user himself that should be able to edit the post? Would you like to correct it in the frontend, or in the admin area?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Jun 28, 2009 @ 21:06
    Dirk De Grave
    0

    Morten,

    Do you have enough rights to ban a user? Or to moderate in some kind? I'm afraid we've got our first real spammer.

    member/4933 (have a look at his topics/replies, those really stink)

     

    Cheers,

    Dirk

     

  • Palle Hansen 143 posts 396 karma points
    Jun 29, 2009 @ 08:59
    Palle Hansen
    0

    Hi Morten,

    It should be an moderator feature and it should be in the admin area (backend).

     

    Palle

  • Gordon Saxby 1444 posts 1855 karma points
    Sep 02, 2009 @ 14:07
    Gordon Saxby
    0

    Unfortunately, I think this is unusable without an admin system :-( You can create the forums via Umbraco admin, but you can't (as far as I can see) edit / moderate any posts - unless you access the database directly. The project I need it for does not have the budget to allow me to create the admin section.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 02, 2009 @ 14:33
    Dirk De Grave
    0

    Gordon,

    Some people have elevated rights and can edit/move/delete posts. It's all done through ajaxy base calls. uForum is supposed to be a 'basic starter' package for people that want forum functionality, and it's up to the developer to extend the functionality as required.

     

    Cheers,

    /Dirk

  • Gordon Saxby 1444 posts 1855 karma points
    Sep 02, 2009 @ 15:21
    Gordon Saxby
    0

    Dirk, I appreciate that it is a "basic starter" but in my opinion having some sort of admin system is mandatory. It's a real shame that the posts do not end up as nodes in Umbraco (underneath the forums that you create via Umbraco!), then admin would be easy (or easier!).

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Sep 02, 2009 @ 18:42
    Morten Bock
    0

    I agree that some basic admin stuff would suit the package, but that is the reason it is open sourced, as I don't have a lot of time to develop on this. And it _is_ a version 0.0.7 :-)

  • Zac 239 posts 541 karma points
    Oct 19, 2009 @ 18:55
    Zac
    0

    Morten, great work on this and in general Umbraco community and support.

    Has there been any progress on any basic admin functionality on this??  If not, I'm going to take a crack at it but wanted to see if there's anything to leverage yet.

    -Zac

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Oct 19, 2009 @ 22:06
    Morten Bock
    0

    Hi Zac

    I have not started anything, so I don't think anything has been done yet. Let me know if you want developer access to the codeplex project. Or just submit the changes as a patch. Maybe make a separate dashboard project so that it works as an addon?

  • kelfish 1 post 21 karma points
    Oct 20, 2009 @ 13:27
    kelfish
    0

    Zac,

    I need to build something similar for an immediate client. Is this something we can help each other out with? Save us both creating something from scratch...

    Kel.

  • Zac 239 posts 541 karma points
    Oct 23, 2009 @ 20:31
    Zac
    0

    Hey Kel, 

      I posted a comment two days ago on here... not sure why it didn't display.  Anyways, I'm in a similar situation.  I've extended the current solution to delete and update comments for users assigned to a member type of forum admin.  It works via ajax and requires an admin user to be created and to login to the forum.
      I changed the xslt files to display the comments as text boxes for the forum admin and allow ajax calls to a forum web service that interfaces with the uForum solution.  It works pretty well so far.  
      If you'd like, you could create a similar functionality for topic administration.

    Zac

  • Zac 239 posts 541 karma points
    Oct 27, 2009 @ 23:57
    Zac
    0

    Morton,

    I extended the current system and added the ability for forumadmins to edit and delete topics and comments. Not sure how you'd want to add this.  Let me know.  zpcohen @ tadasolutions.com

     

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 28, 2009 @ 09:08
    Richard Soeteman
    0

    Would be awesome if this could be added to the project, was almost started to work on this for a client project.

  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Oct 28, 2009 @ 10:25
    Chris Houston
    0

    I agree, it would be good if it could be added as I was about to have a look at the package with the view to correcting some of the XHTML and potentially adding to the admin community built interface :)

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Oct 28, 2009 @ 22:39
    Morten Bock
    0

    Zac, sent an email to get your codeplex username. Will give you commit access, and then everyone can take a look at your changes, and we could make a package of it if requested. Otherwise people can just use the source and install manually.

    Would be good with a list of the changes you made. For example if there are any changes to the DB Schema and so on.

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 17:05
    William Burnett
    0

    I too am in need of a lightweight forum but MUST have the basic ability to remove topics and posts as needed. The backend would be fine, but a delete button should be available for front end privilaged usrs as well.

    Has there been any progress on this?

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Oct 29, 2009 @ 17:46
    Morten Bock
    0

    William, I just sent credentials to Zac so that he can add hist changes to the source. Keep an eye on the source on codeplex site for his updates.

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 18:01
    William Burnett
    0

    Thanks... I am not sure how people are getting by without this and some basic functionality to allow memberst to change their passwords and email addresses.

  • Zac 239 posts 541 karma points
    Nov 04, 2009 @ 16:00
    Zac
    0

    For now, I'm just going to zip up all of the files that have changed and put a link to it on my website in the blog area - www.tadasolutions.com.  I'll add it to codeplex shortly.
    Please leave comments on my site with your thoughts and give it a thumbs up here if you like it.

    Zac

  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Nov 20, 2009 @ 18:08
    Tom Madden
    0

    Zac,

    Invalid Hostname when trying to look at your blog,

    FYI,

    Tom

  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Nov 20, 2009 @ 18:17
    Chris Houston
    0

    Quixltd,

    The URL for Zac's site should be:

    www.tadasolutions.com

    There was a " . " after the com in Zac's original post.

     

     

    Cheers,

    Chris

  • Inmedia 124 posts 176 karma points
    Dec 21, 2009 @ 11:44
    Inmedia
    0

    SAWEEEET!!!..... I have been waiting for this :)

    Thank you so much Zac. I havent tried it out yet, but I will in the next couple of days, and then I will leave my feedback on the project.

     

     

  • Ian Huntington 23 posts 53 karma points
    Jan 14, 2010 @ 13:16
    Ian Huntington
    0

    Hi Zac,

    I followed your blog post on how to add further administation functionality and nothing appears to happen/be any different. I have rechecked I did everything in order and the SQL script triggers are executed.

    I'm running 4.0.3 and have no errors. I'm not quite sure where to look for reasons why it would not be working. My .Net skills are non existant.

    Ian

  • Zac 239 posts 541 karma points
    Jan 19, 2010 @ 23:06
    Zac
    0

    Hey Ian,

      Did you login to the forum as a forumadmin user?  When you do that, you should be able to moderate the topics on the forum itself.  Let me know if you have any questions.  If you do, please post them on the blog, as I don't check this regularly.

    Thanks,

    Z

  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Jan 22, 2010 @ 12:10
    Tom Madden
    1

    Zac,

    I'm getting the same issue as Ian, but also can't post to your blog as the recaptcha just keeps reloading and there's no option to enter comments, I've emailed in case you don't see this, but I can't initially see where the textboxes and buttons come from to make the editing possible, and yes I'm loged in as a forumadmin user. I added a heading to the forumAdmin.xslt so I can tell straight away if logged in correctly or not and that is working.

    I've just started my first project with uForum and will post and findings back here.

    Thanks

    Tom

     

  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Jan 26, 2010 @ 18:20
    Tom Madden
    0

    The issue with the Forum Admin package is that the xslt files for editing or deleting the comments or topics hasn't been included. I've asked Zac if he can send/post then and I'll let you know when I hear back, alternatively this could be done by looking at the code used on this forum, although it's been altered since the uForum package was released with the addition of Voting, and Voting Thresholds, though I'm sure these bits can be extracted given a bit of time. I'll be having a look at this as I have a project that requires it, but not until Thursday or Friday at the earliest (client meeting tomorrow to prepare for).

     

  • David Parr 20 posts 90 karma points
    Feb 15, 2010 @ 12:58
    David Parr
    0

    Hello quixltd. Any luck with obtaining the xslt files for edit and delete? If so a post or link to the files would be much appreciated. :)

    Thanks

    Dave

  • Zac 239 posts 541 karma points
    Feb 23, 2010 @ 20:40
    Zac
    0

    I updated the download script on my site to include the missing comments-list xslt file and updated the post.  Make sure you include the jquery script.  Contact me via my site if you're still encountering any issues.

     

    Thanks,

     

    Zac

Please Sign in or register to post replies

Write your reply to:

Draft