Show all posts by user
If you are having a problem with Phorum, this is the place to look for an answer. You can also find help on our Discord.
Re: Module: BBcode Video - 9 years ago
Possibly. I moved onto paid software when phorum development had clearly ceased.by Robert Angle - v5/v6 Modules/Add-Ons
Re: does phorum support rtl - 11 years ago
Hello, I used the advanced SEARCH function using "right to left" as keywords and found the following discussions.... It seems like it is a matter of adding a simple direction="rtl" in your HTML tag at the beginning of the header.tpl file. But I didn't look into it very deeply. - Bobby Robert Angle - Phorum Support
Re: FORUMS->forum_id get the forum_id in the list.tpl file. - 11 years ago
QuoteBenny Hey, There is anyway i can get the FORUMS->forum_id in the list.tpl ? I need the forum number I don't know how to display it (off the top of my head as I post this), but you probably want to have specific things take place depending on the forum that's being viewed. You can do that like this.... {IF FORUM_ID 19} Hi folks! Welcome to Forum 19 {ELSE} What are youby Robert Angle - Phorum Support
Re: Is there any future for Phorum? - 11 years ago
Quotekorsakov Unfortunately, I feel I put my eggs in the wrong basket. Is it better to make a painful break than draw out the agony? Since you're in agony, the answer is yes. I still love phorum, and still have a use for it on some of my smaller projects. For my biggest and very very active community though, we had to move on to something else. The community wanted some of new featuby Robert Angle - Phorum Support
Re: help request for coloured usernames - 12 years ago
QuotegelbeseitenOne thought: as the username is a link, is the custom_user_field overwritten with the link_color setting from the settings.tpl? Or did I place it at the wrong spot, as all this is pretty new to me ? Sorry for the delay. My community uses commercial/paid software now, but I keep coming back here because I had a strong attachment to Phorum. I would have to find the time to playby Robert Angle - Phorum Hack/Mod Requests
Re: help request for coloured usernames - 12 years ago
I would do it with a template hack. I would create a custom profile field in the Admin panel called "color" and then on the registration.tpl form within the <form> and </form> tags add this... Color?: <input type="text" name="color" size="30" value="" /> ... and then on the read.tpl add this.... {IF MESSAGES->usby Robert Angle - Phorum Hack/Mod Requests
Re: Is there a way to turn off your moderators being able to see all email addresses? - 12 years ago
Find where the email is displayed in your templates and surround it by the following template code..... {IF USER->admin} <B>{LANG->Email}:</B> <a href="mailto:{PROFILE->email}">{PROFILE->email}</a> {/IF} Anything between the IF statements will only be visible to admins.by Robert Angle - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
Just for the record, I did not have Mody Tidy Output enabled, because it caused a conflict with Mod PDF Pages.by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 12 years ago
QuoteCBiLL Did you ever managed to fix this? I am having the same problem. BIll Edited - I managed to fix it .. I explained it in my other post - No. What had happened to me is that HostGator kept shutting us down, so we decided to get a VPS server with Hudson Valley Host and move. It should have been seamless but all images were broken. Thomas suspected it might have had to do with tby Robert Angle - Phorum Support
Re: Attachments not appear - 12 years ago
Here is Embed Images: Here is Embed Attachments: Both have installation instructions in the Read Me file, which usually consist of unzipping the contents of the package and uploading everything to your /mods/ directory, then afterwards logging into your admin panel, going to modules, and adjusting the settings to suit your needs. Once these are added to your phorum installation, the usby Robert Angle - Phorum Support
Re: Attachments not appear - 12 years ago
Quoteantoniskalamaria Where i found Embed Attachments and Embed Images modules ? They are scattered about in the Modules forum. However, here is an easy to use index page that lists all available modules.....by Robert Angle - Phorum Support
Re: Attachments not appear - 12 years ago
Also, if you want attachments such as images to appear in the body of the posts, you need to add the Embed Attachments and Embed Images modules.by Robert Angle - Phorum Support
Re: Google Ad Sense units on Phorum 5.2.19 - 12 years ago
I dont use Google Adsense, so I do not know for sure. However, you may want to look at the module called Banner Manager. I've never looked at it, but I imagine it is designed to place an advertisers code in your templates without editing your templates. On the other hand, you can just ad the Google Adsense code manually in your templates wherever you want it to display.by Robert Angle - v5/v6 Modules/Add-Ons
Re: The Avatar and the User Avatar module. - 12 years ago
Quotetradegong What could I have done wrong? Am I to or not to edit the * read.tpl (flat read mode) * read_hybrid.tpl (hybrid read mode) or simply copy the template directory into my Phorum template? I am confused as I find the config description grossly confusing. Or can I find any tutorial anywhere else for this? pls, help as all help would be appreciated. You want this one.... Andby Robert Angle - v5/v6 Modules/Add-Ons
Re: Can forum be moded to "post as any user" (for admins) and edit timestamps? Out of the box? - 13 years ago
You can edit timestamps in MyPHPadmin in cPanel, but you have to convert the actual desired time stamp to a unix timestamp. Becareful messing with a database. You can mess up your world if you don't know what you are doing.by Robert Angle - Phorum Support
Re: Follow topic and email me on replies by default - 13 years ago
Quoteuserball I want to make that option by default for all users, including new users. How to do that? Use this old hacky module that Maurice made years ago...by Robert Angle - Phorum Support
Re: Where are standart (default) forum settings for users? - 13 years ago
Force follow topic + email at registration..... Any previous users you will have to manually change.by Robert Angle - Phorum Support
Re: Mobile Site - 13 years ago
Quotekorsakov How about leaving an option to users to use the classic phorum.org site on their smart phones? The mobile site does not work for me at all. Most devices have browsers that when you click Menu, has an option "Request Desktop Site".by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
Oh nevermind. You're talking about the Event Logging module. I'll go take a look and see if I can decipher anything.by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert did you check if the eventlog shows anything? Is that the error_log in the root directory? There isn't much there besides years of issues with pdfpages (cannot modify header stuff).by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert if it would be only the image part I'd have an idea but as you say this is for all files are hit its getting tricky. You might try the change below anyway. I just did 2 test attachment uploads. I uploaded a jpg photo and the image is broken. (embed attachments, embed images). I uploaded a pdf and the link is displayed properly in the message text (embed attachmenby Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert if it would be only the image part I'd have an idea but as you say this is for all files are hit its getting tricky. You might try the change below anyway. I cannot find that line or statement in /include/api/image.php I've ran a search for imagick.so and @dl with no results. I am running Phorum 5.2.18 The closest item I can find is... // ----------by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
Old server: 5.2.17 New server: 5.3.23by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert Make sure of that - and also that they are reachable under the path given in the settings or fix the path there if the directory structure changed. So far nothing. In moving to the new server, I backed up the database using cPanel backups. FTP'ed it to my new server and then used shell to create the new database (because it was too large to do via cPanel or MyPHPadmby Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert are you using the store files on disk module? Yes. But im pretty sure i moved those directories too.by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
When I disable the Embed_Images module, the links are displayed as so... And the image is broken.by Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
Okay, Ill recant a little bit. Some of those images were supposed to be links to a directory on my server that I did not move over yet. However, all avatars are still broken, plus anything I upload as an attachment, and any image I link to.by Robert Angle - Phorum Support
Re: Module: Embed Images - 13 years ago
I recently moved my Phorum to a new server and it seems I am having troubles getting this module/addon to function properly. I already have an open discussion about the issue here:by Robert Angle - v5/v6 Modules/Add-Ons
Re: Problems Moving to New Server - 13 years ago
According to the debug info in the screenshot, it looks like everything works until it is time to actually display the image. Nevermind. Error loading file: Connection to server failed (php_network_getaddresses: getaddrinfo failed: Name or service not known) Creating thumbnail failed: Running getimagesize() on the image data failedby Robert Angle - Phorum Support
Re: Problems Moving to New Server - 13 years ago
QuoteThomas Seifert if so, can you get to that image through the shell when trying to download it for example with wget from the server? Yes this was successful.by Robert Angle - Phorum Support

