George Florea Banus
Forum Replies Created
-
I opened a support thread there too
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Sharing module conflictSeems like it happens when both sharing and site stats are active.
If one is not active it doesn’t happen.I deactivated all other modules.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] PHP Error: WarningI fixed it through my ISPConfig control panel.
For anyone else having same issues and using ISPConfig, under Sites menu, click affected site to edit, go to Options tab, PHP open_basedir field and add :/dev/urandom at the end.
No problem.
“Fixed” it by removing
WHERE substring(meta_key,1,1)<>'_'from
SELECT * FROM " . $wpdb->postmeta . " GROUP BY meta_keyin ajax-search-lite\backend\settings\class\customfselect.class.php
Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaOK. I updated the post to hide the name and email fields too.
Didn’t think about this way yesterday.Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaSee here: http://fbgm.eu/guide/report-content-for-logged-in-users/
Also if you have the plugin installed, another way to add the user_id column is this.
In report-content.php add (at the end for example)if(is_admin() && isset($_GET['rc_add_table_column']) && $_GET['rc_add_table_column']=='true'){ global $wpdb; $q = $wpdb->query( "ALTER TABLE " . $wpdb->prefix . "contentreports ADD user_id mediumint(9) NOT NULL" ); return $q; }then save and while the plugin is active go to the dashboard and add
?rc_add_table_column=truein the address bar after the url and hit enter, this should add the column in the db. After this you can remove this code.Forum: Plugins
In reply to: [Report Content] Not showing name of Reporter in admin areaI would also like this, saving the logged in users id in the database, i did this myself but would be better to have this by default.
nola.geek if you’re ok with modifying the plugin files I can help you.
Here is how it will look in the admin:
http://i.imgur.com/VTQ8Ofb.pngThe one with the icon is logged in.
Forum: Plugins
In reply to: [Tabify Edit Screen] Issues with Carbon FieldsActually it started doing it even with the Favorites plugin deactivated.
I’m lost. I give up.Thank you for the help.
Forum: Plugins
In reply to: [Tabify Edit Screen] Issues with Carbon FieldsThe carbon fields are not displayed, i have to diable the plugin (Favorites) and and clear the transients for them to show up in tabify settings page.
Forum: Plugins
In reply to: [Tabify Edit Screen] Issues with Carbon FieldsThere is still a conflict with the Favorites plugin.
Forum: Plugins
In reply to: [Carbon Fields] Not compatible with Tabify Edit ScreenI found the problem, it’s the Favorites plugin.
Just deactivating the plugin was not enough though, i had to clear the transients too, then the fields became visible.
Thank you for the help.
Forum: Plugins
In reply to: [Tabify Edit Screen] Issues with Carbon FieldsI found the problem, it’s the Favorites plugin.
Just deactivating the plugin was not enough though, i had to clear the transients too, then the fields became visible.
Forum: Plugins
In reply to: [Carbon Fields] Not compatible with Tabify Edit Screen1. yes
2. yes
3. no
4. yesI’m using xampp with php7 could it be that?
LE: I have changed to php 5.6 and another wp install and i did see the fields on tabify but after creating a tab and saving they disappeared.
Forum: Plugins
In reply to: [Carbon Fields] Not compatible with Tabify Edit ScreenThey are enabled and visible on post edit page (did toggle them off and back on).
No errors in console.Still not visible in tabify settings.