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 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
QUESTION Adding sections to page admin panel
#1
Hello all!

I'm new to GetSimpleCMS, from what i've discovered and tested it's very nice!
I've found out some of the things or customised some thing already..
I didn't find a good way yet to add multiple 'sections' on the homepage.
as an example i use this template.
As you can see it has a top section, 3 read more columns and a gallery / post section.
Is there a way I can have multiple editors or something so I can change one section at a time?

thanks a lot!
Reply
#2
You can use components.

Or if you want to use a wysiwyg editor you can use a page instead: Use
PHP Code:
<?php getPageContent('slug'); ?>
in your template. See here for info) .

Or you can use one of the plugins: http://get-simple.info/wiki/plugins:guide#multiple_content_areas
Reply




Users browsing this thread: 1 Guest(s)