Show Categories
82
0
ernst posted Nov 7 '15 at 4:30 pm

You can some way call some conversation?
To write a message to a specific user (For example, U7) can get right "href="/index.php/cs/reload?to=u7"
But paremetr call a conversation, I can not come.
You advise me please?

I am sorry for my bad English

138
0
ernst posted Nov 7 '15 at 4:27 pm

You can some way call some conversation?
To write a message to a specific user (For example, U7) can get right "href="/index.php/cs/reload?to=u7"
But paremetr call a conversation, I can not come.
You advise me please?

I am sorry for my bad English

146
3
drake2k posted Oct 26 '15 at 7:08 am

After installing Freichat V.10 I'm getting Max Connection errors in MySQL and have to wait for an hour before it will let me re-connect to my website.

I looked over the forums for any solutions. One of which was to increase the 75k limit for connections but that's not an option on shared hosting plans unless you want to pay a lot of money. I also noticed that the requests for help were for older versions of Freichat. There was one comment about changing something with persistence in a new version but I'm on 10 as stated. Does anyone know of any work around that can keep this from happening?

Joomla 3.4.5
Freichat 10
Freichat Plugin v7
php 5.5.22
MySql 5.5.43

recent by drake2k  ·  Nov 4 '15 at 4:00 am
1.4k
6
BAT posted Oct 18 '15 at 11:22 pm

I am trying to integrate corundum into an existing web-application written with Code Igniter.

I believe I have figured out how to integrate the files together. (My controller is importing the sso.php).

When I go to login on Codoforum it takes me to my login (check). I haven't be able to test my logout, but I have not reason not to expect it won't work.

The problem is once I login at my sight it redirects me back to the codoforum as suggested by the directions. However, I am still not logged in.

1) Will codoforum accept user accounts that have already been created?

2) I put the client.php inside a public function for my class controller. I know it is getting invoked because it is set as my SSO Get User Path:

3) I noticed it said email_ID, I only have a plain text email stored in the user table. Is there going to be a problem if send it the actual email in client.php

Here is my client.php (placed inside a function)

    public function CODO_getUser()
    {
        /**
         * 
         * The SSO client id and secret MUST be same as that set in the Codoforum
         * SSO plugin settings
         */
        $settings = array(

          "client_id" => '<SECRET>',
          "secret" => '<SECRET>',
          "timeout" => 6000  
        );

        $sso = new codoforum_sso($settings);

        $account = array();

        /**
         * 
         * Here comes your logic to check if the user is logged in or not.
         * A simple example would be using PHP SESSION
         */
        if ($this->session->userdata("login")) {

            $account['uid'] = <This is the userID from MY WEBSITES DATABASE> //Your logged in user's userid
            $account['name'] = <User Name>//Your logged in user's username
            $account['mail'] = <I have the actual email here NOT the email ID...is that going to be a problem>//Your logged in user's email id
            $account['avatar'] = ''; //not used as of now
        }
        //print_r($account);
        $sso->output_jsonp($account); //output above as JSON back to Codoforum
        exit();


        }

I have gone through the directions stated here: https://codoforum.com/documentation/implementing-codoforum-sso

By the way nice tutorial it was much easier to understand than google's API.

If you see anything I am missing please help.

Thanks for making an awesome forum software.

Sincerely,

BAT

sso
recent by BAT  ·  Nov 2 '15 at 3:05 pm
268
11

I appreciate the great work that is going on here, i have downloaded this application and installed it on a shared hosting, so i have set my forum to start running, but i made a post and uploaded pictures to the post but all i could see is an white icon.
563184f1077d5.png
Please someone should help me as my forum will require a lot of uploading photos.

115
2
neo191987 posted Oct 28 '15 at 7:10 am

Hello I have a bilingual website in Bulgarian and English and want to do the following: when the site is in Bulgarian and chat is Bulgarian, when the English also be chatting in English. Is it possible to do that?

recent by neo191987  ·  Oct 31 '15 at 7:52 am
235
4

Hi

I just installed codoforum and even if it looks great, it also appears complicated for someone who does not know coding.
I'm a newb and need your help.

I have setup all my API/KEYS etc. on FB, Twitter & G+
I have to add secret key on config.php now but HOW?

I mean, my config.php is pretty empty, I see no lines where i can put those secret keys.

Anybody could give me the exact syntax here? Thank you

155
1
stephen2015 posted Oct 28 '15 at 1:40 pm

I know this is not a priority, but is there a way I can include adsense or custom html javascripts for ads so i can monetize my forum, or will it be added in a later version

recent by RolluS  ·  Oct 28 '15 at 7:02 pm
102
0
lore_p posted Oct 25 '15 at 6:55 pm

I found a lot of error like this in my server:

[25-Oct-2015 19:57:56 Europe/Zurich] PHP Warning: ini_set() has been disabled for security reasons in /home/miosito/public_html/forum/index.php on line 9

Exc...

165
2
rowdGuru posted Oct 23 '15 at 9:02 am

Hi,

I noticed that the URLs to posts, from the homepage, are containing a "gg" like this :

index.php?u=/topic/2/ggmy-topic

But the real URL of the topics are :

index.php?u=/topic/2/my-topic

Why this "gg" ? And how can I remove it ?

It's very bad for SEO (dupplicate content).

Thanks

recent by rowdGuru  ·  Oct 24 '15 at 12:19 pm
176
1
Chope posted Oct 22 '15 at 3:21 pm

Hi,
This is my first time of using this forum software, I just downloaded and install it on my VPS host.
Please how do I

  • Hide messages by default in Both front page, category page and profile page?
  • Remove the read more link entirely, I will like the website to look like forum and not blog.
  • Any way to auto moderate the posts by unverified members?

Thanks.

146
2
webmaisterpro posted Mar 14 '14 at 5:25 am

Hi Codologic team,

My name is Kaloyan Banev and I am owner of social network based on Joomla and EasySocial. I can see that CommunityBuilder and JomSocial are included in the list for integration, but EasySocial integration isn't.

Actually, I didn't had any problem to set custom integration, but I think listing EasySocial will reduce the confusion.

Kind regards
Kal

185
5

Hello,

I have "Disable FreiChat for guests ?" set to Yes on Freichat configuration, and today one of the users received a message from a Guest user.
It is a Joomla/Jomsocial integration.

I've checked the freichat_session table, and among other records I've found:
id, username, time, session_id, permanent_id, status, status_mesg, guest, in_room
65968, Convidado-arfm, 1443481956, 1443823634, 1443823634, 1, Eu estou disponível, 1, -1
65967, Convidado-1sk, 1443481406, 1443828676, 1443828676, 1, Eu estou disponível, 1, -1

Those are guest users, (guest = 1).
How can that be? The whole site is for members only... they access Freichat only after logging in.
Is there any URL that would grant access to Freichat without logging in?

Please help,
Thanks

299
5
yujismz posted Oct 13 '15 at 1:18 pm

Hi there,
Codoforum is great forum software. I am loving it.
I installed it and found out some strange behavior of search function.

1 Some words can't be searched.
"MT4" can be searched, while "EA" can't. Do you know why?
2 Search function in (sub)Category top page doesn't work.
The situation is same for this site (Codologic forum)

You can try my question with below site of mine.

http://fxforum.guardian.jp/index.php

I truly appreciate your help.
Best regards,
Yuji Shimizu

recent by yujismz  ·  Oct 19 '15 at 1:24 am
285
1

I was attempting to install the latest Freichat on Joomla 3.3.6 I had to trash the old module and even deleted the module from the folder on my site. I started a fresh installation which went smoothly until I installed mod_freichat_v7.zip which cannot be seen in my module list. It is there in the module folder but not seen in the Module manager.

What do I do here?

177
5
Colder posted Oct 8 '15 at 10:39 pm

Hi,

I am looking for a platform to start an online forum. Some of my main requirements are reliable, secure, scalable and mobile friendly.

In my research I found codoforum which I see asa great looking, friendly and modern solution. I really would like to go with it.

However, I have some conserns after playing with it and reading the posts here.

  1. When is the next release scheduled for? I have noticed that it has been a while since the last one. Is there a reason for this? What would a regular schedule calendar look like?

  2. I saw horrible stories about automatic spam filter impacting the normal usage of the product by end-users. Is the issue solved in the current version? I have hosted it locally and the "spamdetector" backend section is empty ... is this expected behaviour?

  3. Are there any known issues of the product and how are they addressed in short and long term?

Thank you for commenting the above mentioned.

Cheers!

recent by Colder  ·  Oct 16 '15 at 3:08 am
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft