Show all posts by user
The template language was updated and improved in Phorum 5.2+. You will need new templates and new template hacks and mods.
You can find a list of Templates for Phorum v5 / v6
You can find a list of Templates for Phorum v5 / v6
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi Maurice Makaay, After experimenting with this module for sometime, I realize that the proposed solution of - //I would in such case write a script that would convert all messages in the database to the required format, right before releasing the new editor. That route is fully fail safe.// - is NOT fail safe, because, every new mail that lands on the phorum (from some email account or so feby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi Maurice Makaay, I appreciate this conversation and agree with you. For me this is not a major issue since our forum is just in the beginning stages and there is only a few previous messages, and also because for the existing messages since I know this issue I can avoid 'editing them'. QuoteI would in such case write a script that would convert all messages in the database to thby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
This fixed the multiple <br> issue, but again has the disadvantage that - if I am "editing" an already existing post with BBCode in it for the fist time (prior to using 'quote' etc ) then, this code will not run (i.e. BBCode will not get converted to html) and again the whole text along with bbcode will become quashed together (i.e. all line and para breaks lost; and theby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Wow! That was an instantaneous reply! Thanks!by Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi Maurice Makaay, Now I have a new problem (possibly caused by the above fix itself). Now every time I 'Edit' and update a message unnecessory <br> tags are getting inserted into the messages. That means for example if a messages was - hi hi Then after 3-4 edits and saves it will look like hi hi This was not intended/expected to happen. :(by Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay Try this single file module. It might just work. Simply drop it in your Phorum's mods folder and enable "Prepare editor data as HTML" in the modules screen. Perfect! Thanks! There was still a minor problem when gets converted into <blockquote> that it was difficult to identify the ending of the block in CK Editor. For me I resolved this issue by enaby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay you don't seem the programming type. You are right. :(by Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay One approach that could work, is to run Phorum's message formatting on a message that is prepared for a new editing session. That will turn the message data into HTML. That would also convert the code to HTML. If after that the generated HTML code is fed to the editor, things will work, since the data is HTML as expected by that editor. Doing a Phorum formatting call inby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay No, that is not an option. The stripping is done by first formatting the message into HTML and then stripping the HTML from the resulting message. So all HTML is removed in the end. Yes, one thing I notice is that while quoting the line breaks are getting stripped off, for "previously not-ckeditor formatted text. But that is a problem I can manage I think (and is mostlyby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay QuoteSreenadh OG QuoteMaurice Makaay No, that is not an option. But that does work for me! Okay, phrased differently: There is not an option available that you can enable to get the things working in the way that you want it. It is not a configuration option. Sorry, I am not getting it. What I wanted to say was that - 1) I have enabled BBCode module without the edby Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
QuoteMaurice Makaay No, that is not an option. But that does work for me! QuoteMaurice Makaay The stripping is done by first formatting the message into HTML and then stripping the HTML from the resulting message. So all HTML is removed in the end. Here you are speaking about removing only BBCode from outgoing emails - I understand. QuoteMaurice Makaay Stripping only the BBcodes isby Sreenadh OG - v5/v6 Templates
Re: Approve All Link Request - 15 years ago
QuoteOliver Riesen In my opinion integrating mailing list functionality in Phorum as modules is not scalable. It works for small amounts of posts. You made already the experience that your amount of posts is to big for this solution. Yes, that is already understood and agreed upon fact between us. QuoteOliver Riesen So only a standalone mailing list software like Mailman is working for ourby Sreenadh OG - Phorum Hack/Mod Requests
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi Maurice Makaay, QuoteIt is not a CK editor problem. Normally, the BBcode module takes care of nifty quoting by applying the Quote bbcode to it. Since the bbcode module is not available anymore, the basic text based quoting will be done by the Phorum core. This text based quoting does not contain HTML <br/> line breaks, causing all the lines in the quote to collapse into one, making iby Sreenadh OG - v5/v6 Templates
Re: Approve All Link Request - 15 years ago
QuotePhil Connolly So you made a try at deploying phorum in a way to meet your business cases, and it didn't work. This does not label phorum a failure, nor does it label your business cases a failure. (yes, each could ultimately fail, but not because one person decides it doesn't work for them). Based on your statements above, I wonder if you are looking for that perfect solutioby Sreenadh OG - Phorum Hack/Mod Requests
Re: Approve All Link Request - 15 years ago
Hi Oliver, QuoteOliver Riesen No, Mailman is the only solution for you and me in that part. I am not yet getting why Mailman is the only solution. Can you explain this a bit more please. Regards, Sreenadhby Sreenadh OG - Phorum Hack/Mod Requests
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi klgordon, The following are the things I have done after uploading the ckEditor code to the forum root folder. 1) Enabling the CK Editor I have located the <textarea name="body" id="body" class="body" rows="15" cols="50">{POSTING->body}</textarea> in posting.tpl and replaced that line with the code you supplied -by Sreenadh OG - v5/v6 Templates
Re: WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) - 15 years ago
Hi klgordon, Thanks for the excellent note! I have integrated CK Editor to our phorum installation and it works fine! Thanks to "HTML in Messages (version 3.0.0)" as well, which I am using along with this module. I have enabled HTML posting for anyone in the forum messages option; and disabled the BBCode related modules. Just experimenting to see how it works out. But the primary imby Sreenadh OG - v5/v6 Templates
Re: Approve All Link Request - 15 years ago
Hi Oliver, QuoteOliver Riesen But don't accuse Phorum that you want to replace a big player like Yahoo Groups with insufficient resources... Oliver I never wanted to 'replace yahoo groups'! That is impossible and absurd! I just wanted to replace just ONE of millions of yahoo groups - i.e. own own group using phorum. I there is a difference of 1:1 million between what you are sayiby Sreenadh OG - Phorum Hack/Mod Requests
Re: Approve All Link Request - 15 years ago
Hi Oliver, QuoteOliver Riesen Everything I missed in Phorum.......... Phorum doesn't offer everything out-of-the-box (thats the "bane")................. Yes, me too was saying this only. Phorum is NOT a perfect choice. But true, it is extensible. QuoteOliver Riesen , but you can extend nearly every functionality in form of a module (thats the "talent"). Making moduby Sreenadh OG - Phorum Hack/Mod Requests
Re: Approve All Link Request - 15 years ago
Hi Oliver, I am already using the 'Auto Hide Module' and I want a moderated forum and not an unmoderated one. The point I was expressing was that - 'even if I maintain a list of 'approved/non-moderated' users (just for them I don't want moderation), since I am using the 'external phorum mail module' it will fetch all those replies and put them in pendiby Sreenadh OG - Phorum Hack/Mod Requests
Re: Delay in Posting messages - 15 years ago
Dear All, I have taken the following actions in our forum and enabled Joe Curia's Forum Subscription module. 1) I have removed all the non-participating members from my forum and decreased the number of members from 3000+ to 100+ 2) Enabled the "Forum Subscriptions" module along with the "Cron job message queue" option, and has defined the cron job. 3) Since we haby Sreenadh OG - Phorum Support
Re: Approve All Link Request - 15 years ago
Dear Phil Connolly, I NEVER "migrated" my users from yg to this all new "trial" implementation of phorum in my website. :) Ofcourse I have added them (apart from the existing yg) to this phorum implementation as well, "just to test" that everything works fine or not. And as you could see, at the end it was a failure in mailing list part and "somewhat ok"by Sreenadh OG - Phorum Hack/Mod Requests
Re: Approve All Link Request - 15 years ago
QuoteThomas Seifert We are using Phorum in our own projects and develop stuff we need there. Yes, got it.by Sreenadh OG - Phorum Hack/Mod Requests
Re: Approve All Link Request - 15 years ago
Dear Phil, I agree to most of the points expressed by you. QuotePhil Connolly What's great is that Phorum is so easy to mod and skin to reflect your opinion of what a forum application should be. If you can develop then have at it. If you can't, then take care that you don't offend the participants on this forum who can :) Yes, this is the very reason that in future phorumby Sreenadh OG - Phorum Hack/Mod Requests
Approve All Link Request - 15 years ago
Hi, 50+ mails lands in my phorum every day from an email account (accessed through external phroum mail). It is very very difficult to select and approve each and every mail (also because phroum force me to click some unnecessory links in between, and makes it difficult to scrolldown and locate the 'approve' link). Is there a way, I can approve all the pending mails in one go? sby Sreenadh OG - Phorum Hack/Mod Requests
Re: Delay in Posting messages - 15 years ago
QuoteRobert Angle You could link your phorum to your Yahoo list, and then people have the choice of participating either via email or on the phorum. If someone has a yahoo group why he needs phorum at all?!! Because Yahoo group is a "Forum+Mailing list", a perfect combination! There would be many who look at and use forum to build a website rather than a forum. But people like me coby Sreenadh OG - Phorum Support
Re: Module: User Tagging - 15 years ago
Hi Maurice Makaay, QuoteMaurice Makaay Did you recalculate the post counters? Yes, I did. Regards, Sreenadhby Sreenadh OG - v5/v6 Modules/Add-Ons
Re: Delay in Posting messages - 15 years ago
Hi Robert Angle, Yahoo groups is not an option for me because I am trying to MOVE my yahoo group to the forum, since yahoo groups remodeling is going to affect VERY BADLY the functionality of the yahoo groups and the moderation features. Google Group could be an option - NOT as a group but as a mailing list. I don't like google groups as a GROUP, and we already have a google group andby Sreenadh OG - Phorum Support
Re: Delay in Posting messages - 15 years ago
Hi Joe Curia, Oliver Riesen, Thanks for the valuable inputs. @Joe Curia, First, I am going to try ""Forum Subscriptions (version 5.2.1.01)" " with with "cronjob mail queue" because that would be easy compared to setting up an independent mailing list application. @Oliver Riesen, Second, I have a feeling that the above option is not going to work goodby Sreenadh OG - Phorum Support
Re: Module: User Tagging - 15 years ago
Hi Maurice Makaay, I followed the read me completely and set up those rules, but even after that nothing shows up anywhere (possibly because the POST_STATUS variable is not getting set). I can send you all the screen shots of my control panel and the code changes - what else can I say. :( Note that I have already set up almost every module (except a few such as User notes, User Tagging, Forby Sreenadh OG - v5/v6 Modules/Add-Ons
