jhnpldng
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Using categories from one site on another siteThis one is supposed to do that. I’ve never used it though. https://www.ads-software.com/plugins/mu-global-terms/
A lot of people will click on a topic that has no replies but will ignore the ones with replies thinking that someone is already being helped. Especially if the reply is by someone who’s name shows up repeatedly because they might assume the person is getting help from someone knowledgeable.
collinsavenue went away with his/her question unanswered and probably gave up and left more frustrated than when he/she first asked the question. Not productive, Not helpful. End of story.
actually, I don’t know much and if I don’t know about something, I don’t try to answer questions about that subject because I would just be wasting someone’s time.(and I might make myself look like a jackass)
I don’t think I’ll be answering many questions on this plugin. Something that overwrites the core is way over my head. I have read somewhere before though that rule #1 for wp developers is “don’t touch the core”.
But hey, what good is all that reading, etiquette and rules stuff anyway.
I know this is an old topic but……….
@collinsavenue
With multisite, there’s an entire new set files for each subsite, including an entire admin folder, wp-config, wp-admin, wp-login etc so the only way you can login to domain.com/subsite01 is through domain.com/subsite01/wp-loginSO if you have the main site plus 9 subsites, there’s 10 different wp-login/php files.
The admin for the subsite, just needs to go to the subsite. To make it easier, you could use multisite dropdown plugin which would give you a dropdown of all your sites.
Other than that, I think it would take some coding to redirect someone to their subsite from the main site. Probably extensive rewrite of wp-login for the main site.I never said you were a support rep. I said “someone answering support qyuestions”.
Your name is all over the place on this forum so if you want to take it upon yourself to be helpful, educate yourself instead of arguing with someone so you don’t look so ignorant.@kts915, Rather than being argumentative, you might want to read up on multisite networks. It only takes a few minutes right here on wp.org and it’s the first result when searching for multisite. https://codex.www.ads-software.com/Create_A_Network
For multisite set up for paths rather than subdomains, new subsites go in a folder of the root install so, domain.com/kts915 would be YOUR subsite and so domain.com/kts915/wp-admin would be the wp-admin for YOUR subsite and domain.com/kts915/wp-login would be your login page for your subsite. Being as YOU would be the admin for your subsite, it makes sense that you would need access to the admin area to build and edit your subsite. A subsite has an entire admin area just like a full install and someone needs to administer it. That would be a member with admin privileges. Roles on a multisite network are a little different than single site. Admin has slightly reduced capabilities and Super-admin is the new top dog.
I really find it hard to believe that someone answering support questions for a membership plugin that “supports multisite” doesn’t know the very basics of how multisite works. Seriously, use the link above. It’s only 10 minutes of reading. This is very basic stuff that you should know.
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Pre install question(s)deleted
Forum: Plugins
In reply to: [WordPress Notification Bar] kills slide out menu on scrawl themenevermind. the menu buttonn just didn’t get pushed down because it was position absolute at 50px. changed to 80px, good to go
Forum: Plugins
In reply to: [Call-To-Action Bar] Broken adminI feel jaded
Forum: Plugins
In reply to: [Call-To-Action Bar] Broken adminNope. you didn’t
here’s a hint. the admin css is in the admin folder.yep, that’s why I swapped back to resolved
Have you synchronized your wordpress user with users ultra users? If not, it’s unders users ultra >> settings >> sync and import. just click start sync now and it will pull wp users into uu.
yep
Forum: Plugins
In reply to: [Rootspersona] Bulk Delete IssueMajor OOPS.
Only thing I found to do was change the line to: “You will NOT be prompted before the data is deleted.”That line is in the class-RP-Tools-Page-Builder.php file. Around line 124
When/if the plugin is updated, that line will probably get overwritten but when/if there’s an update, hopefully it will be fixed.