This is a Hitskin.com skin preview
Install the skin • Return to the skin page
4 posters
Add button to quick reply?
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°1
Add button to quick reply?
Hi I was wondering if it was possible to add the button to the quick reply?
Tennisdude- Forumember
- Posts : 66
Reputation : 1
Language : English
- Post n°2
Re: Add button to quick reply?
I believe the quick reply cannot be modified. I haven't been able to modify it.
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°3
Re: Add button to quick reply?
Tennisdude wrote:I believe the quick reply cannot be modified. I haven't been able to modify it.
Maybe theres a way to edit a template? *shrug*
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°4
Re: Add button to quick reply?
http://malware-site.www/showthread.php?tid=47[/quote[/url]]Rideem3 wrote:Hi, there's a tutorial here:
[url=http://malware-site.www/showthread.php?tid=47
Ya this didnt work.
All I want to do is put the button in my Quick Reply box!
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°5
Re: Add button to quick reply?
bump!
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°6
Re: Add button to quick reply?
bump! Is it possible that I could add the flash button to the quick reply???
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°7
Re: Add button to quick reply?
bump...
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
- Post n°8
Re: Add button to quick reply?
Hi,
Try this URL: http://www.malware-site.www/forum/viewtopic.php?f=9&t=47
I havent tried the tutorial, but I assure you, it will work, going of the Auther's name
And yes, I have also added new codes to the Quick reply myself, just been awile and forgot how I did it lol.
Try this URL: http://www.malware-site.www/forum/viewtopic.php?f=9&t=47
I havent tried the tutorial, but I assure you, it will work, going of the Auther's name
And yes, I have also added new codes to the Quick reply myself, just been awile and forgot how I did it lol.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°9
Re: Add button to quick reply?
just add the flash tags or your members will have to do a full reply with the main editor,
There is no longer anywhere in the viewtopic_body template to modify quick reply,
So all i can think of is putting the whole subject box in replace of the {Quick Reply} tag
But as you see there is nowhere to modify it in the viewtopic_body body template.
If the quick reply was set up like the main edit box is in the posting_body template, then all you would have to do is add this option.
But there is no where to add it, Unless it is in a different template, So yeah i am stumped on how to add it now, At time time things like this was very easy to add,But a lot has changed with the last few updates so a lot of things are different now for certain things,
However you can try asking Rideem3, he may have a easy solution's that i am over looking?
Or who knows these days seems like Jquery is the answer for everything?
There is no longer anywhere in the viewtopic_body template to modify quick reply,
So all i can think of is putting the whole subject box in replace of the {Quick Reply} tag
But as you see there is nowhere to modify it in the viewtopic_body body template.
- Code:
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
If the quick reply was set up like the main edit box is in the posting_body template, then all you would have to do is add this option.
- Code:
<div style="visibility:hidden" class="select" id="flash">
<p><img src="{PATH_IMG_FA}wysiwyg/width.png" alt="{L_WIDTH}" title="{L_WIDTH}" style="vertical-align:middle" /> <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="flash_width" title="{L_WIDTH}" onkeypress="if (event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" />
x <img src="{PATH_IMG_FA}wysiwyg/height.png" alt="{L_HEIGHT}" title="{L_HEIGHT}" style="vertical-align:middle" /> <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="flash_height" title="{L_HEIGHT}" onkeypress="if (event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" /> px</p>
<p><img src="{PATH_IMG_FA}wysiwyg/link.png" alt="{L_URL}" title="{L_URL}" style="vertical-align:middle" /> <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="flash_url" title="{L_URL}" onkeypress="if (event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" /></p>
<p style="text-align:center"><input type="button" class="button2" onclick="constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash')" value="{L_OK}" /></p>
</div>
But there is no where to add it, Unless it is in a different template, So yeah i am stumped on how to add it now, At time time things like this was very easy to add,But a lot has changed with the last few updates so a lot of things are different now for certain things,
However you can try asking Rideem3, he may have a easy solution's that i am over looking?
Or who knows these days seems like Jquery is the answer for everything?
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°10
Re: Add button to quick reply?
kirk wrote:just add the flash tags or your members will have to do a full reply with the main editor,
There is no longer anywhere in the viewtopic_body template to modify quick reply,
So all i can think of is putting the whole subject box in replace of the {Quick Reply} tag
But as you see there is nowhere to modify it in the viewtopic_body body template.
- Code:
{QUICK_REPLY_FORM}
If the quick reply was set up like the main edit box is in the posting_body template, then all you would have to do is add this option.
- Code:
[img]{PATH_IMG_FA}wysiwyg/width.png[/img]
x [img]{PATH_IMG_FA}wysiwyg/height.png[/img] px
[img]{PATH_IMG_FA}wysiwyg/link.png[/img]
But there is no where to add it, Unless it is in a different template, So yeah i am stumped on how to add it now, At time time things like this was very easy to add,But a lot has changed with the last few updates so a lot of things are different now for certain things,
However you can try asking Rideem3, he may have a easy solution's that i am over looking?
Or who knows these days seems like Jquery is the answer for everything?
Ok. Quick question: on that 1st code you gave me, I see that in the "viewtopic_body" section. So I have to leave it that way? And I add that 2nd code to the "posting_body" template, correct?
Edit: I put that 2nd code into the "posting_body" template and nothing happened.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°11
Re: Add button to quick reply?
no actually i was explaining there is no where to add the second code to the viewtopic_bodytemplate.. I was saying if the quick reply was set up more like the main editor in the posting_body template, then it would be very simple to add, But the quick reply is no longer set up to alter things there in the template like it used to be a few years ago.. I know i have added my own things in there before as well,
Also keep in mind i was trying to figure out doing it through template.
Rideem3 method is through java/jquery. so he may be able to write something that will add the flash like you are asking,
And i will check on my phpbb2 forum, if the template is set different and i do have the option to modify quick reply this way on phpbb2, then i can just give you that code and it will work fine.
That is only if phpbb2 version has the options to do so or not, I actually think all this changed a few updates ago
Also keep in mind i was trying to figure out doing it through template.
Rideem3 method is through java/jquery. so he may be able to write something that will add the flash like you are asking,
And i will check on my phpbb2 forum, if the template is set different and i do have the option to modify quick reply this way on phpbb2, then i can just give you that code and it will work fine.
That is only if phpbb2 version has the options to do so or not, I actually think all this changed a few updates ago
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°12
Re: Add button to quick reply?
kirk wrote:no actually i was explaining there is no where to add the second code to the viewtopic_bodytemplate.. I was saying if the quick reply was set up more like the main editor in the posting_body template, then it would be very simple to add, But the quick reply is no longer set up to alter things there in the template like it used to be a few years ago.. I know i have added my own things in there before as well,
Also keep in mind i was trying to figure out doing it through template.
Rideem3 method is through java/jquery. so he may be able to write something that will add the flash like you are asking,
And i will check on my phpbb2 forum, if the template is set different and i do have the option to modify quick reply this way on phpbb2, then i can just give you that code and it will work fine.
That is only if phpbb2 version has the options to do so or not, I actually think all this changed a few updates ago
Ahh thats ok. Im a punbb forum.
So theres no possible way to add the flash button to the quick reply?
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°13
Re: Add button to quick reply?
So there is no possible way to add the flash button to the quick reply box?
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
- Post n°14
Re: Add button to quick reply?
Have you viewed my link above?
It explains how to do it
It explains how to do it
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°15
Re: Add button to quick reply?
It didnt show up! Is there any settings that need to be on/off for this to work? I made sure javascript is on! And I copied it exactly like it showed.Rideem3 wrote:Hi, go to Admin Panel -> Modules -> JavaScript Codes Management -> Make sure it's on -> Create new -> Title it flash -> Select in the topics -> Paste:
Copy the code from here: http://pastebin.com/tXiZhdfh
Hit save.
I can't paste the code here because certain things will get parsed.
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°16
Re: Add button to quick reply?
Rideem3 wrote:It works as I've tested it.
Forum URL?
Woah something weird really happened. I put in that code, and ALL of my buttons (bold, underline, strikethrough, list, EVERYTHING) disappeared in the quoting system! SO I deleted the javascript!
But here's the url:
http://hankthetank.canadian-forum.com/
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°17
Re: Add button to quick reply?
Rideem3 wrote:Could you please provide me a test admin account? Thanks.
Check PM in a few.
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°18
Re: Add button to quick reply?
Rideem3 wrote:I have successfully accessed the forum, and have successfully installed the button. The code was fine.
Haha I dont mean to sound like an idiot, but the button still isnt there for me!
Mr. Eddster- Forumember
- Posts : 382
Reputation : 7
Language : English
- Post n°19
Re: Add button to quick reply?
Ahhh yes it works on chrome but not explorer! I guess this is solved! Thank you very much!Rideem3 wrote:Press CTRL + F5 for a hard refresh
Also, I noticed your using internet explorer. Internet explorer handles JavaScript in a different way from the most updated and popular browsers such as Firefox & Google chrome. I recommend you update your browser to either firefox or google chrome