|
what datas do I need for cms bridge usage?
You should know wether your cms is stored in the same database as your eqdkp
How do I know if my CMS is stored in the same database as eqdkp?
Easiest way is using your FTP connection to compare the config.php of eqdkp and the config file of your cms. There you will find hostname, database name, database user, password and prefix. If database name und hostname are the same, your cms and eqdkp share the same database. Just note down the prefix
In fact you could use your phpmyadmnin or any other sql management tool to check this out.
What to do if cms and eqdkp don't share one database?
Note the hostname, databasename, database user and password. Copy them as written to the cms settings in eqdkp Attention: Everything is case sensitive!
What is the prefix?
It is the part which seperates the table names in sql. You can find it in the config files of your cms or in your phpmyadmin. If there is a table like phpbb_users the prefix is "phpbb_" without quotes.
Where to get the group ID?
The easiest way is to enter the group administration of your cms. Afterwards hover over the link to edit the group, which you want to have access to eqdkp. There will be a link which ends on something like ".php?var=1&var=2" There you find a variable like "id=number". Write this number to the eqdkp cms config. Also you can access your sql management, goto the cms group table and check the id next to the right group name
What to do if I get "Could not connect to database" at login?
Your database config isn't right. Double check all insert datas. Remember everything is case sensitive.
What to do if I get wrong username or password?
First check if the insert prefix is right, the user is member of the right group and is activated.
All insert datas are correct, but it won't work
Check the ToDo topic if the bridge should work. If you don't find anything post a topic with clear title and text. The better the description, the faster the support.
My cms isn't supported. What to do?
There won't be bridges for Beta Version, since they are subject to change. If you think your cms is a major used once and you want me to write a bridge, support me with all i need, like an url etc. If you like you can write your own bridge. I may add them to official releases, but i have to modify them to fit our standards. Else there won't be any support. Special Codings and individual requests are only done for spended money to the team.
May I support anything?
Yes, report bugs and tell me if your bridge works fine. We appreciate all spended money to the team, cause the servers costs raise every month.
In short time you may write a manual for your used cms bridge in our wiki. Stay tuned.
Thanks in advance

|