132 reputation
5
bio website fax-toemail.co.za
location Tshwane, South Africa
age 29
visits member for 2 years, 3 months
seen Mar 18 at 9:41
stats profile views 19

May
12
accepted Moving WordPress.com theme and widget settings to self-hosted site?
May
12
comment Moving WordPress.com theme and widget settings to self-hosted site?
Thanx for the advise,, I've followed it and managed to solve my problem
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@Jan - Thanks, no problem at all, appreciated
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@Jan - Edited my question, hope this time around it will make more sense ;-)
May
10
awarded  Editor
May
10
revised Moving WordPress.com theme and widget settings to self-hosted site?
made the question more clear
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
Thanks Brady, I'll see what I can do
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@Jan -thanks for the reply
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@brady - I managed to move over all the content, problem is I want to move the theme files, plugin files etc as well, could you direct me on how to do this
May
10
awarded  Commentator
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@anu - where is the duplicate, I still can't find it ;-)
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@brady - But the site is hosted on wordpress.com which I do not have ftp details for.
May
10
comment Moving WordPress.com theme and widget settings to self-hosted site?
@anu - I searched and could not find the correct post, please point me to the right article that will help me and I'll delete my question
May
10
asked Moving WordPress.com theme and widget settings to self-hosted site?
Mar
5
awarded  Student
Feb
8
accepted Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
Feb
8
comment Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
@Mike - Awesome, the problem was the priority. :-) after I've added in add_action('admin_menu', 'add_options_gp',11); the "You do not have sufficient permissions to access this page" error disappeared. Thanks for the help, I really appreciate it!!!!
Feb
8
comment Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
I've tried this- add_object_page( 'WPEC - Group Pricing', 'WPEC - Group Pricing', 7, 'wp-e-commerce-group-pricing', 'price_group_options', $icon_url = ''); Menu appears above the Store menu, and works, tried add_submenu_page('wpsc-sales-logs', __('WPEC - Group Pricing', 'wpsc'), __('Group Pricing', 'wpsc'), 7, 'wpsc-sales-logs', 'price_options'); and nope not working if I put in my parameters
Feb
8
comment Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
Yes it works on other menu items.
Feb
8
comment Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
@Mike - Thanx for the help, but this still not working, really do not know what the problem is.