December 26 2022

Actually, I got tired of writing tags with my hands every time
and decided to add them to the BB panel, so that when the text is selected and the button is pressed, the selected piece is wrapped in
a tag


We go to engine/classes/parse.class.php

We find:


if ($count_start AND $count_start == $count_end) $source = str_ireplace( "", "<b>", str_ireplace( "", "</b>", $source ) );  


Below we put:

        $count_start = substr_count ($source, "

"); $count_end = substr_count ($source, "

"); if ($count_start AND $count_start == $count_end) $source = str_ireplace( "

", "<H2>", str_ireplace( "

", "</H2>", $source ) ); $count_start = substr_count ($source, "

"); $count_end = substr_count ($source, "

"); if ($count_start AND $count_start == $count_end) $source = str_ireplace( "

", "<H3>", str_ireplace( "

", "</H3>", $source ) ); $count_start = substr_count ($source, "

"); $count_end = substr_count ($source, "

"); if ($count_start AND $count_start == $count_end) $source = str_ireplace( "

", "<H4>", str_ireplace( "

", "</H4>", $source ) ); In the engine/modules/bbcode file.php find: <b id="b_ol" class="bb-btn" onclick="tag_list('ol')" title="{$lang['bb_t_list2']}">{$lang['bb_t_list2']}</b> <span class="bb-sep">|</span> And below we put: <div id="b_h2" class="editor_button" onclick="simpletag('H2')">H2</div> <span class="bb-sep">|</span> <div id="b_h3" class="editor_button" onclick="simpletag('H3')">H3</div> <span class="bb-sep">|</span> <div id="b_h4" class="editor_button" onclick="simpletag('H4')">H4</div> Next we go to engine/ajax/bbcode.php We find: <b id="b_ol" class="bb-btn" onclick="tag_list('ol')" title="$lang[bb_t_list2]">$lang[bb_t_list2]</b> <span class="bb-sep">|</span> And below the rate: <div id="b_h2" class="editor_button" onclick="simpletag('H2')">H2</div> <span class="bb-sep">|</span> <div id="b_h3" class="editor_button" onclick="simpletag('H3')">H3</div> <span class="bb-sep">|</span> <div id="b_h4" class="editor_button" onclick="simpletag('H4')">H4</div> To connect the codes in the admin panel, you need to go to engine/inc/include/inserttag.php To find: <div id="b_ol" class="editor_button" onclick="tag_list('ol')"><img title="$lang[bb_t_list2]" src="engine/skins/bbcodes/images/ol.gif" width="23" height="25"></div> <div class="editor_button"><img src="engine/skins/bbcodes/images/brkspace.gif" width="5" height="25"></div> Insert below: <div id="b_h2" class="editor_button" onclick="simpletag('H2')">H2</div> <div class="editor_button"><img src="engine/skins/bbcodes/images/brkspace.gif" width="5" height="25"></div> <div id="b_h3" class="editor_button" onclick="simpletag('H3')">H3</div> <div class="editor_button"><img src="engine/skins/bbcodes/images/brkspace.gif" width="5" height="25"></div> <div id="b_h4" class="editor_button" onclick="simpletag('H4')">H4</div> Now in any connected to the site .insert the css file #b_h2 { cursor: pointer; width: 23px; float: left; margin: 3px 0px 0px 5px; } #b_h3 { cursor: pointer; width: 23px; float: left; margin: 3px 0px 0px 5px; } #b_h4 { cursor: pointer; width: 23px; float: left; margin: 3px 0px 0px 5px; }

Information

Visitors who are in the group Guests they can't download files.
Log in to the site under your login and password or if you are a new user go through the process registrations on the website.

Comments:

This publication has no comments yet. You can be the first!

Information the publication:

Related News

07 June 2022
Casino Scripts
GUN88 vietnam online

A powerful and very attractive script of the Vietnamese online casino. Made using cocos and full source code,

Read more
12 November 2022
CMS Internet shop Scripts / PrestaShop script
PrestaShop

An open source web application for e-commerce. This application is written in PHP using the Symfony framework,

Read more
16 November 2022
Discuz! script / Modules Discuz!
About the custom html

About the custom html call of the static module discuz x1.5 Tags: HTML PHP In DIY, select module-> display

Read more
07 June 2022
Casino Scripts
Casino Pampazar Gold

Casino Pampazar Gold Online-Offline Full Open Source Install and run your own online and offline online casino

Read more
09 November 2022
Web Templates / HTML Templates website
HTML5 Game - Dungeon

Dungeon Warrior is an HTML game with a simple interface and pixel graphics. Full source code. Compatible with all

Read more

Information

Users of visitor are not allowed to comment this publication.

Site Search

Site Menu


☑ Scripts Software

Calendar

«    May 2024    »
MonTueWedThuFriSatSun
 12345
6789101112
13141516171819
20212223242526
2728293031 

Advertisement

Survey on the website

Evaluate the work of the site
 

Statistics

  • +5 Total articles 5578
  • +15 Comments 3149
  • +33 Users : 4132