-SEO Friendly URLs
That is disabled by default . You can enable them by making the following change:
Open codoforum/sites/default/constants.php
Around line 24, replace
define('SEF', 0); //Search engine freindly urls , 1=> enable , 0=> disable
with
define('SEF', 1); //Search engine freindly urls , 1=> enable , 0=> disable
-Custom META keywords/description tag
For now, you can directly edit the template to add the meta tag .
You can edit the template header by editing the file
codoforum/sites/default/themes/default/templates/layout.tpl
-Captcha
This is already available, but we have not yet provided an option in the backend to enable it .
-Member groups
Do you want to create new groups ? Can you provide more details on how
you will be using this feature ? We will add it in our next release .
-Post Reporting - report posts to moderators
This is there in our todo list .
-Private Messaging
We have a private messaging system, but it is not yet integrated with codoforum
-Friends List
But this will also require an option to add friends in the profile page .
Can you provide more details about this feature ?
-Member Birthdays shown on Forum home
This will be integration specific , since by default birthdays of users are not stored.
-longer profile
What do you mean by this ? Do you want something more to be displayed in the user profile ? We have thought of showing the list of all recent posts made by the user .
-User banning (by name & IP)
This is already there in our todo list .
-language chooser
It is possible to create languages in codoforum , but since this forum is new , it does not not support any other language except english.
-more Template/Skins
This will take time , we will be adding more templates in the future.
-Sub category
It is already supported, you can create categories/sub-categories in the codoforum admin area .
-Help and FAQ
Do you want us to add more documentation for codoforum ? If yes, we are working on it .
-enable footer where webmasters can easily add their own extra page.
For now, you can directly edit the template in
codoforum/sites/default/themes/default/templates/layout.tpl
>-SEO Friendly URLs
That is disabled by default . You can enable them by making the following change:
Open codoforum/sites/default/constants.php
Around line 24, replace
```
define('SEF', 0); //Search engine freindly urls , 1=> enable , 0=> disable
```
with
```
define('SEF', 1); //Search engine freindly urls , 1=> enable , 0=> disable
```
>-Custom META keywords/description tag
For now, you can directly edit the template to add the meta tag .
You can edit the template header by editing the file
codoforum/sites/default/themes/default/templates/layout.tpl
>-Captcha
This is already available, but we have not yet provided an option in the backend to enable it .
>-Member groups
Do you want to create new groups ? Can you provide more details on how
you will be using this feature ? We will add it in our next release .
>-Post Reporting - report posts to moderators
This is there in our todo list .
>-Private Messaging
We have a private messaging system, but it is not yet integrated with codoforum
>-Friends List
But this will also require an option to add friends in the profile page .
Can you provide more details about this feature ?
>-Member Birthdays shown on Forum home
This will be integration specific , since by default birthdays of users are not stored.
>-longer profile
What do you mean by this ? Do you want something more to be displayed in the user profile ? We have thought of showing the list of all recent posts made by the user .
>-User banning (by name & IP)
This is already there in our todo list .
>-language chooser
It is possible to create languages in codoforum , but since this forum is new , it does not not support any other language except english.
>-more Template/Skins
This will take time , we will be adding more templates in the future.
>-Sub category
It is already supported, you can create categories/sub-categories in the codoforum admin area .
>-Help and FAQ
Do you want us to add more documentation for codoforum ? If yes, we are working on it .
>-enable footer where webmasters can easily add their own extra page.
For now, you can directly edit the template in
codoforum/sites/default/themes/default/templates/layout.tpl