Jean-Pierre Michaud
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Links] Some fixes to errors and warningsit’s my 3rd attempt to ask Marshall to takeover the scripts… looks like he died from the surface of the planet, so i will take the job soon…
i’m actually trying to find all the known bugs and situations, and fix that… then, rewrite it… because the script worth the efforts…
@darkwolf if you have fixes to provide, just contact me in private…
Forum: Plugins
In reply to: [Pinterest Importer] Unable to parse the json informations errorsame problem here, with today’s version.
besides, it’s illogical to use a different login pattern than the official site… use email login… you can find the script on other plugins using that technique.
Forum: Plugins
In reply to: [BuddyPress Follow] make your plugin translatable…i re-did the language file because the terms are not appropriate, when hit with the general french translation of wordpress… “members” != “utilisateurs” … kwim…
https://nexialys.net/temp/buddypress-followers-fr_FR.zip
if the language in proper files structure…
Forum: Plugins
In reply to: [s2 Extensions] Functionnality ?actually, the plugin is empty, it’s just a shell for his work… but as he vanished, i suppose we can report this plugin.
Forum: Plugins
In reply to: [BP Profile Search] translated in FrenchHi Andrea… i’ll translate it in the next days… and will debug and add some features if some comes to my mind… ??
Forum: Plugins
In reply to: [BP Profile Search] translated in Frenchcredit with my name is ok, no link… ??
i’m on a different url now…
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Errojust to make you understand… you pass your variable in a unserialize process… the only result is 1- ARRAY, 2- FALSE… no need to check anything else… php is handling it for you
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Erroactually you did not correct that bug, as you are not testing the script… here is the fix:
line 43:
if(!isset($meta) || !isset($trackingList) || !(count($trackingList) > 0)) {
replace with:
if (!is_array($trackingList)) {
Forum: Plugins
In reply to: [Fourteen Extended] add feature: make Full-Width really full-wdthoh, sorry, my fault… the plugin was not performing properly at first, even after i tested… cache thingy.
it’s working ok now, so yes, your thing is ok… ??
Forum: Alpha/Beta/RC
In reply to: 3.7 Beta 1 automatic background update restore deleted themes@2bearstudio… it’s not “dumping everything” … it’s you complaining about a system that is made “like that”… you are not happy, uninstall the beta, that’s all… and stop whinning about something the mass was requesting for development.
you don’t understand because you want to gain a point… you’re not really into that kind of situation, thanks and let us work.
Forum: Fixing WordPress
In reply to: after bbpress import, none of my 22000 users show in the users list!i imported everything via bbPress import… imported to the main blog.
it’s not about buddypress, as buddypress is just using core functions to display the content. actually, when listing users via BP *(because WP does not have that by default), BP is showing “active” users, which is ok, there is only one active user until they log in or post, i don’t know the status of active users… all the users show when selecting to view users alphabetically though… because that script does not check activeness of the users.
i think i resolved it myself but its not global… listing “active” users only is not the way to do it if there is no indication whatsoever…
Forum: Fixing WordPress
In reply to: after bbpress import, none of my 22000 users show in the users list!oh, btw, for the ones asking, this is NOT a bbpress bug, but a WordPress Network bug.
close it!
if someone with bad ideas visit your site and you block his IP, he will use another IP. same if you use cookies to track him.
people always can visit a site, no matter how hard you try to control them…
@mykkal … if they say more, hackers will know that there are vulnerabilities and see that each time they break something, the site has to be reset… if they don’t say much, is for your safety.
that’s a bug related to the version of kStats you use/d… i’m rebuilding it to follow UTF-8 properly so no more problem on displaying syntax like that… but that will be in the new version, not the 0.7.4 that is the only one released in the repository.