Version: 1.00, by Admin (Coder)
Developer Last Online: Nov 2024
Version: 2.2.x
Rating:
Released: 04-01-2002
Last Update: Never
Installs: 22
Is in Beta Stage
No support by the author.
This was an idea of xiphoid. The hack allows your users to check a checkbox next to each post in a thread, then at the bottom click a submission button which will take them to newreply.php with all quotes from all checked messages in the textarea.
I will post a screen shot soon.
Fun.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Well, we can, but.. since every forum has a different type of buttno set and even if they are the same, they are looking differently in colours. So I think you just have to use your graphic skills for that
The checkbox can't be made a graphic though.
Is there a way that you could change this so that when you check the checkbox all you have to do is hit "post reply" and it will bring the quotes to the reply page?
I'm trying to avoid adding another button.
Basically I'd like the following conditions:
If none of the checkboxes are checked, the "post reply" functions as normal
If there are any checkboxes checked, the "post reply" button becomes a "reply with quotes" button
If Firefly or someone could make that happen.... YOU ROCK!! :laugh:
You can accomplish something with php there, but changing on the fly of buttons requires javascript. And I hate client-side scripting. 9/10 times it has little error due to use of lame browser, or its settings.
Currently, when no one selected a checkbox, but still hit the quote selected, it will behave as a post reply.
Originally posted by xiphoid Feel free to share your code
OK...
Here you go!
Keep in mind though, that if you are using an image for the reply buttons that has a tranparent background (such as the default images), you will see a small gray ring around them. This is because you are laying an image over a form item which has a default color of gray.
To fix this, I edited my reply images so that the backgrounds were not transparent. I made the background the same color as my table background color. Its very simple. How fast can you use the paintbucket tool and hit Save? :cheeky:
Enjoy.
BTW this is my first piece of code I've ever submitted so I'm not sure if I've followed all the rules properly. I gave Firefly credit for all the original code. I'm not sure if I should've posted this in its own thread? aranoid:
Firefly, feel free to use any part of changes in your final release. Or just include my file along with yours so the endusers have more options. :knockedout:
Keep in mind though, that if you are using an image for the reply buttons that has a tranparent background (such as the default images), you will see a small gray ring around them. This is because you are laying an image over a form item which has a default color of gray.
To fix this, I edited my reply images so that the backgrounds were not transparent. I made the background the same color as my table background color. Its very simple. How fast can you use the paintbucket tool and hit Save? :cheeky:
Enjoy.
BTW this is my first piece of code I've ever submitted so I'm not sure if I've followed all the rules properly. I gave Firefly credit for all the original code. I'm not sure if I should've posted this in its own thread? aranoid:
Firefly, feel free to use any part of changes in your final release. Or just include my file along with yours so the endusers have more options. :knockedout:
Thank you for sharing and nice tips. I will look into it soon
Thank you for sharing and nice tips. I will look into it soon
Get a chance yet?
Has anyone tried this, out of those who've downloaded the file? Any problems?
BTW, should a "hack of a hack" be posted in its own thread? I thought Firefly would see this and let me know, but I guess he hasn't. Still wondering, as this was the first thing I've ever posted.