Ben Approved

Member since: 2014-09-26

Recent posts by Ben
Post When

The october build is 216. Where can i get the call stack error?

Posted in Class 'Illuminate\Foundation\Providers\PublisherServiceProvider' not found

In the new version of OctoberCMS i got that message when trying to install the plugin. Also "Class '...

Posted in Class 'Illuminate\Foundation\Providers\PublisherServiceProvider' not found

Try this: In your controller add this:

public function __construct()
{
       $this->addJs('/plugin...

Posted in Javascript in backend forms

I'm also trying to load page via ajax: https://octobercms.com/forum/post/ajax-get-page-from-php-scri...

Posted in Understanding OctoberCMS

Hi, I'm building kind of an image slider. I want the user have two choices to choose the images- dir...

Posted in Get all image files in assets\images fodler

Another question, assume my code is

{% component "toggle" title1="example" content1="<strong>exampl...

Posted in passing array to component

thanks, it seems to work good! now i need to find a way to know how much title and content has been ...

Posted in passing array to component

@that0n3guy, Could you direct me where this menu plugin does this? just to make sure you understand ...

Posted in passing array to component

If you don't want October to minify and combine your css, you can do link to the files directly. Add...

Posted in CSS file inclusion / naming explanation

Hi, I'm trying to return a page content from an ajax request. for example, I'm in homepage and click...

Posted in [Ajax] get {% page %} from php script