devwaleed
Forum Replies Created
-
Sorry to repost so soon but I dont see edit button anywhere…
Lets say I was subscribed to a Level 1 for $10 and it is a recurring package with infinite cycles. When I purchase this package, will it set [startdate] [enddate] both values or just startdate for $current_user ? I am working with a free level so it doesn’t show enddate, will it have some value for paid levels?
I want to check if user access page1, if he is subscribed to a certain level or not. If not then redirect, but then I am not sure whether this plugin will automatically unset membership_levels for $current_user, i can work this way but i need some confirmation. Devs?
Forum: Hacks
In reply to: Using wp_users and wp_usermetaIf I use WP registration system, will that allow users to login to wp dashboard? I don’t want to allow that. I want registration system just for a custom form that I made.
Forum: Hacks
In reply to: Using wp_users and wp_usermetaIts a website where users will upload some images/text data through a custom made form.
Now I want to give them a panel where they can edit that data. For that I want an authentication system as well.
Do you get it now?
Forum: Hacks
In reply to: Using wp_users and wp_usermetaHow can I use WP native functions for authentication? I don’t want to create a whole new code.
I have a custom form which uploads some data into a separate table. I want to allow edit/update feature for that data, for that I want to make a separate panel. Can I use WP functions to allow that modification through existing WP admin panel?
Please point me in a direction.
Forum: Fixing WordPress
In reply to: Page wont loadWell, thanks for helping me on this.
In the end it was an IIS service routing issue, I was informed about this by my client -_- No multisite/wp issue.
Thanks anyway ??
Forum: Fixing WordPress
In reply to: Page wont loadexample.com is an old website already build and I have not been provided access to it.
I have full access to example.com/site1/ WPPANEL/DB
I created a page from site1, it was working few days ago, I was able to visit
example.com/site1/page
I was working on it but probably they installed woocommerce or did something from the main site or site1 and now I can’t access any page under site.
example.com/site1/page, page2, any page goes to ‘Page not found’ with the template design of the example.com
How can I resolve this issue? What should I tell them to do for me to work on page2,page3 which are in example.com/site1/ ‘s twentysixteen directory.
Forum: Fixing WordPress
In reply to: Page wont loadOh wait e,e actually I am working on a site for someone and probably they have nest wordpress installations.
They website like this:
example.com/site/ – This works fine and my custom home.php is displayed
Here I can do this
example.com/site/wp-admin/ – Shows admin panel for ‘site’ which is probably a nested installation under example.com
If I do:
example.com/site/mypage – This won’t load and show me template/layout of the example.com with note found error and no admin bar which probably means the error is generated from example.com installation, right?
Forum: Fixing WordPress
In reply to: Page wont loadYes they are present and contains the default TwentySixteen code it comes with.
Forum: Fixing WordPress
In reply to: Page wont loadIt is currently set to ‘Your latest posts’
I have more than 1 page actually.
/home.php
/page-sample.php
/page-someotherpage.phpIf home.php is present, it loads but no other page is working, for example
/sample will return page not found message. I have also created these pages from the wp-admin panel.