Showing 10 of 1,322 results.

Laravel String Helper Function: substr

The substr helper method is a convenient helper built on top of PHP's mb_substr function (unlike PHP's mb_substr function, substr does not provide a way to change the encoding that is used) that is used to return a portion of a string. The substr...

Group Variables | Responses and Replies

The following variables are available to you within each group : Variable Description {{ comments }} The comment collection; this will change if the scope has been renamed. {{ count }} Indicates what the current group's number is (one-based...

canceled Event Method | Advanced Reply Forms

The canceled() method is called after a visitor has clicked the "Cancel Reply" link on your site. Meerkat will supply the ID of the comment that the visitor was replying to as well as an instance of the comment form: 1 MeerkatReply . canceled =...

Where to Make AJAX Calls | Advanced Reply Forms

…tComment , data , function ( e ) { 21 // Check if the comment post was successfull. 22 if ( e . success ) { 23 // Great, everything worked. Let's hide the form. 24 // We will also use the fade out animation so 25 // the change isn't jarring to...

Step 3: Configuring Laravel | Semantic UI Paginator for Laravel 4

…ation of your Semantic paginator view. My pagination configuration entry looks like this: 1 ... 2 ' pagination ' => ' semantic.paginator ' , 3 ... Remember that when resolving the paths of views in Laravel, the 'dot' notation can be used to...

Site Settings

A few properties of your site can be configured by using the "Site Settings" global, directly within the control panel: Site Name, : Controls the title that appears on the site (, important, : make sure to also update your site's, APP_NAME,...