-
$str = str_replace(''', ''', $str); // setup temp markers for existing encoded tag brackets $find = array('<','>'); $replace = array('__
-
#3 [internal call] - Module->edit('1') #2 /home/jeff/lampstack-5.6.19-0/apps/PHP/nobal-cms/fuel/codeigniter/core/CodeIgniter.php:360 - call_user_func_array(Array[2], Array[1]) #1 /home/jeff/la
-
related to Enabling "assets_output" produces wrong path. #355 on github.
-
http://stackoverflow.com/questions/35620169/fuel-cms-module-file-location-issue-while-using-foreign-keys-or-belongs-to/35645791#35645791
-
For point #3, you say that that it does not accept any POST data. What is meant by that (e.g. is it not going to the fuel/modules/products/controllers/ajax.php saveProduct method?) Are you seen an err
-
Analytics->__construct(Array) #3 /home/public_html/fuel/modules/google_analytics/libraries/Fuel_google_analytics.php(41): Fuel_google_analytics->initialize(Array) #4 /home/public_html/f
-
#2 Item #3</a></li> <!-- following items are read from the database table of a simple module --> <li><a><span class=&q
-
Regarding #3, I'll add that in the comment that it is specific to the slug value.
-
a:hover { color: #333; text-decoration: underline; }
-
2. You'll need to add it as a where parameter in your query (see #3)
-
$pages['divvyweek'] = array('og_image' => 'http://www.divvybikes.com/assets/images/chicago/pages/divvy-week-2014.jpg', 'og_title' => 'April 21-27 is Divvy Week', 'og_description' =&g
-
#3 <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a hr
-
#3 even if doing so.. how do I get it to automatically list all the submodules like it does when I drop the file in feul's controller folder???
-
I understand the way described here how to pass data to views, load the results back into a variable to then deliver as the body of an email message (scroll down to #3 - Leveraging HTML Emails):
-
For #3, that's fine. Do you have "members" added to the fuel/modules/membership/config/membership_fuel_modules.php file?
-
#3 - the data is just being saved to the database with no error.
-
#3 and #4 should work but you may want to change the '4' to an int of 4. Also, if you set the field type to "year" the validation will be automatically made for you and you shouldn't have to
-
Ah looks like it defaults to display_field on line #362 of the module controller in that case.
-
#690; text-decoration: none; } a:hover { color: #333; text-decoration: underline; } #error_general { width: 500px; margin: auto; border: 1px solid #ddd; padding: 0 20px 20px 20px;} </style&
-
array('&lt;', '&gt;', '&#39;', '&quot;'), $str); $str = str_replace(array('<', '>'), array('&lt;', '&gt;'), $str); } return $str;