kyle_barber
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Blog Copier Sub site URL path "/" missing after 3.5.1 updateAny luck?
I’m having the same problem.
I’ve added this code to the in the head section of the page that the form is sitting on:
<script type="text/javascript"> $(function() { function em_booking_success() { window.location.replace("http://google.com"); } }); </script>Doesn’t seem to work but I’m not sure if I’m going about it the right way.. any help would be appreciated. Thanks!
Forum: Hacks
In reply to: Simple events listThanks Marcus,
Sorry, should have specified, I actually needed code for a template file.
I have the list formatting in the admin as I need it for the Events page but I need a differently formatted list for the home page.Forum: Plugins
In reply to: Login Redirect based on UserI’m in the same boat. Different login redirects for each user group would be amazing.
Forum: Plugins
In reply to: [Plugin: CMS Tree Page View] jQuery cookie missingTurns out the error was due to a cache issue on the server. Thanks anyway! Also, thanks for the awesome plugin – makes my life 1000 times easier.
Forum: Plugins
In reply to: [Plugin: CMS Tree Page View] jQuery cookie missingHi, I tried the chocolatechip solution but I still get these 2 errors in the console:
ReferenceError: Can’t find variable: jQuery
load-scripts.php:2ReferenceError: Can’t find variable: getUserSettingAny ideas?
Forum: Plugins
In reply to: Sorting Pages by CategoryIs there an easy way to determine the mpc_categories id number?