When will there be a FreiChat version for PHP 7? PHP 8 will come in a few weeks and the Freichat won't even run properly on the current PHP 7.4.x version. 2 years ago it was already written that there should be a new version. However, only version 11 is still available as a download.
Is it possible to get a Steam login plugin? If not, could you let me know what I need to add to a plugin so I can try to make one myself as there are some Steam login/register classes available, but no idea where to start to get this to register to the database.
Hello all, I have been messing with this software for a few days now, and I have to say, I love it, thank you.
I have crated a block to query Steam servers and it works as expected. However, it show up on the bottom of the page, no matter what theme I use. Even if I haven't added to any blocks, it's just there.
My website is; beee.uk and if you scroll down a little, you can see what is going on. It shows in the block I selected, but it shows below too.
It would make sense to make CF better known to get a much larger community and customer base. In addition, the number of third-party developers would also increase.
I know this is a bit of work, but it would definitely be worth it!
Well worth the effort. It would be enough if you write one good article / review and then simply post it on the above addresses.
Kind regards, Andy
P.S.:
You have been in the field for more than 10 years. Quasi one of the founding fathers of the whole community forum area. Many others have taken an example from you and your idea, benefited from you and, because of your ideas and efforts, now sometimes they got better places at the rankings than CF and thats unfair. Do not allow that any further, I am addressing your ambition. You are excellent developers with great ideas, show the others your fists and work out the place you should have earned for a long time. Codoforum should be named along with WBB, vBulletin, SimpleMachines and not just cover a humble niche role. Codoforum is good, fun, easy to understand and has a great development team - there is no reason to hide any longer. If I can help in any way let me know it, I`m ready
Ohh and by the way, do you know these bad guys? They benefit from blaming Codoforum I would threaten them with legal actions. These are unfair advertising measures and, at least in Germany, forbidden by law.
Notice: Trying to get property 'name' of non-object in /codoforum/sys/CODOF/User/Register.php on line 184
Warning: Cannot modify header information - headers already sent by (output started at /codoforum/sys/CODOF/User/Register.php:184) in /codoforum/sys/Controller/user.php on line 319
Today I was sorting out older projects from me and I found a very early try of a Codoforum theme I did some years ago. I updated it to work with latest Codoforum version 5.0.2+
It is a black & white (kind a like) theme with a bit more contrast as the default one - thats why I named the theme "Contrast". Other then that it is nothing special.
You can download the theme at my GitHub repository. It would be awesome if you leave a star rating for me - thx mates!
I wonder if it would work to use the CF API to fetch user images, videos and other files which they already shared within their forum posts and thus create a simple profile media gallery of it?
I am wondering if it is possible to embed HTML inside of emails sent by Codoforum's installation? I know that my main CMS let's us do this however can't figure out if it is possible with codoforum, being it just sends the HTML code instead of it. I know it is possible to do just plane text.
Also, there is a issue where daily digests just send a single file called "noname" containing code for said email. Which again, works fine on our CMS with same email configuration so I think it's a codoforum issue. Any known fixes?
I'm setting up CF for the first time and trying to get the SMTP email to work with my setup. For several reasons my emailer is a Windows box on the local LAN. It uses self-signed certs which may or may not be part of the problem here, but I want to do a non-SSL connection (because it's local I'm not worried about security) but port 465 is assumed SSL by my server. When connecting to 465 it times out, and my server reports SSL direct-connect failure.
When I change the port to either of the valid non-SSL ports on my server (25 or 125) the forum crashes hard upon save, complaining about incorrect strings. No email is sent.
Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect stringvalue: '\xC0\x06\xE7\xD4\x9Cc...'for column 'trace' at row 1in /var/www/forum/sys/CODOF/Log.php:89
Hallo @admin Joel wrote me (via chat) something about some security issues. I dont know if you already informed about it and if it got already fixed or not, thats why I post his info here again.
He wrote me:
Its me Joel Aviad Ossi Are you here Stored XSS Affecting admins!
Bonjour. Et bien voici mon problème: lorsque je navigue sur mon site "Moneyhack.fr" avec Google Chrome et parfois j'obtiens toujours ce message d'erreur "ERR_CONNECTION_REFUSED". Le problème se produit également avec d'autres navigateurs tels que Firefox. Cela est-il causé par des logiciels malveillants ou des paramètres de navigateur? J'ai besoin de ton aide!
Si vous pouvez même visiter mon site, j'aimerais savoir si le problème est également visible sur votre navigateur.
@admin@adesh Please note that I'm getting an error when I try to add a Poll to a topic.
Way to replicate it:
Create a new topic and add a Poll to it.
Edit the topic and make it sticky (without the poll).
Edit the topic again and try to add the Poll.
Result:
Also, if you need an example of how a standard v4.9.4 forum looks like, please have a look at mine. Do you see something out of the ordinary? (like every closed topic appears on top of other normal topics regardless of the post date!). Basically a closed topic acts like a sticky one...
So I've been trying to reach out to the support team to get my new installation going, but haven't had much luck in getting a response.
I believe my website (using PhpBB) is experiencing jquery issues. I've followed the instructions in their SOLUTIONS, but still no luck. Also most of the buttons in the chat box do not actually function as intended. See examples below:
I cleared the chat history, then I refreshed the page and the original chat history is still there.
I sent a video chat request to a test user on my other PC and never received the request. I performed this test on both computers.
The only button that works is the 'Save chat history' button.
If anyone has any suggestions or recommendations on how to resolve these issues, then I would greatly appreciate it!!
Got a maybe a silly idea for some time in the future.
When user posts a new topic, it will go to a section called "New Topics" not the index page). So, users can vote on it. If, lets say topic gets "5" upvotes, it will than gets to be displayed in a main page under category person created a topic under. If not, it gets burried without showing up. - Sort of, let users moderate whats gets displayed on site according to their needs.
I'm trying to create a new theme and was following the documentation. However I noticed that in my install I don't have a so called blue theme but rather a default theme, vintage, 2k18 and ignis. So since I wish to hopefully edit some of the HTML as well, I copied the default theme and renamed it. I then went into the admin panel was happy to to see the new theme here (even though it is just a copy of the default folder - theme). But once I activate this new theme I get a few errors
Warning: require....theme.php. I noticed that the default folder doesn't have a theme.php but rather an ITheme.php. Also a Fatal Error : require.... CODOF/Smarty/Layout.php on line 22
From the admin when I put back the original theme, everything works. Not sure what I'm missing. What is the difference between the theme.php and the ITheme.php files
I am trying to install the codoforum software on my mac for the first time. I am not a coding expert, and the docs I am able to find, aren't descriptive enough for me to follow. I've installed the v.4.9.4 -- but now what do i do? any help is much appreciated!
I read the very short Terms of Service and judging by this line
You agree not to modify, copy, distribute, transmit, display, perform, reproduce, publish, license, transfer, create derivate work from, sell or re-sell any content or information obtained from or through the Site.
When browsing topic, and you want to reply to it quick, you have to scroll all the way up to post a comment. Not so great.
If i get some free time or what not, im going to try to add it. Not sure how its set up, opens up in java script? Sucks being out of town, i cant code on my phone.
I am not That great with coding scripts. So this is a dumb question though, sorry. I am wondering if it is possible to add SSO support for Subrion CMS somehow? It does support Single-Sign-on for Vanilla Forums as of right now through a plugin.