petarm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Create a Page Accessible Only to A Specific UserThanks so much for the info GeekayNcube!
That is exactly what I was looking for!!
Forum: Fixing WordPress
In reply to: How to Create a Page Accessible Only to A Specific UserAnd now a follow up question:
Is there a way to automatically redirect the user to the page they have access to after they log-in and disable access to the back-end?
Basically, I would like for my clients to their “My Blahblah” page and be the only group with access to that page (and they will be the only member of that group). So I want them to be automatically redirected there after logging in and I also would like to disable access to the back-end.
Any ideas how I can accomplish that?
Thanks.
Forum: Fixing WordPress
In reply to: How to Create a Page Accessible Only to A Specific UserThank you very much for the suggestion!
This seems like a great solution!
This is how line 2866 looks after my edit:
list($day_phone_a, $day_phone_b, $day_phone_c) = preg_split('/[\/\.\-]/', $invoice->recipient('paypal_phonenumber'));Forum: Fixing WordPress
In reply to: JavaScript Overlay Refuses to Finction ProperlyOK… I tested with the Twenty Ten theme and the overlay worked as intended. Any ideas of what I need to modify in my theme to make it work? I am using Mystique 2.4.2 on a WordPress 3.0.1.
Thanks again.