Brak paska narzędzi w edytorze tekstu

Błąd   Założony przez  Takaon.

wersja skryptu MyBB: najnowsza
adres forum: ----------
na czym polega problem (screen, opis, komunikaty):

Witam, podczas pisania nowego tematu nie ma paska narzędzi... Sprawdzałem w każdym z 3 edytorów jakich mam i jest ten sam błąd...
Ostatnio wszystko było ok. działało a teraz nie ma
Matslom napisał 18.02.2014, 18:12:
Przenoszę [Obrazek: modnotice_howto.png][Obrazek: modnotice_search.png]
Pokaż headerinclude (niezgrupowane szablony).+ jaki styl.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Styl Infinity Dark od EveryOne
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />



<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"> < / script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tiptip.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/yetii.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script>
jQuery.noConflict();
jQuery(document).ready(function(){
    jQuery(function () {
        // scroll body to 0px on click
        jQuery('#back-top').click(function () {
            jQuery('body,html').animate({
                scrollTop: 0
            }, 800);
            return false;
        });
    });
        jQuery(".loginbutton").click(function(e) {
            e.preventDefault();
            jQuery(".loginbutton_menu").slideToggle("fast");
            jQuery(".loginbutton").toggleClass("loginbutton_menu_open");
        });
        jQuery(".loginbutton_menu").mouseup(function() {
            return false
        });
        jQuery(document).mouseup(function(e) {
            if(jQuery(e.target).parent("a.loginbutton").length==0) {
                jQuery(".loginbutton").removeClass("loginbutton_menu_open");
                jQuery(".loginbutton_menu").slideUp("fast",  function() {display: 'toggle'});;
            }
            
        });
jQuery(function(){
jQuery(".pmpopup").tipTip({defaultPosition: "top", fadeIn: 300});
});
});
</script>



<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/colorpicker/js/colorpicker.js"></script>
<link rel="stylesheet" media="screen" type="text/css" href="{$mybb->settings['bburl']}/images/infinity/colorpicker/css/colorpicker.css" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/colorpicker/js/load.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/functions.js"></script>
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>





<script>
jQuery.noConflict();
jQuery(document).ready(function() {    
    //select all the a tag with name equal to modal
    jQuery('a[name=modal]').click(function(e) {
        //Cancel the link behavior
        e.preventDefault();
        //Get the A tag
        var id = jQuery(this).attr('href');
    
        //Get the screen height and width
        var maskHeight = jQuery(document).height();
        var maskWidth = jQuery(window).width();
    
        //Set height and width to mask to fill up the whole screen
        jQuery('#mask').css({'width':maskWidth,'height':maskHeight});
        
        //transition effect        
        jQuery('#mask').fadeIn("fast");
        jQuery('#mask').fadeTo("slow",0.5);    
    
        //Get the window height and width
        var winH = jQuery(window).height();
        var winW = jQuery(window).width();
              
    
        //transition effect
        jQuery(id).fadeIn("slow");
    
    });
    
    //if close button is clicked
    jQuery('.window .close').click(function (e) {
        //Cancel the link behavior
        e.preventDefault();
        jQuery('#mask, .window, #loginbox').fadeOut("slow");
    });        
    
    //if mask is clicked
    jQuery('#mask').click(function () {
        jQuery(this).fadeOut("slow");
        jQuery('.window').fadeOut("slow");
    });            
    
});
</script>




{$newpmmsg}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/custom_status.js"></script>
Matslom napisał 18.02.2014, 18:11:
Kod wstawiamy w [code] lub [php]
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset={$charset}/>
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<
script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tiptip.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/yetii.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{
$stylesheets}
<
script>
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(function () {
// scroll body to 0px on click
jQuery('#back-top').click(function () {
jQuery('body,html').animate({
scrollTop0
}, 800);
return 
false;
});
});
jQuery(".loginbutton").click(function(e) {
e.preventDefault();
jQuery(".loginbutton_menu").slideToggle("fast");
jQuery(".loginbutton").toggleClass("loginbutton_menu_open");
});
jQuery(".loginbutton_menu").mouseup(function() {
return 
false
});
jQuery(document).mouseup(function(e) {
if(
jQuery(e.target).parent("a.loginbutton").length==0) {
jQuery(".loginbutton").removeClass("loginbutton_menu_open");
jQuery(".loginbutton_menu").slideUp("fast", function() {display'toggle'});;
}

});
jQuery(function(){
jQuery(".pmpopup").tipTip({defaultPosition"top"fadeIn300});
});
});
</
script>




<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/colorpicker/js/colorpicker.js"></script>
<
link rel="stylesheet" media="screen" type="text/css" href="{$mybb->settings['bburl']}/images/infinity/colorpicker/css/colorpicker.css" />
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/colorpicker/js/load.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/infinity/functions.js"></script>
<
script type="text/javascript">
<!--
var 
cookieDomain "{$mybb->settings['cookiedomain']}";
var 
cookiePath "{$mybb->settings['cookiepath']}";
var 
cookiePrefix "{$mybb->settings['cookieprefix']}";
var 
deleteevent_confirm "{$lang->deleteevent_confirm}";
var 
removeattach_confirm "{$lang->removeattach_confirm}";
var 
loading_text '{$lang->ajax_loading}';
var 
saving_changes '{$lang->saving_changes}';
var 
use_xmlhttprequest "{$mybb->settings['use_xmlhttprequest']}";
var 
my_post_key "{$mybb->post_code}";
var 
imagepath "{$theme['imgdir']}";
// -->
</script>





<
script>
jQuery.noConflict();
jQuery(document).ready(function() {    
//select all the a tag with name equal to modal
jQuery('a[name=modal]').click(function(e) {
//Cancel the link behavior
e.preventDefault();
//Get the A tag
var id jQuery(this).attr('href');

//Get the screen height and width
var maskHeight jQuery(document).height();
var 
maskWidth jQuery(window).width();

//Set height and width to mask to fill up the whole screen
jQuery('#mask').css({'width':maskWidth,'height':ma​skHeight});

//transition effect    
jQuery('#mask').fadeIn("fast");
jQuery('#mask').fadeTo("slow",0.5);    

//Get the window height and width
var winH jQuery(window).height();
var 
winW jQuery(window).width();


//transition effect
jQuery(id).fadeIn("slow"); 

});

//if close button is clicked
jQuery('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
jQuery('#mask, .window, #loginbox').fadeOut("slow");
});    

//if mask is clicked
jQuery('#mask').click(function () {
jQuery(this).fadeOut("slow");
jQuery('.window').fadeOut("slow");
});    

});
</
script>




{
$newpmmsg}
<
script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/custom_status.js"></script
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
mam to zamienić ?
Tak .
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Z tak dużego kodu ?
Po prostu usuń tamtą zawartość, a dodaj tą...
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Tylko, że mam w tym pliku kilka linijek ( nie pamiętam które ) potrzebne do pugingów i jak je usunę to pugi działać prawidłowo nie będą...
Zgubiłem się...

To ten szablon co podałeś, to nie jest cały? :facepalm: ...

No to nie podmieniaj tamtych linijek...
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Ten szablon jest cały ale dodawałem do niego tekst który trzeba było dodać by pugi działały...
https://webboard.pl/thread-48363.html?pi...#pid204212
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Zrobiłem tak jak tam pisze i dalej nie działa... Jak chcesz mogę dać Ci konto testowe
Możesz tu podać dane. :D
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Wysłałem Ci na PW konto test



Użytkownicy przeglądający ten wątek:

1 gości