Edit the look of QReplay + add a video button to QReplay
+7
Senzu
Sanket
uJhisper
Nera.
Richard.
Dorin
EmperorAdam
11 posters
Page 1 of 1
Edit the look of QReplay + add a video button to QReplay
Hey i want to get my Quick Reply to look i bit like this.
Dorin- Forumember
- Posts : 34
Reputation : 4
Language : Romanian,English
Re: Edit the look of QReplay + add a video button to QReplay
What do you certain want? I think the quick reply from forumotion is pretty nice.Dorin wrote:FM platform?
Guest- Guest
Re: Edit the look of QReplay + add a video button to QReplay
I like that one more nice ad simple plus just and it to look like it.
Re: Edit the look of QReplay + add a video button to QReplay
- Code:
textarea#text_editor_textarea{
width: 100% !important;
}
Re: Edit the look of QReplay + add a video button to QReplay
- Code:
#quick_reply #text_editor_textarea {
height: 100px !important;
min-width: 1000px !important;
}
Change the numbers if you want.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Edit the look of QReplay + add a video button to QReplay
where would i add this code?Nera. wrote:
- Code:
#quick_reply #text_editor_textarea {
height: 100px !important;
min-width: 1000px !important;
}
Change the numbers if you want.
uJhisper- Forumember
- Posts : 135
Reputation : 2
Language : english
Re: Edit the look of QReplay + add a video button to QReplay
Display>Colors
Css Stylesheet
Css Stylesheet
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Edit the look of QReplay + add a video button to QReplay
can i add the video button to my quick reply? (phpbb3)
Re: Edit the look of QReplay + add a video button to QReplay
not working. i see in here's quick reply it's not there either.
Re: Edit the look of QReplay + add a video button to QReplay
nope, idk, i'll try later, i'm too tired now
Re: Edit the look of QReplay + add a video button to QReplay
can i add the video button to my quick reply? (phpbb2)
Re: Edit the look of QReplay + add a video button to QReplay
i tried. it's not working. a/A is off. i tried three times. idk wtf is wrong with my forum
Re: Edit the look of QReplay + add a video button to QReplay
How do you even add a quick reply to your forum? I have tried and failed
CorgiKid- Forumember
- Posts : 44
Reputation : 1
Language : English
Re: Edit the look of QReplay + add a video button to QReplay
ACP - general - Messages and e-mails - configuration
Re: Edit the look of QReplay + add a video button to QReplay
Rideem3 wrote:Yes, you can
Admin Panel -> Module -> JavaScript Codes Management
Create new one and click "In the topics".
Then paste this code:
- Code:
$(function() {
$('#addbbcode16').after(' <button title="Video" type="button" onmouseover="helpline(\'vd\')" onclick="selectWysiwyg(this,\'video\')" class="button2"><img alt="Video" src="http://2img.net/i/fa/wysiwyg/film.png" title="Video"></button>');
});
And save.
Then go to Admin Panel -> Modules -> Forum widgets management -> Create a new widget:
Name: Video
Use as table type: No
And put this in the box:
- Code:
<div id="video" class="select" style="visibility: hidden; width: auto; left: 983px; top: 334px;"><p style="text-align:center"><a target="_blank" href="http://youtube.com/"><img style="vertical-align:middle" title="YouTube" alt="YouTube" src="http://2img.net/i/fa/wysiwyg/logo_youtube.gif">YouTube</a> <a target="_blank" href="http://www.dailymotion.com/"><img style="vertical-align:middle" title="Dailymotion" alt="Dailymotion" src="http://2img.net/i/fa/wysiwyg/dailymotion.gif">Dailymotion</a> <a target="_blank" href="http://www.video.google.com/"><img style="vertical-align:middle" title="Google Video" alt="Google Video" src="http://2img.net/i/fa/wysiwyg/googlevideo.gif">Google Video</a></p><p style="text-align:center" class="gensmall" id="inv_url"></p><p><img style="vertical-align:middle" title="URL" alt="URL" src="http://2img.net/i/fa/wysiwyg/link.png"> <input type="text" onkeypress="if (event.keyCode==13){BBcodeVideo('video_url');return false}" title="URL" id="video_url" style="width:300px" class="inputbox" autocomplete="off"></p><p style="text-align:center"><input type="button" value="Ok" onclick="BBcodeVideo('video_url')" class="button2"></p></div>
i tried on all of my three forums here and on none of them it worked a/A was off.
Re: Edit the look of QReplay + add a video button to QReplay
Senzu wrote:Rideem3 wrote:Yes, you can
Admin Panel -> Module -> JavaScript Codes Management
Create new one and click "In the topics".
Then paste this code:
- Code:
$(function() {
$('#addbbcode16').after(' <button title="Video" type="button" onmouseover="helpline(\'vd\')" onclick="selectWysiwyg(this,\'video\')" class="button2"><img alt="Video" src="http://2img.net/i/fa/wysiwyg/film.png" title="Video"></button>');
});
And save.
Then go to Admin Panel -> Modules -> Forum widgets management -> Create a new widget:
Name: Video
Use as table type: No
And put this in the box:
- Code:
<div id="video" class="select" style="visibility: hidden; width: auto; left: 983px; top: 334px;"><p style="text-align:center"><a target="_blank" href="http://youtube.com/"><img style="vertical-align:middle" title="YouTube" alt="YouTube" src="http://2img.net/i/fa/wysiwyg/logo_youtube.gif">YouTube</a> <a target="_blank" href="http://www.dailymotion.com/"><img style="vertical-align:middle" title="Dailymotion" alt="Dailymotion" src="http://2img.net/i/fa/wysiwyg/dailymotion.gif">Dailymotion</a> <a target="_blank" href="http://www.video.google.com/"><img style="vertical-align:middle" title="Google Video" alt="Google Video" src="http://2img.net/i/fa/wysiwyg/googlevideo.gif">Google Video</a></p><p style="text-align:center" class="gensmall" id="inv_url"></p><p><img style="vertical-align:middle" title="URL" alt="URL" src="http://2img.net/i/fa/wysiwyg/link.png"> <input type="text" onkeypress="if (event.keyCode==13){BBcodeVideo('video_url');return false}" title="URL" id="video_url" style="width:300px" class="inputbox" autocomplete="off"></p><p style="text-align:center"><input type="button" value="Ok" onclick="BBcodeVideo('video_url')" class="button2"></p></div>
i tried on all of my three forums here and on none of them it worked a/A was off.
its working very fine thanks for help
password143- New Member
- Posts : 7
Reputation : 1
Language : english
Re: Edit the look of QReplay + add a video button to QReplay
here's the pics:
and nothing. what am i doing wrong?
and nothing. what am i doing wrong?
Re: Edit the look of QReplay + add a video button to QReplay
guys, post pics of your working Video button in your quick reply please, i wanna see it
Re: Edit the look of QReplay + add a video button to QReplay
i got it. but it's not working. i see the video button but no pop up coming, no youtube BBCode appearing, nothing.
and i have three pages on Forumotion, and i'd like to make it on all of them. i tried back then on all and on none of them it was working
and i have three pages on Forumotion, and i'd like to make it on all of them. i tried back then on all and on none of them it was working
Similar topics
» Change Quote Button, Edit Button and more into the text
» How to add a button for video sharing?
» Adding the embed video button to quick reply
» Button Edit
» Edit and like button
» How to add a button for video sharing?
» Adding the embed video button to quick reply
» Button Edit
» Edit and like button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum