Aphrodite
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WordPress 3.1 Broke Permalinkshuh ok but where do you find this on a running network ?
there is no more “network setup screen” !
Forum: Networking WordPress
In reply to: WordPress 3.1 Broke PermalinksOk I wont open a new thread since I have exactly the same problem on a multisite install, BUT ONLY on the main site !!!
All subsites are /%category%/%postname%/ (know it is bad as otto says ?? but works.
Only main site is affected, and impossible to :
– access post using /%category%/ in slugs
– acces post clicking on any category / tag linkas you can see on this page : https://passion-cheval.net/dossiers-articles/
I removed the %/category%/ in the permalink to keep the post accessible, but clic on the act or tags it retrurn a 404
uggly permalink works BUT links by categories dont anyway.
WP 3.1 updated from 3.0.5
BP 1.2.8
HTaccess WP generated with no other rulesEDIT :
Ok solved for me.
A plugin using $wp_rewrite; function.But anyway there is an issue on that… too many people complains about it !
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2 – Invalid argument supplied for foreach()Ivan, blog directory is one of the sources ??
Forum: Plugins
In reply to: [Advanced Editor Tools] [Plugin: TinyMCE Advanced] Multisite bug on main sitewell anyone here ?
this functionnality is soooo goood but that issue is very blocking ??
Forum: Networking WordPress
In reply to: user registration per blogmmmm understood.
so current_user_can( $activate_plugins ) or ( ‘aministrator’ ) for example should work ?
testing it… thanks !
EDIT :
works fine with OR condition (|| (current_user_can(‘administrator’))) on line 71.
Ok now !
Thanks guys ??
Forum: Networking WordPress
In reply to: user registration per blogmmm
nope. but oh… idea… the user tested is admin AND super admin.
will test now with a simple admin
and…. mmm nope… still the same. There must be something else. well, will try to analyse that more precisely.
Thanks anyway ??
Forum: Networking WordPress
In reply to: user registration per blogWorks fine Thanks !!!
This is IT ! THE ONE I needed !
May I ask a tip ?
How to add a condition in it to recognize the “admin” status ? Since the widget shows the “add me ” button for admins and if admin clic… his role is changed !
Tried adding && is_admin() line 73 !
if (isset($userdata->$blog_id_info)) echo '<p>Bienvenue '. $userdata->$display_name .'.</p>'; //message to display if user is already registered elseif (!is_user_logged_in()) echo "<p>Pour souscrire à ce site, merci de vous connecter !</p>"; //message to display if user is not logged in elseif ((is_user_logged_in())&&(!isset($userdata->$blog_id_info)) && !$userAdded ){
but unsuccessfully.
Forum: Networking WordPress
In reply to: user registration per blognot tested yet, since mentioned for “2.7”, and saw the code calls for deprecated functions (capabilities, and other files that does not exist anymore) will test anyway.
thanks for the tips about commenting. did not noticed that. Interesting ??
BUt the facti is I use domain mapping AND multidomain plugins. will have a try to this plugin anyway nad will report here ??
Forum: Networking WordPress
In reply to: user registration per bloghi hi i know that ??
but they first must be subscribers at least on the blog, that is the problematic…
manually insert them is not an option….
unfortunatly the plugin mentionned above does that but is forgotten by its author and not updated… iss i told ??
Forum: Networking WordPress
In reply to: user registration per blogI know, but this is not a real ‘multisite’….
There is no problem with the global registration. Just need a little function that allow any user to ask for subscription ronleon THIS site.
Anf this is essentail for newsletters, notificains by mail, forums etc and so many functions that need to use the BLOG subscribers and not the network one.
I already have the “per site registration plugin”. Just we need the “ask for role on this site”.
And, sorry but wp.com manage as they want ?? i am not wp.com (yet ^^)
Forum: Networking WordPress
In reply to: user registration per blogWill up this one since that is an essential feature that i dont understand how WP cannot allow that in a multisite environnement.
The mentioned plugin is EXACTLY what we, multisites owner, need. Unfortunatly its”forgotten” by his author and not updated.
A “subscribtion request function” for an already member on the network, AND the per site registration should be in the wp core !!!!
That is just basic…
Forum: Plugins
In reply to: [Buddypress Sidebar] [Plugin: Buddypress Sidebar] Custom Page Custom SidebarWell I was exprecting it unfortunatly does not seem to work fine neither.
bp 1.2.6 wp 3.0.2 plug 1.1
all works, registered sidebars, but they just… dont display ??
Hi thanks for your answer unfortunatly this does not fit. Addind a user, IF he is note registered on the network is not a problem. The meta widget and the “wpmu blog registration” plugin works fine. The problem is when the user is already registered on one site of the network.
MOreover this nice plugin is compatible up to 2.7.
The issue is exactly the same with buddypress…
thanks !
well, tried it but :
Web Invoice requires PHP 5.2 or better. Please upgrade or switch to a host that supports PHP 5.2 like Pacific Host.
I am in 5.3.3 ……
thaht mean ther is a conflict with this plugin huh ?
well… searching…
Edit…
Works fine. Just not inserted the given code correctly.
Thanks ??
you are right, but this option “force republish” firstly check get out of my mind. this issue is logical.
Will keep it in mind now ??