Show all posts by user
Need to make Phorum play with your CMS? Want to use Phorum's user database for the rest of your site. Discuss those topics with others here.
Re: Phorum the Future, revisited! - 12 years ago
It seem any active development were about 2 years ago. Is Phorum still active development? Thanksby Chanh Ong - Phorum Development
Re: Is there Embed Phorum upgrade? - 16 years ago
I saw that and didn't find anything about how to embed into my Mambo site and I am not sure I am ready to move my phorum install into my Drupal site just yet.by Chanh Ong - Phorum Support
Is there Embed Phorum upgrade? - 16 years ago
I wonder what happen to "Embed Phorum" module! Is it has a new version for the latest version of phorum? Thanksby Chanh Ong - Phorum Support
Re: common.php hack! - 18 years ago
Yes, sound like that is the better to go. Thanksby Chanh Ong - Phorum Hack/Mod Requests
Re: common.php hack! - 18 years ago
I see it now! Thanks. Now I have another question regarding get_user_id(), What if I don't want to sync user id instead just want to use phorum user login and such who would I turn on phorum login for the embed template? Thanksby Chanh Ong - Phorum Hack/Mod Requests
Re: common.php hack! - 18 years ago
Obviously, it seems that I surely miss that but what do I have to? I don't seem remember I had to do any head tag when I use embed template in Mambo and my connector and code and mirror after your Mambo setup. What do I have to do to get those CSS? Thanksby Chanh Ong - Phorum Hack/Mod Requests
Re: common.php hack! - 18 years ago
Yes, it works but missing CSS and causing the looks to be plain vanilla instead of styled! Thanksby Chanh Ong - Phorum Hack/Mod Requests
Re: common.php hack! - 18 years ago
My implementation of integrate phorum embed template work nicely with my php site but there is something not right and I am not sure what that is. The embed template does not seem to show in my integration it does not seem to pick those css classes from embed template. I check the forum and the general setting to make sure it is set to use embed template but still does not work. Any suggestionby Chanh Ong - Phorum Hack/Mod Requests
Re: Which version of embed to go with 5.27 - 18 years ago
ok, thanks.by Chanh Ong - Phorum Integration
Which version of embed to go with 5.27 - 18 years ago
I am having problem using embed version 0.20 and 1.02 with phorum 5.27. Which version should I use? Thanksby Chanh Ong - Phorum Integration
Re: common.php hack! - 18 years ago
Nope! Tried it and still fail without the hack! Thanksby Chanh Ong - Phorum Hack/Mod Requests
Re: common.php hack! - 18 years ago
My version is actually this: define( "PHORUM", "5.1.25" ); Here is the code that I use. <?php phorum(); function phorum() { ob_start(); include ('phorum.php'); $flushed=ob_get_contents(); ob_end_clean(); echo $flushed; } phorum.php / The location of our Phorum software. $PHORUM_DIR = $_SERVER["DOCUMENT_ROOT"] . "/phorum5by Chanh Ong - Phorum Hack/Mod Requests
common.php hack! - 18 years ago
I use the embed template for my custom php app and it works great but keep getting this warning after I post the message with 5.25. Here is my little hack in common to get the redirect work without any warning. It works for me! Is there a better way to handle this? // our standard-way // header( "Location: $redir_url" ); // hack to work around this error // Warning:by Chanh Ong - Phorum Hack/Mod Requests
Re: Phorum the Future? - 18 years ago
Bert, Good to see you here! I hope you will find phorum is very good package to integrate into your cms of choice especially with the embed template module. It is very flexible and nice!by Chanh Ong - Phorum Development
Re: A happy new year to all of you! - 18 years ago
Thanks to the team and a good "forum". Looking forward to a new Phorum in 2008 and the embed template. Thanksby Chanh Ong - 5.1 Phorum Support
Re: any embed module for site integration? - 18 years ago
Look forward to the new embed template for 5.2. Happy new year! Thanksby Chanh Ong - Phorum Support
Re: Module: User Avatar - 18 years ago
Gee, Wee! A nice module addtion to phorum!by Chanh Ong - v5/v6 Modules/Add-Ons
Avatar: a nice surprise! - 18 years ago
I just found out that there is now an avatar support in phorum. Is this bundle with the core or a separate module? Thanksby Chanh Ong - Phorum Development
Re: Would be nice for the "folder" to fold! - 18 years ago
Sound good! It will also be great if this feature find it way into the "embed template"! Thanksby Chanh Ong - Phorum Development
Would be nice for the "folder" to fold! - 18 years ago
It would be so nice that the "folder" icon when click can fold the entire forum underneath it and when click on it again it will unfold. Thanksby Chanh Ong - Phorum Development
Re: Newer not always Better - 18 years ago
This is sure different to the old version! So far it seems to be much better layout and "after the initial shock" I start to like the placement of thing and I think it is a big improvement!by Chanh Ong - Phorum Development
Re: System for embedding Phorum in other applications (early preview) - 18 years ago
Sound great! Good design! Thanksby Chanh Ong - Phorum Integration
Re: System for embedding Phorum in other applications (early preview) - 18 years ago
How does embedding phorum get the password and authenticate the user in Mambo? If the password method change in the future will this break embedding phorum? Thanksby Chanh Ong - Phorum Integration
Re: Integrating phorum with drupal - 18 years ago
There are a couples problem with the current implementation of this. . Phorum can't be installed correctly when it is put under drupal folder which drupal is not at the root level . It require phorum to use the same database as drupal I tried to hack it to give it an absolute path to phorum but the url of the embed template does not work correctly. I wish there is a more roburst soluby Chanh Ong - Phorum Integration
Re: BBCode - WYSIWYG-editor using TinyMCE - 19 years ago
Very nice! will this be available soon? Thanksby Chanh Ong - 5.1 Phorum Modules / Add-Ons
Re: Joomla and Phorum integration - 19 years ago
My site use mostly div in my template too and phorum work just fine in it. There might be some missing tag that surface when you enable phorum to your site. Try to run through the validation to see where is the possible problem with your template.by Chanh Ong - Phorum Integration
Re: Joomla and Phorum integration - 19 years ago
Look like you use mostly div in your template and the phorum stuff get flow to the top. Try to use some table code to contain phorum stuff to see if that make any different.by Chanh Ong - Phorum Integration
Re: Joomla and Phorum integration - 19 years ago
Did you phorum install folder call "Phorum" or "phorum"? Note the case there! It should be consistent otherwise Joomla and phorum does not know where to find your phorum.by Chanh Ong - Phorum Integration
Re: Frequent timeout lately with my phorum - 19 years ago
Thanks and I will do that to see what will happen.by Chanh Ong - 5.1 Phorum Support
Re: Frequent timeout lately with my phorum - 19 years ago
MySQL on localhost (4.1.22-standard) up 0+23:47:30 [23:13:30] Queries: 8.1M qps: 99 Slow: 0.0 Se/In/Up/De(%): 86/01/05/01 qps now: 45 Slow qps: 0.0 Threads: 3 ( 1/ 17) 87/02/04/01 Cache Hits: 5.3M Hits/s: 65.4 Hits now: 33.4 Ratio: 76.7% Ratio now: 84.8% Key Efficiency: 100.0% Bps in/out: 13.4k/ 2.9k Now in/out: 6.5k/48.by Chanh Ong - 5.1 Phorum Support

