Hello! I want to ask for help! When I try to share a topic, the site logo appears instead of the topic image. Which file and where should I modify to display the image attached to the topic when sharing the topic? Thank you very much!
I`m working on some kind of Portal System for Codoforum. It is based on a Flat File System. With it You can convert every HTML5 Theme into a Portal or Welcome Page for Codoforum. It is already 80% done and most features such as online on page HTML and CSS live editing etc. are already working.
What I urgently need to know is:
Are there any "shortcodes" (like offered by Word Press Shortcode API) for Codoforum? I need some kind of a shortcode to integrate lets say Codoforums latest 10 Topics each rendered with the Topic Name and 250 letters of text etc.
Any help would be awesome but please take into account that although I have a good knowledge of HTML and CSS, I only have a very subtle basic knowledge of PHP. A simple explanation would be best - thank you very much.
Hi, I installed FreiChat on a HumHub site. It worked fine until a CroneJobs issue. After that the chat bubble doesn't appeared any more (I assume the problem started after that). I have unistalled and re installed many times the chat module, and even have deleted the site account on the dashboard of FreiChat, and the chat continues without appears.
I also have a previous test site, and the chat works perfectly there. Any help, will be appreciated.
Hi, I just installed Freichat on my HumHub. However, nothing is appearing from Freichat. I linked freichat to the App Backend with the api key.
When i inspect the page i can see the error :
Le chargement du module à l’adresse « social.***mywebsite***.fr/v1/freichat-float.js?pubKey=FREICHAT_KEY_********&userId=1&displayName=****&displayImage=************=&change=*****» a été bloqué en raison d’un type MIME interdit (« text/html »).
wich can be translated to :
Loading the module at the address "social.***mywebsite***.fr/v1/freichat-float.js? PubKey = FREICHAT_KEY _ ******** & userId = 1 & displayName = *** * & displayImage = ************ = & change = ***** "was blocked due to a prohibited MIME type (" text / html ").
Hallo Community, Hallo Codologic Team --------------------------------------------- @admin@adesh
today I stumbled upon an extremely useful open source tool that will make the life of every developer a lot easier. I thought maybe the community or even the Codologic team might be interested in it.
What is it about?
It's about RectorPHP, a tool that can automatically rewrite the PHP code from an older version to the very latest version 8. Yes, no manual rewriting of code anymore - now a short Docker command is enough and everything is done with a top result in seconds. That means, never again scripts, CMS or apps that lag behind the current PHP version, because the upgrade is now super easy.
And here You go - the RectorPHP Tool is at GitHub free to use and download:
because Codoforum is a PHP system it would be quite nice if we (ya me too lol) learn PHP. That way we are able to develop our very own plugins, themes but also other systems, apps or even a CMS.
There are masses of good sources to learn PHP online and also tons of books. I found a very nice free info page which is easy to understand, is supporting a clean way to learn PHP the right way and is easy to understand.
I'm working on a theme for my use and can't find where to change the hover color for the Create new Topic button. I have the color set for the button but not the hover which should be easy to find but I'm at a loss.
we installed the modul "freichat" on our humhub installation. All is find BUT: On mobile the "Chat-bubble" for click open chat is over the "send button" of the internal messenger of humhub, so the message can wrote but not send because the "Chat-Bubble" is over the send button. Can you give me a solution (for sure i am not the only one with this problem) This must define in CSS but in module there are no css settings. The bubble need set 20px higher from bottom then all is good on mobile view. I have a yearly subscription and send a ticket too!
The module seems to be working fine. I did an early test with a test account I had made on the site... I was testing the feature of logging in w/ one's Google account, so I had my main admin account and then the Google version of my account as the 2nd test user. I then used these two accounts to test FreiChat.
I've since deleted the test Google account from HumHub, however when I'm signed into HumHub with my main admin account, FreiChat continues to show the old chat and Google user in the list even though the account is long gone. I can't find any way to delete the chat history and/or the user from the FreiChat list. What am I missing?
I've been looking at Codoforum but I cannot find any plugins? Is there a directory somewhere or a download site? Or are there simply no plugins and what you see is what you get?
Is there a way to add text and/or a banner at the top above where it says "Start New Topic" but below the header where the links are? Also, how can I change the Favicon?
Also is there a way to add Forum Statistics and a Who's Online anywhere...maybe as a plugin?
our CF @admin has shared a way about how to create a custom homepage for your CF installation. Because it was a part of another topic I thought it would be great to create a own tutorial topic about it.
Here you go
Step 1- create a page from backend like this:
Step 2 - now add this line around line 884 in routes.php i.e replace
if ($user->can('view forum')) {
with
if ($user->can('view forum')) { header("Location: " . RURI . "page/8");
The number 8 is from the url you see in the page created in above image.
Hi, Today I installed codoforum, but it is showing HTML tags in the received emails as shown in screenshot. I have tried to switch between SMTP & mail() but it was not helpful.
Hello... At the moment I'm very frustrated by the lack of documentation in codoforum. Out of the box I had the struggle of getting freichat to work and by accident I found out there was a bug in one of the installer files which just doesn't seem to get rectified (If I would distribute software I would take these errors out! So they're not in there on download for new adapters). Now I'm completely stuck on the uni_login... I managed to get google to work but thats it. And to be honest I don't have the time energy and willpower to go through the process of debugging and searching endlessly for a solution... THESE ARE out of the box plugins. There is no guide or anything anything about this except for google. All documentation or posts I can find are either incomplete or simply wrong. When there is an answer from codoforum they assume you now every file by heart and are in their head or something. To get the point is there anywhere a guide to implement facebook and twitter login. The problem with facebook is that it goes to the facebook page asks me to login and then simply return to the login page on the forum like nothing ha happened. I tried everything with redirect url's and I can't get it to work! With twitter again the normal install procedure is just wrong if I put the callback URL into twitter it says that queries are not allowed. This is a copy and a paste from YOUR documentation. Is there anything else I can try or should I just wipe the domains I put this on and switch to Vanilla or something where I can find how to implement stuff? (Again out of the box not 8 hours+ of googling and tearing my hair out)? Thanks in advance
Today I wondered if it was possible to create a custom homepage instead of it being the forum as default.
I tried some methods I had in mind, like checking backend or moving the existing "index.php" file to a different destination however I could find any success in both of the methods.
I would like to know how you can/if you can create a custom homepage.
Hey! So, I just installed the forum, got it all set up with users and so on. The only thing that I can not figure out is how to change the "link section" in the navbar. The dropdown menu now shows the following:
Action Another Action Something Else Here Separated Link One more separated link.
I know these are just examples, but how to I edit/remove them? Thanks in advance, regards Eric