Ephramar
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Conflict with Events Manager PluginThe content of the page that I mentioned above has the
shortcode
of KB GradebookForum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Conflict with Events Manager PluginThe link to which I was referring was this this which is, originally, a WordPress page
The site has the following activated plugins in use:
- Akismet
- BP Group Hierarchy
- BP Profile as Homepage Fork
- BuddyPress
- Chat Lite
- Contact Form 7
- Demo Data Creator
- Events Manager
- KB Gradebook
- YOP Poll
- Weekly Class Schedule
- WooCommerce
And your plugin, before I forget.
May I ask if you’ll provide a snippet of code to be make the plugin fixed?
Forum: Networking WordPress
In reply to: Transfer Multisite child site to another multisiteYour making your tasks so hard
Why not transfer only your users from MultiSiteA to MultiSiteB? Then switch the domains?
That would be much more easier compare to transferring the Theme, Widgets, Settings, Content. That would be too bulky to handle IMHO
As what @ipstenu said:
Has to do with a few things, like the way users are collected in a multisite.
Forum: Plugins
In reply to: Warning: Cannot modify header information – headers already sent by pluginDoes WordPress doesn’t support UTF-8 encoding on the plugin?
Geez!
Forum: Themes and Templates
In reply to: How to fix charsets on my theme? After utf-8 is enabled?My notepad is encoded in ANSI. It should be UTF-8
My bad
Forum: Themes and Templates
In reply to: How to display 'Today' and 'Yesterday' in WordPress PostsI made out this function just to help me format the time. This code isn’t optimized yet
add_filter on the_date maybe optional
Thanks to @esmi for helping me with the idea
//ResolvedForum: Plugins
In reply to: [Plugin: WP Customer Reviews] Why there are no other options present?I was too stupid not to enter my e-mail on the field
#LOL
Forum: Networking WordPress
In reply to: Members Not tallying AFTER wp_user & wp_usermeta IMPORTForum: Fixing WordPress
In reply to: Other Users don't have Roles and CapabilitiesI forgot that I’m running a WordPress MS. The SQL files that I uploaded on my database came from a WordPress MU, the old site I administered before I updated my site, and its meta keys for the users are set to “wp_1_capabilities”.
This the link for the screenshot:
https://www.facebook.com/photo.php?fbid=388436224513861&set=a.374251569265660.91956.100000424603595&type=3&theaterWhat I did before is that I ran a fresh install of WordPress 3.1.1 cause I was lazy to update the old version of WordPress that I was using. When I uploaded the wp_users and wp_usermeta, I encountered this issue and this issue.
I did a query to update the database and set the meta keys to “wp_capabilities”. Thus resolves this issue
Thanks @kmessinger and sorry for the late reply ??
Forum: Fixing WordPress
In reply to: Other Users don't have Roles and CapabilitiesUsing this code
SELECT * FROM wp_usermeta LEFT JOIN wp_users ON wp_users.ID = user_id WHERE meta_key = 'wp_capabilities'
I found out that I other users that were on my blog doesn’t have a meta_value for wp_capabilities. I only need a code or a snippet on how I could update other users roles and capabilities. The last time I manually inserted values for the wp_capability went wrong as number of users doubled
Forum: Networking WordPress
In reply to: Members Not tallying AFTER wp_user & wp_usermeta IMPORTLate reply …
I guess so? I need those users to be assigned on a specific blog
It turned out that after the import, I checked my users on the Network Administration Panel. Looking on the users counter which is 3,000+ I switched to my Site Administration Panel. To my surprise, the users counter was only 300+
Would there be anymore possibilities that I’ve done a wrong user import from the SQL?
@ipstenu
The photos are publicized. You could see them even without an accountForum: Networking WordPress
In reply to: Members Not tallying AFTER wp_user & wp_usermeta IMPORTAs an addition,
I also have this problem in accordance to my user import
Forum: Networking WordPress
In reply to: Members Not tallying AFTER wp_user & wp_usermeta IMPORT@ipstenu
I’ll just check on that plugin. I have just installed that one a while ago
What do you mean to add them on to the site? Where should I work onForum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Multi – SiteIt supports Multi-Site. I use this plugin on my blog
I’m not sure, but does your WPCR being crawled by Google? It sometimes may affect on the GoogleBot upon the way they crawl on your site