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 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
nanoSLider in component
#1
Hi there!
From 2 days i'm using getsimple and i'm very impressed.

It's simple and fast learn but i have some doubts...
I try to implement a dynamic sidebar on my template, and i do that with components and load correct component by page slug.

All work correctly but now i need to put a plugin code into the content...

Into content i can use PHP but this plugin don't have a public interface for call function by php code and i can't use the plugin script (% %) into the component code.

How can i do that?
The plugin in question is nanoSlider.

Thanks a lot!
Reply
#2
You could insert the php code in a component and use the dynpages plugin.
Reply
#3
(2013-05-13, 15:56:21)Carlos Wrote: You could insert the php code in a component and use the dynpages plugin.

Hi.
First of all, thanks.

I already use dynpages, but, in this case, i can't use it or i don't know how.

The problem is how can i use php code (to call nanoSlider) if the plugin don't offer (or maybe i don't know how!!!) a function to call but only a script call (% %).
Reply
#4
Oh, sorry, I should have looked at how this plugin works.
I suppose that what you want can be done, but it's not trivial.
Reply
#5
(2013-05-13, 17:38:46)raowyr Wrote:
(2013-05-13, 15:56:21)Carlos Wrote: You could insert the php code in a component and use the dynpages plugin.

Hi.
First of all, thanks.

I already use dynpages, but, in this case, i can't use it or i don't know how.

The problem is how can i use php code (to call nanoSlider) if the plugin don't offer (or maybe i don't know how!!!) a function to call but only a script call (% %).

I wanted to do a similar thing and I was able to put it in a template by the following method-

Make an empty page with just the nanoslider shortcode and options in it. I called it 'sliderpage'
Untick the page option "include this page in menu"
Use the getPageContent('sliderpage') to include in a template.

You may have to wrap it in a div to make sure it positions correctly and clears other elements.
Reply
#6
Quote:I wanted to do a similar thing and I was able to put it in a template by the following method-

Make an empty page with just the nanoslider shortcode and options in it. I called it 'sliderpage'
Untick the page option "include this page in menu"
Use the  getPageContent('sliderpage') to include in a template.

You may have to wrap it in a div to make sure it positions correctly and clears other elements.

I tried it this way, doesn't work. The slider comes up fine on the page, but in the sidebar where I use getPageContent, there is only an empty div.
Reply




Users browsing this thread: 1 Guest(s)