Plugins

Discussion about plugins and integrations.

86
1
gdlaw posted Jun 21 '19 at 10:48 am

Hi,
Is it possible to achieve the following:

I want to make a forum, where the user X have only 3-5 topics created, also I want to limit him to 2-3 replies in this 3-5 threads created by the limited user. Limit should last year.

I wondering if there is a plugin developer, which can make such plugin.

Thanks in advance.

recent by WebCrew  ·  Jun 22 '19 at 6:39 pm
190
1
DavidRatoi posted Apr 22 '19 at 10:08 am

Hello there!
My name is Dave and I recently started using Codoforum. I need a litte bit of help, cuz' I'm kinda new.

I'm trying to find a way to use colors for each role in part. I found a plugin on GitHub, but I have no idea if it works, how to install it. (LINK: [codoforum-colored-roles] )
If there is another way using colors for roles, I would be very happy to hear some opinions.

recent by admin  ·  Apr 22 '19 at 7:20 pm
105
2
StefanvanderHeijden posted Dec 27 '18 at 2:53 pm

I am trying to create a plugin and created a 1.0.php in the install folder to create a database, but this database is not created.
Since i already activated the plugin before this install file was available i am wondering if the install php file will run each time i activate the plugin or only the first time.
And it is only run once (on inital activation) how can i get the install to run in a later stadium?

Any help appriciated smile

152
1
fromerobrion posted Nov 2 '17 at 1:10 pm

The forum has been integrated in a website, but the Logout button does not work. The page loaded when pressing the Logout button is index.php?u=/user/logout, inside the forum, but the page is rendered blank. The Logout link in the sso plugin seems right, but it seems is never called.

Any ideas on how to solve this?

184
1
rammymen posted Feb 14 '18 at 3:12 pm

I've managed to get the single-sign-on to work if I manually set the values within client.php:

$account['uid'] = 4;
$account['name'] = "John";
$account['mail'] = "here@there.com";
$account['avatar'] = ''; //not used as of now

but when I try to use anything defined elsewhere, it doesn't work, such as:

if($_SESSION['userDetails']['id']){
    $account['uid'] = $_SESSION['userDetails']['id'];
    $account['name'] = $_SESSION['userDetails']['username'];
    $account['mail'] = $_SESSION['userDetails']['email'];
    $account['avatar'] = ''; //not used as of now
}

or even just variables which I've defined in test.php called by a require statement within index.php :

    $account['uid'] = $uid;
    $account['name'] = $name;
    $account['mail'] = $email;
    $account['avatar'] = ''; //not used as of now

Any ideas?

Many Thanks,
Rob

recent by rammymen  ·  Feb 14 '18 at 3:33 pm
745
8
hard_as_snails posted May 2 '17 at 10:11 am

What Codoforum plugins would you pay for if they were developed and how much?
My thoughts:

  1. Advanced Polls $30
  2. Read and search messaging (admins only) $40
  3. Friend system $20
  4. Advanced members page and search plugin $15
  5. Android/iPhone app $95 each
  6. Advanced forms $35
  7. Paid Subscription/Membership plans $45-95
  8. Advanced members referrals $30
  9. Advanced stats/activity tracker for admin $30-45
  10. Advanced surveys $45+
  11. Members on a map/nearby $45+

  12. Advanced newsletter $95

130
1
Richard posted Jan 16 '18 at 12:20 pm

Hi,

I've recently installed v4.2 locally (on a dev box), and am in the process of doing a major customisation exercise to integrate it with my website.

I've created three block plugins to inject stuff into layout.tpl, and I've found two bugs:

  1. everything was being injected at the top of the page, instead of at the appropriate block tag. I tracked this down to function loadPlugin in forum/sys/CODOF/Plugin.php -- the if is the wrong way round, line 71 should be:
    if ($plugin['plg_type'] !== 'plugin') {
    
  2. the list of plugins is not being loaded on page (for example) forum/admin/index.php?page=ui/blocks&action=editblock&id=5 -- I haven't tracked this one down yet, but have worked around it for now by manually setting the module column in table codo_blocks.

Cheers,

Richard.

recent by admin  ·  Jan 21 '18 at 3:30 pm
148
2

Hello, I get an error when I call the main page of Joomla after installing mod_freichat_v7.

"module freichatx says: arg.php file not found!"

The file is located in htdocs \ freichat \ arg.php path and is readable and writable

The installation went without errors. All folders are readable and writable

Server: XAMPP 7.1.12 / PHP 7.1.12
Testet with Joomla: 3.8.3
Install in Joomla: mod_freichat_v7.zip

recent by blackhawk  ·  Dec 20 '17 at 3:36 pm
176
5

I was able to integrated the forum by means of the SSO plugin.

However, there is an ugly effect with SSO integration. If the user has not logged in before, when the forum is loaded if loads the whole page. Then, after a few seconds, SSO calls the url on the main website to log in. If the login is OK, the whole forum is reloaded again, causing a really ugly effect on the page.

Is there a way to until the login result has been received before loading the forum? Or a way to avoid refreshing the whole page?

Thanks in advance.

recent by admin  ·  Nov 14 '17 at 3:56 pm
108
667
15
Actions
Hide topic messages
Enable infinite scrolling
Previous
12345 ... 6
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft