Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-25-2008, 06:43 AM
teenzoned's Avatar
Casual Pligger
 
Join Date: May 2008
Posts: 64
Thanks: 8
Thanked 2 Times in 2 Posts
Pligg Bridges

What pligg bridges have been created and what do you want to see?

if its already been created please leave a link to where we can get it from.

-----------------------------

Pligg+elgg - (been talks, but not sure if one is available)
Pligg+Vbulletin - (been talks, but not sure if one is available)
Pligg+phpbb - (i have someone creating one) also illestlyrics.com is using one.
Pligg+wordpress - maybe it could use somthing similar to mashable.com's commenting system?
Pligg+MUwp - MU powers wordpress.com info @ WordPress MU › Home

are their anymore?
would you use any of these?

lets chat =]
__________________
Market your site online FREE with the Thirty Day Challenge

My themes are designed by CMStheme.com

Last edited by teenzoned; 06-25-2008 at 06:52 AM..
Reply With Quote
  #2 (permalink)  
Old 06-25-2008, 06:58 AM
teenzoned's Avatar
Casual Pligger
 
Join Date: May 2008
Posts: 64
Thanks: 8
Thanked 2 Times in 2 Posts
the guy who was creating my phpbb bridge is f'ing me around so im going to go with the next best thing and have a chat to illestlyrics.com about helping me out.

hopefully by the end of the week i can get it from someone!
but i promise even if i have to break a limb i will get it from someone =]
__________________
Market your site online FREE with the Thirty Day Challenge

My themes are designed by CMStheme.com
Reply With Quote
  #3 (permalink)  
Old 06-25-2008, 02:19 PM
catchpen's Avatar
Pligg Donor
 
Join Date: Jan 2008
Posts: 210
Thanks: 30
Thanked 18 Times in 13 Posts
AshDigg is teasing us parts on how to bridge Vbulletin on his "I can has help?" Blog, not sure why not on this site and why only a few parts over 3 weeks or so weird but I hope he soon posts the finished steps this would awesome if it's 100% working when done. Although I would rather have a bridge to a free forum CMS.
Reply With Quote
  #4 (permalink)  
Old 06-25-2008, 10:54 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,399
Thanks: 171
Thanked 439 Times in 278 Posts
Quote:
Originally Posted by teenzoned View Post
What pligg bridges have been created and what do you want to see?

if its already been created please leave a link to where we can get it from.

-----------------------------

Pligg+elgg - (been talks, but not sure if one is available)
Pligg+Vbulletin - (been talks, but not sure if one is available)
Pligg+phpbb - (i have someone creating one) also illestlyrics.com is using one.
Pligg+wordpress - maybe it could use somthing similar to mashable.com's commenting system?
Pligg+MUwp - MU powers wordpress.com info @ WordPress MU › Home

are their anymore?
would you use any of these?

lets chat =]
This thread seems almost like troll bait.... I'll bite

Sure some bridges have been developed. Simply search Google, but you need to ask yourself why on earth you would want to have massive redundant features. It's like mixing oranges with oranges. If there is a feature that you feel the CMS lacks wouldn't it be better to spend the time on making a module for it rather than a bridge to an entirely different CMS which would recreate more problems down the road when either of those projects update?
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #5 (permalink)  
Old 06-28-2008, 05:30 PM
Designer
Pligg Version: 9.9.
 
Join Date: Mar 2007
Posts: 159
Thanks: 1
Thanked 15 Times in 11 Posts
Send a message via MSN to skins4webs
There is a bridge available for download right on this site.

It works good for what it is.

I don't recommend it though.

They are both complicated systems and would need a very thorough bridge for me to recommend it. (I did it over a year ago, so there is no going back now)

You want to add this to phpbb_functions
Quote:
$sql = "INSERT INTO " . GROUPS_TABLE . " (group_name, group_description, group_single_user, group_moderator)

VALUES ('', 'Personal User', 1, 0)";

if ( !($result = $db->sql_query($sql, false, true)) )

{

message_die(GENERAL_ERROR, 'Could not insert data into groups table', '', __LINE__, __FILE__, $sql);

}



$group_id = $db->sql_nextid();



$sql = "INSERT INTO " . USER_GROUP_TABLE . " (user_id, group_id, user_pending)

VALUES ($user_id, $group_id, 0)";

if( !($result = $db->sql_query($sql, END_TRANSACTION)) )

{

message_die(GENERAL_ERROR, 'Could not insert data into user_group table', '', __LINE__, __FILE__, $sql);

}
I had a problem with people not being able to sign in immediately as well. so you want this as your file for phpbb_settings

Quote:
<?php

// the location of phpbb2 on your server

// if the install is at http://yourdomain.com/phpbb2/ then

$phpbb_root_path = '/board/';



// if you have the default install of this module

// into /modules/phpbb2/ then keep the following line

$phpbb_root_path_prefix = "../..";



// if PLIGG is installed into a subfolder then UNCOMMENT the following line

// $phpbb_root_path_prefix = $phpbb_root_path_prefix . "/..";

// if PLIGG is installed into the root then keep that line COMMENTED out



$phpbb_root_path = $phpbb_root_path_prefix . $phpbb_root_path;



// don't touch anything past this line.



if($main_smarty){

$main_smarty->assign('phpbb2_path', phpbb2_path);

$main_smarty->assign('phpbb2_lang_conf', phpbb2_lang_conf);

$main_smarty->assign('phpbb2_tpl_path', phpbb2_tpl_path);

}

?>
You also want to remember that after people change their passwords, they won't able to sign into the software that they don't change their password from. It might not be a problem at first, but give it a year and you'll have an issue on your hands.

If you need further help. You can private message me.
__________________
http://www.illestlyrics.com, hip-hop site
http://www.qkin.com, Web development site
Reply With Quote
  #6 (permalink)  
Old 06-29-2008, 03:29 AM
teenzoned's Avatar
Casual Pligger
 
Join Date: May 2008
Posts: 64
Thanks: 8
Thanked 2 Times in 2 Posts
thanks,
ill test it out now and ill let you know how it goes!

chuck, how much would a module for phpbb cost?
i want to use phpbb or another good Forum, because if i got a band new forum made then ill have to pay heaps extra and have heaps of work done for extra plugins ect.?

Quote:
Originally Posted by skins4webs View Post
I had a problem with people not being able to sign in immediately as well. so you want this as your file for phpbb_settings
if im judging by your site, then the code must fix it =]
your one seems to log in fast.
__________________
Market your site online FREE with the Thirty Day Challenge

My themes are designed by CMStheme.com
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Pligg integration with SMF Forum autoinc Modification Tutorials 64 05-19-2008 02:22 AM


Search Engine Friendly URLs by vBSEO 3.2.0