Ced
Forum Replies Created
-
Yes please ??
Hi and Thanks,
So if I have understood, if have to open the site first to have access to the site stats ? When could we expect to solve this problem ?
Forum: Fixing WordPress
In reply to: Add html tag in adminHi VeVas,
Thanks for your answer but I really needed a new <div></div> out of the wp_admin_bar.
But I have found a solution ! I’ve had it thanks to jQuery ??
I’ve create a plugin wich has admin-style.php and admin-style.js file.
In the admin-style.php :<?php /* Plugin Name: Admin Style Plugin URI: Description: Custom admin style. Author: Damien Bada Version: 1.0 Author URI: https://damienbada.com */ if(is_admin()){ wp_enqueue_script('admin-style', '/wp-content/plugins/admin-style/admin-style.js'); } ?>
and in the admin-style.js :
jQuery(document).ready(function() { jQuery('<div id="custom-admin-top"><h1>My Logo</h1></div>').insertBefore(jQuery('#wpadminbar')); });
Now you just have to style the div#custom-admin-top with CSS !
Forum: Networking WordPress
In reply to: Delete and recreate a blogI subscribed for two months on WPMUDEV and I bought the plugin within the two months… But now I can’t have longer support or I need to pay just for the support…
I need to copy custom post types, custom fields, attatchments and languages from WPML too…
Forum: Networking WordPress
In reply to: Delete and recreate a blogHere it is !
https://cluster003.ovh.net/~oxygenese/I have deactivate the plugin “New blog template” by Wpmudev and now I can create a site normally… But I need this plugin to copy a blog which has the default posts for the new site… I don’t want to create all the posts again and again… https://premium.wpmudev.org/project/new-blog-template
Forum: Networking WordPress
In reply to: Delete and recreate a blogHi !
Yes, when I add any site it says site already exists…
I delete the old one in the network admin dashboard…Forum: Networking WordPress
In reply to: Delete and recreate a blogHi,
Thanks for your answers ?? !
Finally, I’ve tried to add other sites and I always have the same message when creating : “Site already exists”.
When I look into the database, some tables are created for the new blog but not all of them…
Thanks for you help.
Forum: Plugins
In reply to: [Plugin: Posts 2 Posts] Network activationIt’s ok sorry I made a mistake…
Forum: Networking WordPress
In reply to: add/update/get_optionsNo, i do nothing else right now… Could you give me an example ?
Forum: Networking WordPress
In reply to: add/update/get_optionsOk but if I use get_option(‘name’) in a plugin, will it be the same option in each site ? or can i change the value of the option for one site without changing in in another site ?
Forum: Plugins
In reply to: Plugin and option pageHi !
I’m looking for the same thing ! Have you found something ?
Thanks
Hellow ?? !
Do you find something interresting ?
In the same idea, I would like to force just one column in the dashboard… Right now, my dashboard widgets are set in the left column, but the user can still drag and drop a widget in an other column, and I don’t want that :/ !
If possible, I want something that I can put in the function.php, not a plugin.
Thanks a lot.
Forum: Hacks
In reply to: Increase Number of Columns on Edit Post screenHellow everyone ?? !
In the same idea, I would like to force just one column in the dashboard… Right now, my dashboard widgets are set in the left column, but the user can still drag and drop a widget in an other column, and I don’t want that :/ !
If possible, I want something that I can put in the function.php, not a plugin.
Thanks a lot.