Matthew on "[Plugin: Contact Form 7 Lead info with country] Contact Form 7...
Thank you sir. Please, let me know if anything changes.
View Articlepepe on "[Plugin: Media Credit] SQL Errors"
Sorry to get back so late, I missed the question. You can download the development version from here. However, I released 2.6.0 yesterday, it should be visible under Updates already.
View Articlekesp on "Error establishing database connection"
Hi, I had the Error establishing database connection this morning. Wordpress told be to post these here: wp_comments: 3 clients are using or haven't closed the table properly wp_options: Table is...
View ArticlePattaya_Web on "[Plugin: Media Credit] SQL Errors"
Hi Pepe, I've already installed the update thanks. I had to add `.media-credit { margin-right: 20px; }' Could you add a no follow and open in another window buttons in the dashboard in the future? I've...
View Articlepepe on "[Plugin: Media Credit] SQL Errors"
"Open in another window" sounds like a good idea, but if you want to nofollow, you'll have to add a filter yourself. (Personally, I think it's kinda disrespectful to add a nofollow'ed link to the...
View ArticlePattaya_Web on "[Plugin: Media Credit] SQL Errors"
We add nofollow where it doesn't matter such as government sources. We don't take from blogs because of respect for copyright - which is more than 95 per cent of publications do in SE Asia - especially...
View Articlenorus on "wp_usermeta listing problem"
In WordPress I need a listing generated from table wp_usermeta which shows following results per row per user_id : user_id, city, first_name+ " "+lastname This is an example of the data in table...
View Articlebingtx on "SQL Syntax Error"
I am getting the following error in my error log: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to...
View Articlecatacaustic on "SQL Syntax Error"
From a quick search, it looks like that's from the Paid Membership Pro plugin. If that's the case you'll need to ask the author/vendor of that plugin for help as commercial products aren't supported by...
View Articlechenster on "[PHP Event Calendar for WordPress] mysqli_real_connect()"
MySQL usually has the port 3306, instead 3307. Change that should fix the connection problem.
View Articledbonev on "Custom post types And Custom tables"
Hallo, WordPress users! I'm WordPress startupper and would like to know is there some way to use custom post types with my custom database tables OR is there some effective way, to use custom tables...
View ArticleGioni on "Custom post types And Custom tables"
Posts stores in the posts table regardless of its custom types. There is no way to store custom posts in the separate tables. However, you can JOIN any tables using post_id field. But that will be your...
View Articledbonev on "Custom post types And Custom tables"
Thanks a lot Gioni! I was thinking to load the information in both the WordPress tables and in my custom. Maybe it will be the solution in the end. So is there some another way to use WordPress...
View ArticleGioni on "Custom post types And Custom tables"
Sorry, I didn't realize you. Please, explain your needs. With Filters and Action you can do almost everything with posts data and data displayed in frontend or dashboard. That's really powerful tools....
View Articledbonev on "Custom post types And Custom tables"
Thanks again! I understand that you didn't realize me. I'm a startupper with WordPress :) . But after all I've found solution for my problem. I'll just do what you say in your first post :) . It works...
View Articlebhonn on "[PHP Event Calendar for WordPress] mysqli_real_connect()"
Thank you, I will look into that and see if it fixes it.
View Articlemarky10000 on "[Plugin: Optimize Database after Deleting Revisions] InnoDB"
Is there going to be a version in the future that optimizes InnoDB? https://wordpress.org/plugins/rvg-optimize-database/
View Articlecageehv on "[Plugin: Optimize Database after Deleting Revisions] InnoDB"
Hey Marky, At the moment I don't have a plan for adding InnoDB optimization. But I'll look into it in the near future. Thanks for the feedback! peace, Rolf
View Articlemelrrm on "Selecting MySQL views using $wpdb class"
Can I select views using the $wpdb class? I am unable to select Views in my (custom, non-wordpress) MySQL database using the wpdb class. Is this something that is not allowed, or is my code just wrong?...
View Article