Plugins

Discussion about plugins and integrations.

178
2
DanielAbrams posted Nov 4 '17 at 1:24 am

I get the following error when I try to login via Facebook using the Uni Login plugin:

Unable to require /home/goodpassrobot/public_html/forum/sys/Ext/hybridauth/Hybrid/Providers//FacebookApp.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Ext/hybridauth/Hybrid/Providers//FacebookClient.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/HttpClients/HttpClientsFactory.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/HttpClients/FacebookCurlHttpClient.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/HttpClients/FacebookHttpClientInterface.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/HttpClients/FacebookCurl.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PseudoRandomString/McryptPseudoRandomStringGenerator.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/Url/FacebookUrlDetectionHandler.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/Url/UrlDetectionInterface.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PersistentData/PersistentDataFactory.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PersistentData/FacebookSessionPersistentDataHandler.phpUnable to require /home/goodpassrobot/public_html/forum/sys/Facebook/PersistentData/PersistentDataInterface.php
Warning: Cannot modify header information - headers already sent by (output started at /home/goodpassrobot/public_html/forum/sys/CODOF/Booter/Load.php:60) in /home/goodpassrobot/public_html/forum/sys/Ext/hybridauth/Hybrid/Auth.php on line 366

The requested files do not exist in these locations.

473
3
pirod posted Mar 24 '16 at 1:41 am

I activated the uni-signing plugin. Add the facebook app ID/Secret in the /sys/Ext/hybridauth/config.php

then I have a error 500. I get this in the logs:

httpd: PHP Fatal error: Class 'Hybrid_Exception' not found in /home/httpd/vhosts/xxxx.com/httpdocs/codoforum/sys/Ext/hybridauth/Hybrid/Endpoint.php on line 213

hybridauth forum indicates:

It seems that your autoloader not working properly or you don't have one at all.
And if anything not expected happens, you can't handle that because exception class not found.
Just fix your autoloader.

is there a bug on unisign tools?

thanks

recent by admin  ·  Oct 27 '17 at 8:08 am
311
2
jedi819 posted Oct 23 '17 at 5:11 pm

Hello,
I am testing this setup on my local machine before putting it into production but I am having trouble authenticating into the Codoforum page.

I have an existing database of users and installed Codoforum into the same database. I installed the Codoforum code into a directory called forum - ran the setup and can log in successfully as an admin in order to enable the plugin.

I have these settings in the plugin:
59ee063ba512f.png

I downloaded the associated sso files (client.php and sso.php) into the main directory (LII) with the login, logout, and register pages. (Codoforum is in the "LII/forum" directory).

I renamed the default client.php to sso_client.php (so it didn't conflict with the existing webpage). I added some basic print commands to see what is happening and when I browse to the sso_client.php file, it shows this:
59ee0769f042e.png

The $settings array shows that the plugin and the client php file settings match.

The $account array shows that I am obtaining session information for the user that is logged in.

And since I don't see any errors, I assume the $sso array is successfully being passed into Codoforum

Therefore, this is where I need some guidance:

If I am logged into my existing page, am I able to just open the forum page location from a hyperlink on the main site?

If so, when I go to http://localhost/LII/forum/ am I supposed to relogin in order to have the SSO authenticate?

I know everything is installed fine because if I login to the admin control panel and then type this location: http://localhost/LII/forum/

59ee10768b715.png

It shows that I am logged in as an admin. However, when I logout, it takes me to the correct logout page that I setup in the plugin. And then if I login to my main page as a regular user, and access the same forum location: http://localhost/LII/forum/

it doesn't authenticate me.

59ee111458309.png

Any information you can provide would be helpful.

Thank you,
Scott R. Simon

recent by jedi819  ·  Oct 23 '17 at 7:02 pm
735
14
GTRP posted Sep 3 '15 at 5:45 pm

Hi,
I was looking for some plugins and I found JOJOManLV's codofUserList plugin (https://github.com/JOJOManLV/codofUserList).
The last update was 5 months ago and I wanted something more advanced so I decided to upgrade the plugin.

My plugin is a fully customizable userlist.

- You can choose the lang you want
- It can handle user friendly URLs if enabled or not
- It can display up to 6 fields (user id, user picture, name, number of topics, profile views and role)
- You can chose which field you want to show/hide
- You can set an order for those fields (eg: id after the name or whatever you want)
- You can decide to display a link to the profile when hovering 3 fields : (id, name or avatar)
- You can add a custom class to the table
- You can add custom css to the plugin

And you can set all of those parameters on one simple file

You can also add languages from a second file, but what I mean is : if you don't know anything at all but you still want to make changes, you don't have to go to the plugin's core or try to understand several files
You just customize the plugin from one file according to what you need

There's a readme file that you should read, it explains everything from the install to the display of the plugin

EDIT: I forgot a screenshot of the final preview but there is one in the repository

Download it from here : https://github.com/ThaNico/thanico_userlist/releases/tag/v1.0.1

Repository : https://github.com/ThaNico/thanico_userlist/

And if you want to contact me or anything else : thanico.dev [at] gmail.com

Hope you enjoy !

161
2
sanishan posted Jun 14 '17 at 2:59 am

Hi!

I have a waird problem since one day, everytime i message in multiple lines its when I refresh and view its show me the message in single like like this

Screenshot:
http://prntscr.com/fjhuic

Example:

This is my PM test which i sent to my users!
1. Option 
2. Option 2
3. Option 3

But in Conversation area this look like this:

This is my PM test which i sent to my users!1. Option 2. Option 23. Option 3

Does anybody else had this problem?

If there is a solution please let me know, i can't find it in forum.

Thanks,

recent by sanishan  ·  Jul 28 '17 at 7:59 am
136
0
miro posted Jul 26 '17 at 12:26 pm

Hi,
I upgraded my free codoforum to latest version (via system->ugrade, is there any way to see what version it realy is?), it should be 4.1 but there is no poll plugin in plugins section.

Can you please tell me somebody where to find it or how to install it?

297
5

please @adesh1414127033 Is there any mobile app for codoforum or any github project where we just have to edit some parameters and pack together as an android app that shows my codoforum site just like the web version or slicker

this is really required in codoforum and will be of great use to us

this would really help
if there is none for now.. can you really help us create one? Definitely you designed the software the software and would be in better position to handle little problems like this

we just need to have mobile app working fine for the codoforum installation

recent by maxieto  ·  Jun 23 '17 at 3:02 am
252
0
zildjian45 posted Jun 1 '17 at 10:19 am

There is some plugin who can show latest topics from forum on my website? Basicaly like facebook timeline plugin on websites.
Here the pic:
592fdc2cf0142.jpg

240
1

New Codoforum Integration Plugin for Arcadia will allow you to integrate the codoforum forum software to your arcadia arcade site easily! This will gain more visitors for your arcade and grow your arcade community faster and effectively! You can integrate the forum even if it’s hosted on a completely different server and domain!

To know more about codoforum...

His Arcadia gaming platform seems to have done reasonably well in the few weeks it has been released.

Maybe more Codoforum plugins will appear on CodeCanyon soon? smile

https://codecanyon.net/item/codoforum-integration-plugin-for-arcadia/19814664

357
2

I am noob into CODOFORUM, i am trying to login user using existing Database. I am trying to integrate SSO Login library given in documentation of CF. But i don't understand how to integrate it,
Here are my settings of SSO plugin:

58be87a268c0e.png

When i enable plugin it takes me to the form.php but after entering email & password and clicking login a blank page is displayed.

If you please give me any example of how to do this task, that would be awesome. (As there is not enough Documentation on this topic).

Client.php

58be884ca7d30.png

recent by farakh  ·  Mar 8 '17 at 12:53 pm
255
4
rahat.vuban posted Dec 16 '16 at 4:50 pm

I have tried and can't figured out what is the problem is about. After successful authorization my forum redirects to this link :

http://www.ictbd.info/index.php?u=/uni_login/login/Google

Then I am getting a message like:

User profile request failed. Most likely the user is not connected to the provider and he should to authenticate again.

and, on the next line it shows an error message like:

Fatal error: Call to a member function logout() on null in : 
....... /sites/default/plugins/uni_login/uni_login.php on line 174

Please help to solve the problem. If you need more information please ask.
Thanks in advance.

recent by bhavayd  ·  Dec 23 '16 at 10:51 am
861
8
piet1 posted Mar 19 '15 at 2:13 pm

A customer of mine wants a poll on his forum. I saw that a poll is on the roadmap for Codo, but it has been for a while. I was wondering if I should wait, or if I should use a third party tool. Of course I prefer the first, but the delivery of the complete site and forum is in a month. Is there any ETA for this feature?

319
9
phig330 posted Oct 19 '16 at 2:49 pm

hello, @adesh1414127033!
Do you think it's easy to extend a little bit notifications, by adding an url to the array ?

$data = array(
   'label' => 'New private message',
   'cid' => 0,
   'tid' => 0,
   'pid' => 0,
   'url' => 'profiles/14154#pms'
   'notification' => 'you a have '.$nmessages.'new private messages',
   'bindings' => array('title' => TOPIC_TITLE)
);

or something like that ?

thanks

recent by phig330  ·  Dec 13 '16 at 10:25 am
889
2
masih1994 posted Nov 18 '16 at 9:17 pm

Hi ,
Here i want share Orange Default child theme with you!

this is just Recolored Default theme. i just share it for newbe users that can't Customize their platform!

Scrrenshot :
582f6e87a8918.png


Home page :
582f6eaa16248.png


How to use :

1. Just upload "Orange" folder to "sites/default/themes"
2. Active it from "Themes option in Backend"

Your Orange Board is ready!


Download :

Attached File : orange-default-child-theme.zip
Mirror Link : DropBox server

recent by Aus  ·  Nov 19 '16 at 3:53 pm
180
4
phig330 posted Oct 28 '16 at 12:57 pm

Hello. I've a problem with mail notifications.
I never receive any mail after an answer on a topic, or one per day as defined in my profile.
Is there a simple way to debug ? I don't see any connection on my own smtp server. Params ar ok, as reset password and register send mail..

have you ideas ?

Thx

[edit]
strange! I deleted the topic, and I received notification of answers !!

recent by phig330  ·  Nov 2 '16 at 9:13 am
108
669
15
Actions
Hide topic messages
Enable infinite scrolling
Previous
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft