Heya, I was just wondering if there were any plans for a Report Button (this would be incredibly useful for a Gaming Forum that I am setting up that aims to be family friendly), the ability to lock topics, stickying topics and hiding forum categories (and the forums in them) from certain user groups in the forum list.
Hi, I am trying to go to the link https://codoforum.com to download codoforum but I am redirected to Cloudflare telling the website is not available, any alternative link where I can urgently download it please?
Hello guys! I need a free hosting solution for my "small" gaming related community. As long as its the size as it is now, i dont feel a need to buy a host. So i would like a free host, but its hard to find a free host that supports the things that codoforum needs.....
The "experience" feature on codoforum.com is full at the moment... are there any way that I could request one there........
So if you know any free hosts that got all the things that CODOFORUM needs pls post them
I think it would be a nice feature that will allow to create topics without the restriction to have to choose a category at first. The Tags are enough for categorizing stuff. And some may want to have their forums without categories. Just topics.
Everyone in our forum are receiving mails (new topic/reply) like 10 times for a single notification. Each user receive a mail with his name but it is also send to other users that why we have almost 10 mails per new answer/topic.
Do you know if this problem will be corrected soon ? If not where could I look into ?
Is there anyway to email all of your users at once without having to use an email client? I know I could use Bcc in an email client but if I had to do that it would involve copying all of my users emails so it would be great if there was a way to do this from the backend admin dashboard.
1) you do not see the users online in chat with iphone (tells me that there are no users online) when in fact we are in the chat and the computer are seen
2) when it sends a message window opens to the right and vertically you only see half of the chat, and you can not read the message .... as you can make it visible responsive?
Aşağıda arkadaşın birisi, ben Türkçe dil dosyasını tamamladım diyerek yaygarayı koparmış ve ortadan kaybolmuş. Adamın birisi de 15 dolara blogger'da dil dosyalarının satışını yapıyor. Türkçe dil dosyası için hiç gerek yok. Ben sef url destekleyen ve mobil arayüze sahip bir forum arıyordum. Karşıma codoforum çıktı. Yaklaşık iki gün boyunca uğraştım ve admin paneli dahil 3.2.1 sürümünü tamamen Türkçeleştirdim. Aşağıda Yandex bağlantısından indirebilirsiniz.
Ayrıca içerisine yorum eklentisini ve youtube eklentisini de koydum. Fakat onları Türkçeleştirmedim. Bazı yönlerden maalesef forum eksik kalıyor. En azından solda menü olmayan bir teması olsaydı, gerçekten güzel iş çıkarırdı. Ayrıca her ne kadar, BBcode ve Markdown desteklediğini belirtse de, bu konuda çok eksiklikleri var.
Özellikle editör konusundaki sıkıntısı, epey canımı sıktı. Farklı bir editör ile kurulum yaparsam ve solda kategorisiz temasını çıkartırsam, onları da yayınlayacağım.
Benim Yandex diskimdedir. Dosya kesinlikle virüslü değildir. Tek amacım, yıllardır MediaWiki çevirisi yaptığım gibi açık kaynak scriptleri çevirmek ve ihtiyacı olanlara dağıtmaktır.
hi, l think will be very good when sso turn on not only username, login and email from site go in codoforum but roles of siteuser go in codoforum too. Example if user have roles subscribers on site he must have the same role on codoforum avtomaticaly.
I downloaded Platinum freichat and I have a problem. "Getting list of online users ....." message appears and usernames not displayed. Before publishing this post I tried to reinstall and I followed the advice found on other posts without result.
Dear, Adesh can you explain me how l can do this thing: redirect the user back to codoforum after he logs in my website? I add a parameter at the end "http://mywebsite.com/login.php?referrer=codoforum" so that my website knows that the request has come from codoforum. But l dont know how l can check if $_GET['referer'] === 'codoforum' and redirect the user back to codoforum after he logs in my website. What I must do to check referr? where l must write this code?
Its a very basic question that seems very difficult for me to figure out, how do I get the usernames pulled in custom.php for profiles.
This is the last piece of the configuration I have to fix.
The problem is $iden is improperly set in the config.
If I comment out $iden it works perfectly returning the userid. The problem is, my database has set up profiles based on username not userid. So I need $iden to work.
Basically I need the href to link to to link to $r_path.$iden not to " . $r_path . "showProfile.php?id=" . $id . " which is the default.
My databases are setup perfectly.
I have tried calling $res['usr_name']; but that seems to only return the current logged in user and makes every profile link, a link to the logged in users profile.
I am at a complete loss as to what to even look for.