edwardbarker
Forum Replies Created
-
Actually, I think I’ve worked this out. Maximum image size Instagram will accept is 1080 (I think this is correct). Images used on website are 1250 wide. Is there a way to auto-crop down to 1080 wide?
Thanks!
Yes, thanks. The only trouble is I’m getting an incorrect format error – I’m guessing because the the image on the blog is wider that 1.91:1 dimensions?
Yes!
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned plugin? AlternativesThe plugin is licensed under gpl.I might fork it, and minimalize it. I really don’t need all that stuf anyway ??
Wpu was ‘abandoned’ a few times already. Maybe a change is required :/
@marin Maru?i?
If you feel like updating the comment sync module for WP 3.6 / phpBB 3.x only that would be super and I’ll buy you many beers!!
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned plugin? AlternativesI couldn’t get it to work. The integration package failed at includes/functions_user.php where it has to replace
function validate_username($username, $allowed_username = false)
Apparently that line doesn’t exist in my functions_user.php file.
It is supposed to be replaced with:
if(!function_exists('validate_username') && (!defined('WPU_BLOG_PAGE'))) { function validate_username($username, $allowed_username = false) { return phpbb_validate_username($username, $allowed_username); } } function phpbb_validate_username($username, $allowed_username = false)
I’m currently running php bridge as well. Could that be the problem?
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned plugin? AlternativesThanks
I got the following error, any thoughts?
includes/functions_user.php
Find
function validate_username($username, $allowed_username = false)
Replace With
if(!function_exists('validate_username') && (!defined('WPU_BLOG_PAGE'))) { function validate_username($username, $allowed_username = false) { return phpbb_validate_username($username, $allowed_username); } } function phpbb_validate_username($username, $allowed_username = false)
The Find specified by the MOD could not be found
Basically the line
function validate_username($username, $allowed_username = false)
Does not exist. Is this important?
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned plugin? AlternativesFor alternatives wp bridge works very well for the user role mapping/seamless login. It does not do the cross posting though, which is a real shame. I have been able to find any alternatives for the cross posting.
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned plugin? Alternativesok, thanks for the insight. Does anybody have the phpBB modification package – the WP United website is still down do I can’t download it.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter 'fail to load' problemI have not. I’ve had a look and cant find where… can you help?
Forum: Plugins
In reply to: [WordPress Social Login] Twitter 'fail to load' problemMany thanks timersys. Unfortunately I had already made this change. Anyone other ideas?
Really appreciate it….
Forum: Plugins
In reply to: [WordPress Social Login] Twitter ProblemI might as well jump in on this thread rather than starting a new one. Similar problem with Twitter. From the error logs:
[Tue Jul 02 04:07:31 2013] [warn] [host www.unitedrant.co.uk] [client 81.152.8.101] WordPress database error Unknown column 'user_wsl_email' in 'field list' for query SELECT user_wsl_email as data_field FROM<code>wp_users</code> where ID = '3251' made by require_once('wp-admin/admin.php'), do_action('settings_page_wordpress-social-login'), call_user_func_array, wsl_admin_init, include('/plugins/wordpress-social-login/includes/admin/components/users?/index.php'), wsl_component_users, wsl_component_users_list, wsl_get_user_data_by_user_id, referer: https://www.unitedrant.co.uk/wp-admin/options-general.php?page=wordpress-?social-login&wslp=bouncer
Any thoughts?
I’m keen to do this too. Any pointer you can offer for retaining the WordPress comment style but still syncing Forum and WordPress comments are appreciated.
Did you use bbp_get_template_part or update BBpress CSS?
Forum: Alpha/Beta/RC
In reply to: 3.0 change to registration screws bbPressDid you ever find a solution to this problem?
Forum: Plugins
In reply to: BuddyPress Template Pack – WordPress database errorI just deleted the bp blogs directory and bpblogs.php and I no longer get the conflict.