No. I agree with phpBB that quick reply is just that, a means to make a "quick" reply. To compose a more detailed message, i.e.: one using bbcodes, is what the "Full Editor" is for, and it's why the Quick Reply has a button to take you to it if you prefer. Also, posting with BBcodes usually means users will want to preview their posts, again another reason why BBcodes belong in the full editor but not the quick reply.sysz wrote:will there be an option to have it used in the quick reply option or will i need to find another extension in the future for that?
Code: Select all
// Alert message BBCode
'ABBC3_MOD' => 'Message from %1$s,
Code: Select all
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'There are no registered paths for namespace "vse_abbc3" in "overall_header.html" at line 107.' in /home/xxxxx/forum1_phpBB31/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:193 Stack trace: #0 /home/xxxxx/forum1_phpBB31/phpbb/template/twig/loader.php(103): Twig_Loader_Filesystem->findTemplate('@vse_abbc3/even...') #1 /home/xxxxx/forum1_phpBB31/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('@vse_abbc3/even...') #2 /home/xxxxx/forum1_phpBB31/vendor/twig/twig/lib/Twig/Environment.php(265): Twig_Loader_Filesystem->getCacheKey('@vse_abbc3/even...') #3 /home/xxxxx/forum1_phpBB31/vendor/twig/twig/lib/Twig/Environment.php(312): Twig_Environment->getTemplateClass('@vse_abbc3/even...', NULL) #4 /home/xxxxx/forum1_phpBB31/phpbb/template/twig/environment.php(161): Twig_Environment->loadTemplate('@vse_abbc3/even...', NULL) #5 /home/a in /home/xxxxx/forum1_phpBB31/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 193
Re-check your version of phpBB. 3.1.0-b3 should not be looking for 'licence'... it now looks for 'license'Zoddo wrote:Hi!
When I Enable this extension, i've this error : Required meta field 'licence' has not been set.
I'm on phpBB 3.1.0-b3.
Code: Select all
<?php
/**
*
* abbc3 [English]
*
* @package language
* @copyright (c) 2013 Matt Friedman
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
// Hidden BBCode
'ABBC3_HIDDEN_ON' => 'תוכן חבוי',
'ABBC3_HIDDEN_OFF' => 'תוכן חבוי(למשתמשים בלבד)',
'ABBC3_HIDDEN_EXPLAIN' => 'אתר זה מחייב להיות להיות מחובר על מנת לצפות בתוכן חבוי.',
// Spoiler BBCode
'ABBC3_SPOILER_SHOW' => '► הצג ספוילר',
'ABBC3_SPOILER_HIDE' => '▼ הסתר ספוילר',
// Off Topic BBCode
'ABBC3_OFFTOPIC' => 'מחוץ לנושא',
// Font BBCode
'ABBC3_FONT_BBCODE' => 'תפריט פונטים',
'ABBC3_FONT_FANCY' => 'פונטים יוקרתיים',
'ABBC3_FONT_SAFE' => 'פונטים בטוחים',
'ABBC3_FONT_WIN' => 'פונטים של Windows',
// BBCode help lines
'ABBC3_ALIGN_HELPLINE' => 'ישר טקסט: [align=center|left|right|justify]text[/align]',
'ABBC3_BBVIDEO_HELPLINE' => 'הטמע כל קישור מאתר סרטונים כאן: [BBvideo=width,height]http://video_url[/BBvideo]',
'ABBC3_BLUR_HELPLINE' => 'טשטש טקסט: [blur=color]text[/blur]',
'ABBC3_DIR_HELPLINE' => 'כיוון הטקסט: [dir=ltr|rtl]text[/dir]',
'ABBC3_DROPSHADOW_HELPLINE' => 'צל בטקסט: [dropshadow=color]text[/dropshadow]',
'ABBC3_FADE_HELPLINE' => 'Text fadein / fadeout: [fade]text[/fade]',
'ABBC3_FLOAT_HELPLINE' => 'טקסט צף: [float=left|right]text[/float]',
'ABBC3_FONT_HELPLINE' => 'סוג פונט: [font=Comic Sans MS]text[/font]',
'ABBC3_GLOW_HELPLINE' => 'טקסט זוהר: [glow=color]text[/glow]',
'ABBC3_HIDDEN_HELPLINE' => 'הסתר מאורחים: [hidden]text[/hidden]',
'ABBC3_HIGHLIGHT_HELPLINE' => 'הדגש טקסט: [highlight=yellow]text[/highlight] טיפ: אתה יכול להתשמש גם ב color=#FF0000',
'ABBC3_MARQUEE_HELPLINE' => 'טקסט זז: [marq=up|down|left|right]text[/marq]',
'ABBC3_MOD_HELPLINE' => 'הודעת התראה: [mod=username]text[/mod]',
'ABBC3_NFO_HELPLINE' => 'NFO ascii art text: [nfo]text[/nfo]',
'ABBC3_OFFTOPIC_HELPLINE' => 'הודעה מחוץ לנושא: [offtopic]text[/offtopic]',
'ABBC3_PREFORMAT_HELPLINE' => 'Preformatted text: [pre]text[/pre]',
'ABBC3_SHADOW_HELPLINE' => 'צל לטקסט: [shadow=color]text[/shadow]',
'ABBC3_SOUNDCLOUD_HELPLINE' => '[soundcloud]http://soundcloud.com/user-name/song-title[/soundcloud]',
'ABBC3_SPOILER_HELPLINE' => 'הודעת ספוילר: [spoil]text[/spoil]',
'ABBC3_STRIKE_HELPLINE' => 'טקסט קו-דרכו: [s]text[/s]',
'ABBC3_SUB_HELPLINE' => 'Subscript text: [sub]text[/sub]',
'ABBC3_SUP_HELPLINE' => 'Superscript text: [sup]text[/sup]',
'ABBC3_YOUTUBE_HELPLINE' => 'סרטון YouTube: [youtube]http://youtube_url[/youtube]',
// Utility BBCodes
'ABBC3_COPY_BBCODE' => 'העתק טקסט מסומן',
'ABBC3_PASTE_BBCODE' => 'הדבק טקסט מועתק',
'ABBC3_PASTE_ERROR' => 'אתה חייב קודם להעתיק טקסט מסומן, ואז להדביק אותו',
'ABBC3_PLAIN_BBCODE' => 'מחק את כל תגי ה BBCode מהטקסט המסומן',
'ABBC3_NOSELECT_ERROR' => 'לא נבחר טקסט.',
// BBCode Wizards
'ABBC3_BBCODE_WIZ_SUBMIT' => 'הכנס לתוך ההודעה',
'ABBC3_BBCODE_WIZ_EXAMPLE' => 'דוגמא',
// BBvideo Wizard
'ABBC3_BBVIDEO_SITES' => 'אתרים מורשים ב BBVideo',
'ABBC3_BBVIDEO_LINK' => 'קישור סרטון',
'ABBC3_BBVIDEO_SIZE' => 'גובה X רוחב של סרטון',
'ABBC3_BBVIDEO_WIDTH' => '560',
'ABBC3_BBVIDEO_HEIGHT' => '315',
'ABBC3_BBVIDEO_PRESETS' => 'גודל Presets',
'ABBC3_BBVIDEO_PRESETS_SM' => '560 x 315',
'ABBC3_BBVIDEO_PRESETS_MD' => '640 x 360',
'ABBC3_BBVIDEO_PRESETS_LG' => '853 x 480',
'ABBC3_BBVIDEO_PRESETS_XL' => '1280 x 720',
// ACP
'ABBC3_BBCODE_ORDERED' => 'סדר ה BBCodes עודכן.',
'ABBC3_BBCODE_GROUP' => 'נהל קבוצות שיכולות להתשמש ב BBCode זה',
'ABBC3_BBCODE_GROUP_INFO' => 'אם לא נבחרו שום קבוצות, כל המשתמשים יכולים להשתמש ב BBCode זה. השתמש במקש ה CTRL כדי לסמן יותר מקבוצה אחת.',
));
It's working fine for me. Are you sure you are not blocked from vbox7?