[ABD] WP-United: WordPress Integration v0.9.2.8 22/05/14

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
fiorefrank
Registered User
Posts: 226
Joined: Fri Jun 08, 2007 10:43 am
Location: Italy
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by fiorefrank »

hi everyone,
why doesn't it show blog link into user info next for example PM icon?
regards
fightforlife
Registered User
Posts: 3
Joined: Fri Feb 22, 2008 9:49 pm

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by fightforlife »

I have integrated WP in my phpbb3 using this Mod!
Everything works fine!!!! Very nice modification!


But then after i had to change my Server and domain. There is an error every time i want to integrate users or i wnat to complette the wizard!
I can also not login into the admin panel of wp, because there is always the message" your password is incorrect".
If i click on "lost Password" the new PW works for one login ...but after that the password is expired!

Code: Select all

[phpBB Debug] PHP Notice: in file /var/www/kunden/web6/html/touch/wp-includes/rewrite.php on line 30: in_array() [function.in-array]: Wrong datatype for second argument
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Rewrite.php 27-37

Code: Select all

//Add a new feed type like /atom1/
function add_feed($feedname, $function) {
    global $wp_rewrite;
    if (!in_array($feedname, $wp_rewrite->feeds)) { //override the file if it is
        $wp_rewrite->feeds[] = $feedname;
    }
    $hook = 'do_feed_' . $feedname;
    remove_action($hook, $function, 10, 1);
    add_action($hook, $function, 10, 1);
    return $hook;
}  
index.php 100-156

Code: Select all

// gzip_compression
    if ($config['gzip_compress'])
    {
        if (@extension_loaded('zlib') && !headers_sent())
        {
            ob_start('ob_gzhandler');
        }
    }

    $template->assign_vars(array(
        'PAGE_TITLE'            => $page_title,
        'USERNAME'                => $user->data['username'],

        'SID'                    => $SID,
        '_SID'                    => $_SID,
        'SESSION_ID'            => $user->session_id,
        'ROOT_PATH'                => $phpbb_admin_path,

        'U_LOGOUT'                => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout'),
        'U_ADM_INDEX'            => append_sid("{$phpbb_admin_path}index.$phpEx"),
        'U_INDEX'                => append_sid("{$phpbb_root_path}index.$phpEx"),

        'T_IMAGES_PATH'            => "{$phpbb_root_path}images/",
        'T_SMILIES_PATH'        => "{$phpbb_root_path}{$config['smilies_path']}/",
        'T_AVATAR_PATH'            => "{$phpbb_root_path}{$config['avatar_path']}/",
        'T_AVATAR_GALLERY_PATH'    => "{$phpbb_root_path}{$config['avatar_gallery_path']}/",
        'T_ICONS_PATH'            => "{$phpbb_root_path}{$config['icons_path']}/",
        'T_RANKS_PATH'            => "{$phpbb_root_path}{$config['ranks_path']}/",
        'T_UPLOAD_PATH'            => "{$phpbb_root_path}{$config['upload_path']}/",

        'ICON_MOVE_UP'                => '<img src="' . $phpbb_admin_path . 'images/icon_up.gif" alt="' . $user->lang['MOVE_UP'] . '" title="' . $user->lang['MOVE_UP'] . '" />',
        'ICON_MOVE_UP_DISABLED'        => '<img src="' . $phpbb_admin_path . 'images/icon_up_disabled.gif" alt="' . $user->lang['MOVE_UP'] . '" title="' . $user->lang['MOVE_UP'] . '" />',
        'ICON_MOVE_DOWN'            => '<img src="' . $phpbb_admin_path . 'images/icon_down.gif" alt="' . $user->lang['MOVE_DOWN'] . '" title="' . $user->lang['MOVE_DOWN'] . '" />',
        'ICON_MOVE_DOWN_DISABLED'    => '<img src="' . $phpbb_admin_path . 'images/icon_down_disabled.gif" alt="' . $user->lang['MOVE_DOWN'] . '" title="' . $user->lang['MOVE_DOWN'] . '" />',
        'ICON_EDIT'                    => '<img src="' . $phpbb_admin_path . 'images/icon_edit.gif" alt="' . $user->lang['EDIT'] . '" title="' . $user->lang['EDIT'] . '" />',
        'ICON_EDIT_DISABLED'        => '<img src="' . $phpbb_admin_path . 'images/icon_edit_disabled.gif" alt="' . $user->lang['EDIT'] . '" title="' . $user->lang['EDIT'] . '" />',
        'ICON_DELETE'                => '<img src="' . $phpbb_admin_path . 'images/icon_delete.gif" alt="' . $user->lang['DELETE'] . '" title="' . $user->lang['DELETE'] . '" />',
        'ICON_DELETE_DISABLED'        => '<img src="' . $phpbb_admin_path . 'images/icon_delete_disabled.gif" alt="' . $user->lang['DELETE'] . '" title="' . $user->lang['DELETE'] . '" />',
        'ICON_SYNC'                    => '<img src="' . $phpbb_admin_path . 'images/icon_sync.gif" alt="' . $user->lang['RESYNC'] . '" title="' . $user->lang['RESYNC'] . '" />',
        'ICON_SYNC_DISABLED'        => '<img src="' . $phpbb_admin_path . 'images/icon_sync_disabled.gif" alt="' . $user->lang['RESYNC'] . '" title="' . $user->lang['RESYNC'] . '" />',

        'S_USER_LANG'            => $user->lang['USER_LANG'],
        'S_CONTENT_DIRECTION'    => $user->lang['DIRECTION'],
        'S_CONTENT_ENCODING'    => 'UTF-8',
        'S_CONTENT_FLOW_BEGIN'    => ($user->lang['DIRECTION'] == 'ltr') ? 'left' : 'right',
        'S_CONTENT_FLOW_END'    => ($user->lang['DIRECTION'] == 'ltr') ? 'right' : 'left',
    ));

    // application/xhtml+xml not used because of IE
    header('Content-type: text/html; charset=UTF-8');

    header('Cache-Control: private, no-cache="set-cookie"');
    header('Expires: 0');
    header('Pragma: no-cache');

    return;
}
sobriety
Registered User
Posts: 31
Joined: Sat Dec 16, 2006 2:12 am
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by sobriety »

Hello,

I installed WP-United and everything seems to be working ok. I tested it by logging in as a user. I can create a blog and create blog posts as a phpBB 3.0 Registered User with Wordpress 2.3.3 Role of Author; however, when I try to approve a comment I get the following message:

"Your level is not high enough to moderate comments."

How do I allow my users to be able to moderate comments?
wolferey
Registered User
Posts: 19
Joined: Fri Dec 06, 2002 10:26 pm
Location: Trondheim, Norway
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by wolferey »

Sobriety: Only administrators can moderate comments. Best thing to do is set "Users must be registered and logged in to comment" in options and turn off comment moderation, and pray no spam bot registers (or install mods for phpBB3 against them when that time comes).
sobriety
Registered User
Posts: 31
Joined: Sat Dec 16, 2006 2:12 am
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by sobriety »

Thanks wolferey!

Are you supposed to see posts and comments from the other member's blogs on your blog under Recent Entries and Recent Comments? I thought member's blogs were seperate entities and only sharing the categories of the main install.

http://www.sobrietyonline.org/wordpress/
wolferey
Registered User
Posts: 19
Joined: Fri Dec 06, 2002 10:26 pm
Location: Trondheim, Norway
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by wolferey »

sobriety wrote:Thanks wolferey!

Are you supposed to see posts and comments from the other member's blogs on your blog under Recent Entries and Recent Comments? I thought member's blogs were seperate entities and only sharing the categories of the main install.

http://www.sobrietyonline.org/wordpress/
I can't access your page, but to answer your question:
My best guess is that comments/blog posts share the same table in the database, with a variable there setting it apart from which blog it is posted in, so when recent entries/comments scripts draw out comments/entries, they get it out of the same table in the database regardless of what blog the entry/comment was posted in, thus you see them from other members blogs
spikechu
Registered User
Posts: 55
Joined: Fri May 05, 2006 3:20 am

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by spikechu »

ok so i did all the install steps, and setup in the admin panel.

now when i go to forums/blog.php i get a 404 error... and it doesnt show the the blog.. i have all of the setting set right and i even edited the blog.php to point to my forum.. and i still get the 404 error.

any ideas?
Mirabeau
Registered User
Posts: 17
Joined: Sat Mar 20, 2004 1:27 pm
Location: France
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by Mirabeau »

Hi all,

Tried this great mod and very satisfied.
Translated in french (a few job missing on admin).
I got a few feedbacks :
- galeries.php returns a 500 error when logged as normal user (author not admin)
- missing a link to main phpBB forum on every blog created by users.
- link to "admin panel" of users blog could be more viewable...

Congratulations anyway and looking forward to see a finalised version
ksn
Registered User
Posts: 44
Joined: Wed Oct 27, 2004 4:49 am

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by ksn »

Since there hasn't been any input from the developer in this discussion nor in his own wp-united website since Dec. 2007, I would assume this Mod is dead. I hesitate using something like this. Does anyone know any other mod to integrate the login of Wordpress and phpBB3?
sobriety
Registered User
Posts: 31
Joined: Sat Dec 16, 2006 2:12 am
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by sobriety »

ksn wrote:Since there hasn't been any input from the developer in this discussion nor in his own wp-united website since Dec. 2007, I would assume this Mod is dead. I hesitate using something like this. Does anyone know any other mod to integrate the login of Wordpress and phpBB3?
I agree ksn. I just recently installed this mod and it is working great. However, I too am concerned that jhong has disapeared. I don't feel good about using this mod if it is no longer supported. Especially now that I have a choice before members start using it.

Another one I have been keeping an eye on is "User Blog Mod"
http://www.phpbb.com/community/viewtopi ... 0&t=543995

what do you think?
ichwars2
Registered User
Posts: 20
Joined: Thu Jul 19, 2007 9:12 pm

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by ichwars2 »

The Changes i have to do in the memberlist_body.html & common.ss are not there at all.
After reading 27 pages here, i can't find a solution!
Can you help?
User avatar
fiorefrank
Registered User
Posts: 226
Joined: Fri Jun 08, 2007 10:43 am
Location: Italy
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by fiorefrank »

Some bugs (they seems) :

- when everybody can make a blog, if a user do a post into blog and after he publish it, he edit it something strange happen! The edited text and edited title don't show.

- I don't see user blog into user profile also if i set it on in ACP
sobriety
Registered User
Posts: 31
Joined: Sat Dec 16, 2006 2:12 am
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by sobriety »

fiorefrank wrote:Some bugs (they seems) :

- when everybody can make a blog, if a user do a post into blog and after he publish it, he edit it something strange happen! The edited text and edited title don't show.

- I don't see user blog into user profile also if i set it on in ACP

fiorefrank,

In phpBB Administration Control Panel, under the WP-UNITED tab, click the settings button and then check no for "Allow cross-posting of blog posts to forum?".
212121
Registered User
Posts: 60
Joined: Sun Mar 20, 2005 5:57 am
Contact:

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by 212121 »

I have a quick question. I don't want to have a blog on my site but do want my members to have their own blog. Will this mod work for me or not because i know that it also sets up a blog for the forums like the index page.
Volsfan91
Registered User
Posts: 1
Joined: Sun Mar 16, 2008 9:12 pm

Re: [RC1] WP-United: WordPress Integration (v0.6.0 01/12/07)

Post by Volsfan91 »

Hey, just trying to get the Cross Posting working and not really having any luck; I've got everything installed and enabled fine but I'm not understanding the permissions part of it.

Could someone please tell me how to change the permissions? BTW, I'm brand new to phpBB.

EDIT: Wait, I just figured out the permissions (I just changed it for the admin user, I didn't make any changes to the forum itself), but I'm still not seeing anything on blog.php that has changed. I click the admin control panel on WordPress and it takes me to the base URL path of my regular WordPress setup.
Locked

Return to “[3.0.x] Abandoned MODs”