WP Frontend Admin (Premium)

WP Frontend Admin (Premium) v3.23.9

No permission to download

Ghost99

New member
Dec 7, 2020
20
8
3
Can anyone do it for $50? I want it be active as Platform not standard PM me
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
This plugin works very well for both standard or platform mode. In the given screenshot it is clearly mentioned :

MULTI SITE, you know at least what means MULTI SITE in wordpress ?

In order to get the plugin working as a platform you need to have a Wordpress installation in MULTI SITE mode.

From my side, I don't use wordpress. Just have a local installation in order to help people to null their stuff.

Who can start a multisite wordpress and test the nulled plugin and give feedback ?
 

Attachments

  • display-admin-page-on-frontend-premium.zip
    993 KB · Views: 52
  • Love
Reactions: tanierlyons
A

Alnaggar

Guest
This plugin works very well for both standard or platform mode. In the given screenshot it is clearly mentioned :

MULTI SITE, you know at least what means MULTI SITE in wordpress ?

In order to get the plugin working as a platform you need to have a Wordpress installation in MULTI SITE mode.

From my side, I don't use wordpress. Just have a local installation in order to help people to null their stuff.

Who can start a multisite wordpress and test the nulled plugin and give feedback ?

I just tried it, It doesn't work as a "Platform" version, it works as a "Standard" version. I tried the free trial and they sent me a license key for the Platform version with the same plugin file, I think there is a way to make it active as Platform, not Standard. Check the screenshot this option only available for the Platform version.
 

Attachments

  • global-settings-3 (1).jpg
    global-settings-3 (1).jpg
    448.6 KB · Views: 33

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
I just tried it, It doesn't work as a "Platform" version, it works as a "Standard" version. I tried the free trial and they sent me a license key for the Platform version with the same plugin file, I think there is a way to make it active as Platform, not Standard. Check the screenshot this option only available for the Platform version.

Is your installation a multi site one ?
Sincerely, don't repeat the same message again and again: is your current installation a MULTI SITE wordpress ?
If not, please don't post another message again.
This kind of attitude gives me a severe headache.
You just quoted my post and you re-post the same message.
I know what is on the screenshot and I can clearly READ that the option that you are requesting is related to the multi site option in Wordpress.

Maybe it will be hard to understand but verify by yourself the code within this file:
display-admin-page-on-frontend-premium/inc/options-page.php

Look this the option that you wish to have:
if (is_multisite()) {
$main_options = get_blog_option(1, VG_Admin_To_Frontend::$textname, array());
if (is_network_admin()) {
$fields[] = array(
'id' => 'enable_wpmu_mode',
'type' => 'switch',
'title' => __('Enable global settings on Multisite?', VG_Admin_To_Frontend::$textname),
'desc' => __('WP Multisite Detected. Now you manage the settings in the network panel and they apply to the entire network. Deactivate this option if you want to manage settings on each site.', VG_Admin_To_Frontend::$textname),
'default' => false,
);
} else {
if (get_current_blog_id() === 1) {
$fields[] = array(
'id' => 'enable_wpmu_mode',
'type' => 'switch',
'title' => __('Enable global settings on Multisite?', VG_Admin_To_Frontend::$textname),
'desc' => __('WP Multisite Detected. Activate this option to manage the settings in the network panel and the settings will apply to the entire network of sites. Keep this option deactivated to use different settings on individual sites.', VG_Admin_To_Frontend::$textname),
'default' => false,
);
} else {
$fields[] = array(
'id' => 'enable_wpmu_mode',
'type' => 'info',
'desc' => sprintf(__('WP Multisite Detected. You can manage the settings globally and apply them to all the sites. <a href="%s">Enable global mode on the main site</a>.', VG_Admin_To_Frontend::$textname), get_admin_url(1, 'admin.php?page=vg_admin_to_frontend')),
);
}
}
}

You know what is the IF statement in PHP, look the if:

if (is_multisite()) {
..
..
..
}

In human language: Have you a multi site wordpress installation ?
 
A

Alnaggar

Guest
Is your installation a multi site one ?
Sincerely, don't repeat the same message again and again: is your current installation a MULTI SITE wordpress ?
If not, please don't post another message again.
This kind of attitude gives me a severe headache.
You just quoted my post and you re-post the same message.
I know what is on the screenshot and I can clearly READ that the option that you are requesting is related to the multi site option in Wordpress.

Maybe it will be hard to understand but verify by yourself the code within this file:


Look this the option that you wish to have:


You know what is the IF statement in PHP, look the if:



In human language: Have you a multi site wordpress installation ?

Thanks for your time, Of curse, I'm talking about the Multisite and did test it in a multisite install. and again it doesn't work as the Platform version, it works as standard and that option only shows when activating it in multisite install and should be the platform version.

check their website they clearly show 2 versions "Standard" and "Platform". What I'm trying to explain here is that the license key responsible for activating it as Standard or Platform. so basically your nulled version active as standard, not Platform.

 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Thanks for your time, Of curse, I'm talking about the Multisite and did test it in a multisite install. and again it doesn't work as the Platform version, it works as standard and that option only shows when activating it in multisite install and should be the platform version.

check their website they clearly show 2 versions "Standard" and "Platform". What I'm trying to explain here is that the license key responsible for activating it as Standard or Platform. so basically your nulled version active as standard, not Platform.


Have you tried my attached version ?
 
  • Love
Reactions: tanierlyons

Mscv50

! 𝖎'𝖒 𝖜𝖆𝖙𝖈𝖍𝖎𝖓𝖌 𝖞𝖔𝖚 !
Babiato Lover
GiveAway Master
Trusted Uploader
Jan 10, 2020
3,712
18,802
113
🦇The Dark Night🦇
Some useful tutorials :


Full PlayList:

Code:
https://www.youtube.com/watch?v=YNwUtZYyMxU&list=PLl-MFAPe2YMDIRiGCL9MCD7LcMgk47W62&index=1
https://wpfrontendadmin.com/course-shopify-waas-platform/
 
Last edited:
  • Like
Reactions: katalk

Jos1996

New member
May 19, 2019
21
8
3
Fixed, need to be tested !

solved.png


Download the attached zip

Hi. As soon as this nulled version is installed, it causes loading errors in the admin area. For example, images don't load in the media library. Can you please check? And if possible to null 1.12.0 version make it work as a platform? Here is version 1.12.0 untouched
 

Attachments

  • display-admin-page-on-frontend-premium-latest (1).zip
    1 MB · Views: 9
Last edited:
  • Like
Reactions: bytbt and bobikzoza

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu