The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM H1,H2,H3 and lists in editor
#1
Hello dear GS fans,

Is there a plug in to have a better editor ? 

When I need to use tags like h1,h2,h3,h4 or ul, ol, li for lists, I need to go in the source code tab.

Is there a way to have a better editor ? 

Thanks !
Reply
#2
Actually, I found one possibilité : lists are already in the editor.

To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');
Reply
#3
Thumbs Up 
(2020-05-04, 01:39:43)pablito Wrote: Actually, I found one possibilité : lists are already in the editor.

To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');

Thanks for the tip...
Reply
#4
(2020-05-07, 03:40:35)mrmagoo Wrote:
(2020-05-04, 01:39:43)pablito Wrote: Actually, I found one possibilité : lists are already in the editor.

To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');

Thanks for the tip...

There are also a few others within the config file too that can help with your content. One of the settings I regularly 
uncomment is the following:

Code:
# Enable auto meta descriptions from content excerpts when empty
define('GSAUTOMETAD',true);
Reply
#5
(2020-05-07, 16:57:05)craiga Wrote:
(2020-05-07, 03:40:35)mrmagoo Wrote:
(2020-05-04, 01:39:43)pablito Wrote: Actually, I found one possibilité : lists are already in the editor.

To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');

Thanks for the tip...

There are also a few others within the config file too that can help with your content. One of the settings I regularly 
uncomment is the following:

Code:
# Enable auto meta descriptions from content excerpts when empty
define('GSAUTOMETAD',true);

Yes, I saw this one and tried it. 

Problem was I used DynPages to generate some content on top of page and in this case the description is with the  {% component %} call to generate php.
Reply
#6
(2020-05-07, 19:53:11)pablito Wrote:
(2020-05-07, 16:57:05)craiga Wrote:
(2020-05-07, 03:40:35)mrmagoo Wrote:
(2020-05-04, 01:39:43)pablito Wrote: Actually, I found one possibilité : lists are already in the editor.

To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');

Thanks for the tip...

There are also a few others within the config file too that can help with your content. One of the settings I regularly 
uncomment is the following:

Code:
# Enable auto meta descriptions from content excerpts when empty
define('GSAUTOMETAD',true);

Yes, I saw this one and tried it. 

Problem was I used DynPages to generate some content on top of page and in this case the description is with the  {% component %} call to generate php.

I see. I think for most though, it works well.
Reply
#7
(2020-05-07, 19:53:11)pablito Wrote: [quote pid='68677' dateline='1588834625']
There are also a few others within the config file too that can help with your content. One of the settings I regularly 
uncomment is the following:

Code:
# Enable auto meta descriptions from content excerpts when empty
define('GSAUTOMETAD',true);

Yes, I saw this one and tried it. 

Problem was I used DynPages to generate some content on top of page and in this case the description is with the  {% component %} call to generate php.
[/quote]

I'll give it a shot, thanks!
Reply




Users browsing this thread: 2 Guest(s)