Show all posts by user
All modules known to work or written for 5.2.0 and up. Modules are small packages that increase or change the functionality of Phorum in some way, without changing any of the main Phorum code.
You can find a list of Phorum 5.2 Modules --> Here
You can find a list of Phorum 5.2 Modules --> Here
Re: Module: Google Maps - 7 years ago
Hi Oliver, as I had a problem with version 2.0.5 I installed the new version 2.0.9 but I have the same problem. Greyed-out map with an error message from Google. Using the FF browser console, it gives me 2 links in regards to the API keys for google maps Where should I look or what can be done from my site ? Thank you.by gelbeseiten - v5/v6 Modules/Add-Ons
adding iframe to signature, possible ? - 10 years ago
Hello all, I would like to show a webpage in my signature with phorum 5.2. Using the <iframe> tag I have no luck. What I did so far: <iframe src="; results in <iframe src="http://domain.com/page.html"></iframe>;http://domain.com/page.html doesn't do anything. What I am doing wrong ? How can I add a webpage to my signature ? Thank you fby gelbeseiten - Phorum Support
how do I get editor buttons to text area - 12 years ago
Hello, we needed a seperate text area into which our users can enter some text to show up on a seperate page. This extra feature is implemented by a custom module and the main funktions, except two, are working. The working part: Text can be entered and bbtags are recognized Text is saved and shown on the desired extra page The 2 parts which gives a problem Line breaks <br> areby gelbeseiten - Phorum Support
Re: info page after moderated registration, fixed - 12 years ago
Scott, now I understand how the value is set or "given over" to the {REDIRECT_TIME} variable. I just tried it in the header.tpl using a very long time frame to see if I had it correct or not. Adding this line Quote <?php $PHORUM['DATA']=50 ?> before Quote {IF URL->REDIRECT} <meta http-equiv="refresh" content="{IF REDIRECT_TIME}{REDIRECTby gelbeseiten - Phorum Support
Re: info page after moderated registration - 12 years ago
thank you Scott. So I was pretty close or even correct, but using other words. One question still remains for me; it is, where is the value (the actual seconds) for redirect_time set ? Otherwise I don't need to use it and use instead a plain redirect with the set seconds I like to use. To take the example; Check to see if REDIRECT_TIME (say 15 secondes) exists in the array, if it doesby gelbeseiten - Phorum Support
Re: info page after moderated registration - 12 years ago
thank you for the info. Either I am understanding this wrong (too new to me) or I still don't know where to place the value. As I wrote above, I read the below code: {IF REDIRECT_TIME}{REDIRECT_TIME}{ELSE}5{/IF} as: " if redirect_time > take the value set for redirect_ time > otherwise take 5 seconds" Or refers the value of 5 seconds to redirect_time ? If so, what wby gelbeseiten - Phorum Support
Re: info page after moderated registration, {REDIRECT_TIME} - 12 years ago
ok, I found the {REDIRECT_TIME} variable in the header template file. Can it be that setting ? If so, now my question: where is this set, how many seconds this is ? The actual code says," if redirect_time > take the time set > otherwise take 5 seconds" <meta http-equiv="refresh" content="{IF REDIRECT_TIME}{REDIRECT_TIME}{ELSE}5{/IF}; url={URL->REDIRECTby gelbeseiten - Phorum Support
Re: info page after moderated registration - 12 years ago
Scott, I am not concerned about the message itself nor about the error message. The situation is: a: Registration is set to moderated b: User registered a new account and after that he/she is presented with a new window containing a message which says that the account has to be approved and he/she will get a notification about that. c: the window closes and the user is redirected to the lby gelbeseiten - Phorum Support
info page after moderated registration - 12 years ago
Hello, with moderated registration set, after successful registration a notification is shown to the user. How can I extend the time this notification is shown ? Thank you. Johannesby gelbeseiten - Phorum Support
Re: Track Edit Changes, Not working ? - 12 years ago
Scott, ok, that is a notification to all. This tells me, it is working as expected. As you mentioned there is a module for this, I looked again through the list and found it. Thank you. Johannesby gelbeseiten - Phorum Support
Track Edit Changes, Not working ? - 12 years ago
Hello, it's maybe a stupid question, but "Track Edit Changes" is set to "No" in the admin area, but I get still the notification in a post, when changes were done after the first initial post. I am under the impression, when this is set to "No", this comment shouldn't be visible at all. As is, only the link to the changes made is not shown. Did I undersby gelbeseiten - Phorum Support
Re: Module: Automatic Message Pruning - 12 years ago
Hello, we just tested this module to hide messages in one of our forums. We could also access the hidden messages from the control center. So far the module is working fine. We did hide all messages. This particular forum is empty now, as intended. There is only one error; on the list page, the number of themes are set to "0" (correct), but the number of messages are still showingby gelbeseiten - v5/v6 Modules/Add-Ons
Re: logout redirect to home page - 12 years ago
Thank you Thomas. was my first attempt as a "non experienced coder" :) Johannesby gelbeseiten - Phorum Support
Re: logout redirect to home page - 12 years ago
Thomas, this module should redirect the user after log-out to the mainpage. That is, why the hook is named "after_logout" here the relevant info from the login.php /* * * after_logout * * * This hook can be used for performing tasks after a successful user * logout and for changing the page to which the user will be redirectby gelbeseiten - Phorum Support
Re: logout redirect to home page - 12 years ago
Hello Thomas, you are correct, this didn't work correctly. I have disabled the module hook and inserted a redirect. You advised to write a little module instead working on the core code. That's what I did. Here is what I have <?php /* phorum module info hook: after_logout|phorum_mod_redirect_after_logout title: Redirect desc: redirect the user on logoutby gelbeseiten - Phorum Support
Re: logout redirect to home page - 12 years ago
Hello, answer my own question here In login.php find the following code which should be around line 107 $url = phorum_hook("after_logout", $url); and replace with $url = $PHORUM ["site_url"]; This will redirect the user after logout to the homepage of the Forum, not to the last visited page. Johannesby gelbeseiten - Phorum Support
Re: strange eror in privat message display - 12 years ago
Hello Scott, Thomas, Yes it is a test system. There were no changes to the database or Charset done. And it has nothing to do with the code of phorum itself. The problem was found today and it relates to a custom mod which was installed days earlier but it was unnoticed directly after install. Thank you for the quick replies. Johannesby gelbeseiten - Phorum Support
strange eror in privat message display - 12 years ago
we suddenly got a strange error in all of our privat messages on our test system using phorum5.2.19 The error: some letters are replaced with zeros "0" like shown in the attached image, and sometimes a zero is added. The entries in the image should read: Die Farbe Von: Johannes day-entries are wrong 0Hallo Hans should read Hallo Hans After checking the database entries of tby gelbeseiten - Phorum Support
Re: Module: Google Maps, german language file missing variable - 12 years ago
the above mentioned problem is fixed. When using the german language file "german.utf-8.php the following variable is missing and therefore the module doesn't work as expected and is not showing the link in the user's profile. One has to add 'CCMenuItem' => 'Standort', and all is working fine. Find attached the corrected german.utf-8.phpby gelbeseiten - v5/v6 Modules/Add-Ons
Re: Module: Google Maps - 12 years ago
Hello Maurice, we have Phorum 5.2.19 with googlemaps 2.0.5 installed. Using custom templates, we created new directories named after the custom templates in \mods\google_maps\templates\ournewtemplate and copied the original template files from the supplied emerald directory into those new created directories. "Display automatically in the user's profile" is activated. Unfortby gelbeseiten - v5/v6 Modules/Add-Ons
Re: help request for coloured usernames - 12 years ago
I must doing something wrong as the username is not shown in the color which is entered into the database to the correct userid. Steps I did. Created the custom-user-field in the admin area, named color Added the field to the register.tpl changed the read.tpl and added the code from above around line 34. It looks like this <td width="100%"> <div class=by gelbeseiten - Phorum Hack/Mod Requests
Re: help request for coloured usernames - 12 years ago
sorry, I am a bit late here. Thank you for the tip. I will try that and see what happens. One question, Robert in the first code sample the "Color?:" for what stands this ? Could you explain it to me ? Thank you.by gelbeseiten - Phorum Hack/Mod Requests
help request for coloured usernames - 12 years ago
Hello, I hope I am posting in the correct forum. The situation: I got hands on a little mod which allows the users to set a custom colour for their usernames at login. This mode is working with Phorum 5.1 branch. Unfortunately the author is not known to me. The users would like to have this feature in the upgraded version of 5.2.19 as well. I am a bit at a loss here, as I have VERY littleby gelbeseiten - Phorum Hack/Mod Requests
Re: how to create a simple page to add to Phorum - 12 years ago
Thank you scott for this link. I will look into it. 1/2 hour after posting my question I got it figured out using the Terms-of-Service page as a base. And for now, I didn't need to implement login restrictions, as the pages are public. Thank you again.by gelbeseiten - Phorum Support
how to create a simple page to add to Phorum - 12 years ago
Hello, after a few weeks working with Phorum I got over a few hurdles thank's to the help here in this forum. It may sound silly to you professionals, but I would like to add a simple page adding my own information and which includes the header and footer of the phorum pages. How would I go about this? Creating a template file ? How to call it ? Could someone give me a few steps and/oby gelbeseiten - Phorum Support
Re: strange problem with emerald-alt & user_list - 12 years ago
Hello Thomas, got it working by "helping the system" to display the table proper. I just added the the width and colour statements for the table. Original code <table cellspacing="0" class="list user_list" > new code <table cellspacing="0" class="list user_list" width="100%" bordercolor="{internal_border_coloby gelbeseiten - v5/v6 Templates
Re: strange problem with emerald-alt & user_list - 12 years ago
Hello Thomas, thank you for your quick answer. After creating the new template folder in the mods template directory with the name of my new template and copying the files from the original mods template folder, the result ist still the same. Didn't fix it. Still only the original (colour changed) emerald-alt template working. Any other ideas ?by gelbeseiten - v5/v6 Templates
logout redirect to home page - 12 years ago
Hello again, would like to redirect the user to the home page after logout. How could this be done ? Thank you.by gelbeseiten - Phorum Support
strange problem with emerald-alt & user_list - 12 years ago
Hello Phorum 5.2.19, emerald-alt, mod userlist I got a strange problem with mod userlist in combination with the template emerald-alt. The plan is to have the same template layout but offering more templates with different colours. I did the following: customised template emerald-alt to my linking in regards to colours and created this way the first template. All is shown properly. Theby gelbeseiten - v5/v6 Templates
Re: Template: Emerald Alternate - 12 years ago
Thank you both for the info. Indeed, I got it working. Was not concentrated enough, as it was not activated in the admin panel. How smart is that ? Anyway, Thank you.by gelbeseiten - v5/v6 Templates
