Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 15:46

All times are UTC + 1 hour




Post new topic TOPIC_LOCKED  [ 1 post ] 
Author Message
PostPosted: 17 Nov 2011, 20:01 
Offline
Tiptop
Tiptop
User avatar

Joined: 11 Feb 2008, 11:49
Posts: 241
Only some Custom BBCodes to native QR

Instruction

open

styles/prosilver/template/quickreply_editor.html

find

Code:
    onload_functions.push('init_qr();');
    // ]]>
</script>


after add

Code:
<script type="text/javascript">
// <![CDATA[
var form_name = 'qr';
var text_name = 'message';    
// ]]>
</script>

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>


find (the second find)

Code:
<form method="post" action="{U_QR_ACTION}">


replace with

Code:
<form name="qr" method="post" action="{U_QR_ACTION}">


find

Code:
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>


replace with

Code:
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" />
            <input type="button" class="button2" value="youtube" onclick="bbfontstyle('[youtube]', '[/youtube]');" /></dd>

clear all caches



This example you can expand with more bbcode.

Just follow the syntax in the last replace with and duplicate this part:

Code:
<input type="button" class="button2" value="youtube" onclick="bbfontstyle('[youtube]', '[/youtube]');" /> 

and change bbcode name here

Code:
value="youtube"

Code:
'[youtube]', '[/youtube]'

_________________
Mod-Bot / Service-Team


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic TOPIC_LOCKED  [ 1 post ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.010s | 23 Queries | GZIP : Off ]