![]() |
Glad you go this fixed :). Interesting problem, I'm not sure why exactly it'd happen, though.
|
I still can't get this mod to work for invidivual posts...works for for topics.....this is going to drive me to drink! LOL
I did as you asked and created a new style with no parent, but still have the problem. Any other ideas? |
Quote:
Tnx in advance. |
One thing i felt that can be improved is the inline deletion.
It does soft deletion. But i want to physically delete a mass of thread, which i cannot do with the inline moderation tool. maybe you should make so when you tick the forum threads, and select inline option delete, it then prompts, soft ot physical deletion. just an opinion. |
I have the same problem with moving threads.
Does someone have a fix for this? Edit: I tired using Firefox insted of IE.. haven't got any problems yet (after moving approx 1000 threads :)) |
I have one problem i merged two posts and one of them had attachments and those seemed to disappear when the posts were merged
|
Exellent Hack !! I remember the first time i installed this hack, it created a real mess on my forum but this time around it installed like a charm... thanks for this gr8 handy tool !!
Regards |
I didn't went through the whole thread again, this hack works wonders, since it was installed, but I have a question/suggestion.
In our forums, the moderator are instructed never to delete a post/thread before creating a copy in a specific forum. In that way, if the user who posted the post/thread complains, we have the initial text for resolution. In some cases, the mods want to copy a single post (or multiples, that's irrelevant) to the specified forum, but also edit the existing post in its original location. Would it be possible to have something similar to split, but which will copy the selected posts in a new thread in a selected forum, while still leaving the original one in its original position, for further action (like editing)? This would be extremely helpful, this hack covers all our moderator needs, but that. Needless to say, I am at the authors disposal, if I need to elaborate. UPDATE: I tried to do this myself, but I just do not have the coding expertise and the time to do it. It's pretty similar to splitting, the difference being that new posts have to be created, in addition to a new thread. And that's when I had to go pick up the twins from the nursery. With the twins at home, every coding effort is ... canceled. Rgds |
Quote:
PHP Code:
PHP Code:
HTML Code:
<form action="inlinemod.php" method="post" name="vbform"> HTML Code:
<option value="undelete">Undelete Threads</option> HTML Code:
<if condition="$bbuserinfo['userid']==1"> Rgds |
Thx buddy *muaks
Kudos =^_^=; |
As I said before, one thing my mods were asking from this tool, was the ability to copy selected posts to a new thread in a specified forum. Some times, they want to edit a post, but their instructions is always to keep evidence of the original post, for dispute resolution. They usually do that, by making a copy of the thread in a specific forum. But this gets stupid, if you want to edit one post in a 200 posts thread.
So I came up with an addition to this hack, which is similar to split, but doesn't remove the original posts from the original thread, it just creates a new thread with the selected posts, in a selected forum, without touching the originals. In addition, you can select if you want to end up in the new thread's forum, or return to where you were originally (so that you can edit the original post). For those interested, here is what you need to do, to add this functionality to this hack: 1. Open inlinemod.php and find: PHP Code:
PHP Code:
HTML Code:
<form action="inlinemod.php" method="post" name="vbform"> Then open your SHOWTHREAD template and find: HTML Code:
<select name="inlinemodact"> HTML Code:
<option value="copy">Copy Posts</option> Type : Front-end redirect messages Name: copyposts Contents: The selected posts have been copied to a new thread, in the forum you specified. You may want to run this query, to change an existing phrase, so that it can be used in copying as well as in splitting: update phrase set text='You must specify some posts to split/copy from this thread.' where varname='nosplitposts' I think this is it, I hope I am not forgetting anything. |
Quote:
I'm confused with this part of this code. How do I do this? Thanks in advance. |
Quote:
Code:
UPDATE phrase SET text='You must specify some posts to split/copy from this thread.' WHERE varname='nosplitposts' |
Heya,
My body onload tag was allready modified by the image resize hack. Currently I changed it to: <body onload="<if condition="can_moderate($thread['forumid']) AND $show['inlinemod']">inline_init($thread[threadid], 'post');</if>$onload ; fiImageResize()"> but this is not working, any idea's what I need to change here?? previously it was: <body onload="$onload; fiImageResize()"> |
Try this:
HTML Code:
<body onload="<if condition="can_moderate($thread['forumid']) AND $show['inlinemod']">inline_init($thread[threadid], 'post');</if> fiImageResize(); $onload"> |
Just an update on things:
I'm working on abstracting a lot of the functions to make it easier to keep things organized and working right. This weekend I'm going to be swamped with work, so I probably won't get anything done. Next weekend I have to finish off a few of my own coding projects. Then in three weeks, I should have time to put the final touches on it. My goal is to have it out by the end of the month. |
hi, my mods say they get a no permission error when using this.. any idea?
|
Do they have JavaScript enabled? When they click the "Go" button does it have a number in parenthesis or not? What browsers are they using?
|
they areable to use it but they get permission denied error.. like as if they where not allowed to use script.. IE (Not mods..)
|
When they're using the tool, at the bottom of the page there's a "Go" button; when they click it is there a number in parenthesis or not?
|
Folks,
For those of you who decided to use my modification posted above, for copying posts to a new thread, please note that there were .... a few bugs in the way the database was updated. Don't panick nothing serious, it's just that in my hurry to provide you with this, I haven't taken care of all possible issues, and haven't added the required addslashes or intvals. If you haven't had an error when trying to use the copy function, you wouldn't be aware of it. If you had an error, I am sure you would have posted it here. So, if you want to be 100% correct, please edit your inlinemod.php and find: PHP Code:
PHP Code:
Apologies for any inconvenience. Rgds |
i had a recent problem where when i tried to prune a users posts completely the merged posts remained and changed the merged posts status to a guest post, when what i wanted was it to be deleted as the pruning command is supposed to
|
Quote:
Yes there is a parenthesis with a number next to the go number, the number equals the number of checkboxes they've selected... |
Quote:
|
Hi,
I've installed this today on vB 3.07 but no matter what group tries to use it (Mods, Super Mods, even Admins) they're told they don't have permission to view the page when trying to move/delete/stick etc. (in the address bar the page it's looking at is inlinemod.php) The go button is there, it contains the correct number for the amount of boxes checked. When trying to merge two messages I get as far as the editing screen - enter the title - am told all selected messages will be merged into one and I push "Merge Posts" only to get the error "Invalid Post specified. If you followed a valid link, please notify the webmaster" Does anyone have the answer? Thanks, Renada |
I just installed and had the same issue with permissions the first time I tried it. I hit the back button and tried again and it worked without issue. I cant seem to break it now so playing with it might fix it.
Great hack BTW..... great time saver. |
Alright sorry for not being able to reply for a while, I've managed to keep myself quite busy. I cannot reproduce the no permission error at all. I have tried it with Opera, Safari, IE6, and Firefox; all of these work fine.
|
hmmm...mine stopped working...each time I get the message 'Invalid inline moderation items specified. If you followed a valid link, please notify the webmaster' except when I try to split/copy posts it says 'You must specify some posts to split/copy from this thread.' The post selected are checked and the 'go-button' shows the right amount of threads...any idea's??
edit: never mind, got it fixed ;) |
Quote:
I got the same problem as u , how do u fix it? |
Quote:
|
this hack seems redundant on vb 3.0.7
|
Quote:
|
isnt there already the "forum tools". not sure, but isnt this the same thing?
|
Not even close to being the same thing .....
It may become redundant in vB 3.5.0 though ..... |
I have a problem with the tick-boxes it shows as in the attached screenshot.
What I'd like is for the tick boxes to show beside the threads, to the right, but seem to have done something wrong. Any help appreciated Screenshot |
Quote:
|
Quote:
can you enlighten on this, i honestly dont know. Arent all the functions in inline moderator tools also in forum/thread tools which come default? I hope to be proven wrong as i already have inline moderator tools installed and hope it wasnt a redundancy |
Yes, all the tools are there -- that's the point. This hack allows you to perform those actions while viewing the forum or the thread without having to go to a separate page. It allows for inline editing.
|
Well...
What about making it so when a mod moves multiple threads, it's located in the mod log? I don't even think move/closing one thread through Inline moderation is logged (I could be wrong, but I believe that's what I found out). Not sure if that was suggested or not...16 pages is too many to scan through. |
i just realized what the problem in my case is... after changing FORUMDISPLAY and SHOWFORUM templates' <body> tags, and not getting any of those changes to appear in the actual pages, I looked at the code and realized that the latest version of VBAdvanced CMPS had a lot to do with that. First of all, the pages use adv_portal template to display all the pages, making showthread and forumdisplay pages sort of useless... I'll try adding the code into adv_portal template instead and see what happens.
|
All times are GMT. The time now is 10:05 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|