Xander Morales
Forum Replies Created
-
Forum: Plugins
In reply to: [Editor Tabs] Editor Tabs was a great productThis plugin was working for me until the green update and I loved it. Not sure why this is not part of WordPress but I can also confirm that something is wrong with it. Would be nice to have a fix. ??
tiredot…. I do not have any other plugins released; the classifieds ads plugin is not authored by me. We use our plugin in our multi-site environment and it works perfectly as intended.
Forum: Plugins
In reply to: [Plugin: Web Editors CMS] Update for WP3.3Hello there, Yes… I will update the plugin within the next 2 weeks. With the Holiday’s approaching, my wife’s Birthday followed by Christmas, then followed by my Birthday… I just need a little time. Thank you!
Forum: Networking WordPress
In reply to: sub domain redirecting to wp-signup.phpI am using Multi Sites on a UNIX (Plesk) box & had the same problem of redirecting to wp-signup.php. I am using domain mapping and sub domains ( not sub dirs). I wanted all domains to use wildcards… you just never know when someone erroneously types 2 or w’s… right? so I added this code to my wp-config.php… I hope this helps someone.
list($we_tld,$we_dom) = array_reverse(split(“\.”, $_SERVER[“HTTP_HOST”] ));
$we_url_to_reolcate_to = ‘https://www.’ . $we_dom . ‘.’ . $we_tld;
define(‘NOBLOGREDIRECT’,$we_url_to_reolcate_to);I also had to configure Apache for wildcards to get this to work properly.
You got it ahoffman50… I just added the ability add/remove this option… I just committed the code to SVN.. should show up as an update in a bit. Cheers!
DesertSun,
Sorry to hear about your difficulties… this plugin is intended to make worpdress a CMS… something to dummy down the admin interface for your customers with you branded name it. We do recommend a lot of plugins that may clutter the screen for admins; setting user roles, using the admin menu editor (to clean up the admin menu for other user roles) and knowing how to code PHP is really a must especially when using Pods. If this is not you then this plugin is probably not for you. Otherwise, I would suggest spending time understanding each individual plugins features. Pods in the list is truly what puts it over the top.
DesertSun,
Any CMS will always have quirks in my experience… just one of those things we all have to deal with and know how to work around them.
As far as pods – if you can program in PHP you will understand the power behind them… check out the docs and support site for the all of the other plugins on the list…. they are all very powerful and server a specific purpose when it comes to web content management.
Forum: Plugins
In reply to: [Web Editors CMS] [Plugin: Web Editors CMS] Cannot activate the pluginI bundled “capability manager” with this plugin already. I bet you have it installed already…. disable it and all should work fine. let me know if that works.
DesertSun,
I removed the link…. i believe it is not necessary and better to use tabbed browsing.
The image is broken? not sure why? what the the path shown as in the “Settings >> web Editors CMS” page…. you should upload your own logo and change the path.
Disappointed? how long did you spend configuring it? To set up roles and configure the admin screen to look and feel usually takes us a couple of hours to get it right… we have our own build pre-configured we deploy to customer sites so we do not have to do this every time.
This plugin is intended for php5…. what version are you using?
I am not sure why the other recommended plugins will not work for you as the majority of them have been thoroughly tested.
I’ve never looking to PHP fusion, but with my experience – wordpress is the easiest system to use if it is set up right… but will certainly take a look into it.
janneke,
I take that back… it is late here and I was looking under the wrong menu…. I just went through an entire fresh install 3 times and I see the menu under “Settings >> Web Editors CMS”… Perhaps you can try uninstalling the plugin and reinstalling it? fyi… the menu item will only show for admin users.
janneke,
I just replicated the bug… please stand by while I find the culprit. Thank you!
janneke… what version of PHP are you using?
thFOOL,
I just made a fix…. it should update soon.
janneke,
Please make sure you activate the plugin if you have not done so already…. then click on Setting >> Web Editors CMS and it will redirect you to the page you are looking for. Thanks for using the plugin! ??
marikamitsos, thank you for the feedback… I like the idea of dynamically picking an item to hide from the dashboard… I will also look into user Role Editor. Cheers!
Hi there… thank you for your questions… This is my first plugin and really did not expect to see this many downloads so far… wow!
1. I have not tested it in a multi site environment – so I am not sure about that yet.
2. With the capability manager you can define a super admin role or really call it any role name you desire… Used in combination with the “menu editor” plugin you can limit or expose as much access as you desire for any role.
3. We use our plugin plus the recommended plugins for our customer sites. With a fresh install of wordpress… installing our plugin plus the recommended ones will pretty much give you everything you need for most sites.
4. We removed annoying or useless dashboard items that our customers don’t really need… if you find one that you would like removed…. usually caused by other plugins… let me know and I will add an option to remove it.
5. CMS dashboard adds a nice “dashboard item” that resembles most CMS systems… this is not my plugin but a recommended plugin.
6. yes
7. We tested our plugin with all the recommended ones on the list… give it a s hot.. it works like a dream!