مواد ڏانهن وڃو
  • لاگ اِن
  • کاتو کوليو
WordPress.org

سنڌي

  • ٿيمون
  • پلگ ان
  • سھائتا
    • Documentation
    • Forums
  • بابت
  • Source Code
  • Contact
  • Get WordPress
Get WordPress

پلگ انون

  • منهنجا پسنديده
  • بيٽا جاچ پڙتال
  • ڊولپرز

ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

ڊائون لوڊ ڪريو

PHPBB Single Sign On

کان: Stéphane Goetz
  • تفصيل
  • جائزو
  • تنصيب
  • ترقي
سھائتا

وضاحت

This plugin allows to use the password from a working phpBB installation to log into a WordPress blog. or on the other side to log into phpBB with the WordPress user.

The username for the administration must be the same on the two installations.
Otherwise you will end having admins that have no privileges on the other part.

How it works

There is no actual “sync” of the users.

When the app is configured correctly. the app checks that the user who tries to log in is at least registered in one of the systems, if yes, and the password is correct : he’s logged on both systems and his account is created if missing.
On password change it should also set the password on both platforms.

WP2BB

With WP2BB, you can now define that your posts are published in a forum, so that your community can add comments directly on them.

You can add the method “wp2bb()” on your template so that you have links to your forum to add comments and a replies count

There is also a widget to list the last replies in the forums

P.S. : WP2BB was created by Alfredo de Hoces (http://www.alfredodehoces.com/)

Uninstall

To uninstall, you have a few steps to make

Go the the Plugin options, revert the “auth mode” to “DB” and not “wpbb”
If it doesn’t work go to the ACP in General -> Client communication -> Authentication

Then go to the wordpress control panel and disable the plugin.

The last step is then to go with FTP in the PHPBB folder and rename the file “common.php” to “common.wp.php” and the file “common-orig.php” to “common.php”.

Your configurations should be separated again

انسٽاليشن

  1. Extract the archive
  2. upload the phpbb-sso directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Configure the path to PHPBB in the options
  5. When the path is right some fields related to phpbb will appear, fill them and save.
  6. Click on “install files” to install files.
  7. If all tests are OK you can logout and login to test.

How to configure ?

there are three ways to configure it.

In the example, the root of the website is “/www/”

Example 1

Blog : /www/
Forum : /www/forum/

Path to configure:
To PHPBB from WordPress : forum/
To WordPress from PHPBB : ../

Example 2

Blog : /www/blog/
Forum : /www/

Path to configure:
To PHPBB from WordPress : ../
To WordPress from PHPBB : blog/

Example 3

Blog : /www/blog/
Forum : /www/forum/

Path to configure:
To PHPBB from WordPress : ../forum/
To WordPress from PHPBB : ../blog/

Troubleshooting

If for any reason you removed the “common-orig.php” file and can’t get your forum to work again, simply go to phpbb.com and download the complete package corresponding to your version.

in that package get the file named “common.php” and upload it to your server as “common-orig.php”

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“PHPBB Single Sign On” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ
  • onigoetz

ترجمو ڪريو “PHPBB Single Sign On” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

Roadmap

  • Uninstaller

0.9

  • supports separated databases
  • removed “mysql_*” calls – no dependency on mysql anymore
  • options page refinement
  • deleted lots of unused code
  • fixed wp2bb queries
  • fixed code style (follows PSR-2)

0.8.7

  • added wpbb_get_user_id_from_string() to replace get_user_id_from_string() as it doesn’t exist in non mulitsite installations

0.8.6

  • Fixed a bug where we could login to the ACP with a wrong password
  • Managed to make the “remember me” work on both parts
  • Fixed the duplicate username creation
  • Fixed some calls to “username” -> “username_clean”

0.8.5

  • Now includes WP2BB !!!
  • Fixed some little bugs
  • Added a way to disable the ACP Reauth

0.8

  • Cleaner admin Area
  • Added a way to patch files for the “validate_username” bug
  • Rewrote some parts involved in login the user in the two codes are now separated

0.7.1

  • Corrected a bug on new installation with the paths
  • Works with WordPress 3

0.7

  • Ability to put wordpress in a child folder of phpbb or at the same level
  • Bugfix : Enabled capital letters logins on both sides.
  • Bugfix : “Parameter 1 to wpbb_login() expected to be a reference, value given…” should be corrected.

0.6.3

  • Bugfix : Changed common.orig.php to common-orig.php to solve some problems
  • Change : Changed the match from username_clean to username, should solve some problems with the double usernames

0.6.2

  • Bugfix : Removed the backslash before the comments. was because of a security feature of wordpress that caused every entry to be backslashed. Phpbb manages it differently, and that caused a double check that added these backslashes.

0.6.1

  • Bugfix : annoying bug in the admin area, now it is possible to change db to wpdb

0.6

  • Preliminary version for the multiple databases
  • Bugfix : Captcha problem if the user makes 3 errors in his password in phpbb (reported by Ramon Fincken http://www.ramonfincken.com/ )
  • Bugfix : op_userexists function doesn’t exist (patch proposed by Brian Pan)
  • Bugfix : Blank user creation when logging in the first time from phpbb (Brian Pan tracked down the bug and I made the little fix)
  • Added options to the control Panel
  • Better install instructions.
  • Removed complicated installations steps.
  • Now Compatible with Onepress, totally new function names.

0.5

  • Enabled synchronisation

0.4.6

  • Bugfix : Blank page on admin area fix

0.4.4

  • Bugfix : Created a duplicata of wordpress user on every login
  • Bugfix : Cannot automatically create users

0.4.2

  • Bugfix : Url in options panel

0.4.1

  • Bugfix : Url to options panel

0.4

  • The login works now if the user exists in the two databases with the same password
  • New installation script
  • New Presentation of the options page

0.3

  • Bugfix : Corrected a bug wich accepted all passwords

0.2

  • Login working from wordpress
  • Options page finished

0.1

  • New options page
  • Fork of the onepress framework. dropping all framework dependencies

ميٽا

  • ورزن: 0.9
  • آخري ڀيرو اپڊيٽ ڪيو ويو: 10 سالَ اڳ
  • فعال انسٽاليشنس: 10+
  • ورڊپريس ورزن 2.8.0 يا وڌيڪ
  • تائين آزمايو ويو: 3.6.0
  • زبان
    English (US)
  • جمع: ٽيگس:
    authenticationloginpasswordphpbbSingle Sign-on
  • ترقي يافته ڏيک

درجه بندي

سڀ ڏس
  • جمع: 5 تارا 3
  • جمع: 4 تارا 1
  • جمع: 3 تارا 1
  • جمع: 2 تارا 0
  • واحد: 1 تارو 0
هڪ جائزو جمع ڪرڻ لاء لاگ ان ڪريو.

تعاون ڪندڙ

  • onigoetz

سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

ڏسو سپورٽ فورم

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

سنڌي

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
ڪوڊ شاعري آهي.