I noticed when there are more pages in the topic, the links from the Notifications section (bell in the header) do not scroll exactly to the post, as is the case with the red notification boxes on the front page.
there is a difference in the path, here is the path from the home page (from red notification box): ...
topic_name is missing, when I added the missing topic_name there, the link worked nicely
I found the definition of these links in the file "app.js"
if (data.tid) { //this is <v.3.7 notification so link needs to be built manually link = 'topic/' + data.tid + '/post-' + data.pid + '&page=from_notify&nid=' + notification.id + '#post-' + data.pid; unique = parseInt(data.tid);}
but I don't know in which variable the topic name is defined so I can put it in the path
The variable "cat_alias" works, but when I wanted to use the variable "cat_name", nothing was displayed. I need to display Category name. Same for tags. I would need to see all the tags from the topic if they are presented.
Bonjour. Et bien voici mon problème: lorsque je navigue sur mon site "Moneyhack.fr" avec Google Chrome et parfois j'obtiens toujours ce message d'erreur "ERR_CONNECTION_REFUSED". Le problème se produit également avec d'autres navigateurs tels que Firefox. Cela est-il causé par des logiciels malveillants ou des paramètres de navigateur? J'ai besoin de ton aide!
Si vous pouvez même visiter mon site, j'aimerais savoir si le problème est également visible sur votre navigateur.
I read the very short Terms of Service and judging by this line
You agree not to modify, copy, distribute, transmit, display, perform, reproduce, publish, license, transfer, create derivate work from, sell or re-sell any content or information obtained from or through the Site.
I installed newest codoforum and imported db from my older codoforum version. Its becouse automatic upgrade not working and made my website totally off
Warning: Cannot modify header information - headers already sent by (output started at /forum2/sys/load.php:25) in /forum2/sys/load.php on line 28
Warning: session_set_save_handler(): Cannot change save handlerwhen headers already sent in /forum2/sys/CODOF/Session/Session.php on line 21
Warning: session_start(): Cannot startsessionwhen headers already sent in /forum2/sys/CODOF/Util.php on line 93
headers already sent
Warning: Cannot modify header information - headers already sent by (output started at /forum2/sys/load.php:25) in /forum2/routes.php on line 942
@admin please create locale for admin panel, so i can translate it as well. I know its allot of work, but at some point its got to be done. Make codo progress.
Hello, I am trying to install the forum over https, but I don't get past step 2. I use https standard and the step 3 is being stopped because of the XMLHttpRequest cannot load due to access control checks. I am getting frustrated by this big time.
additional I get this: Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' in public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php:47 Stack trace: #0 public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php(47): PDO->__construct('mysql:host=loca...', 'root', 'root', Array) #1 public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/MySqlConnector.php(20): Illuminate\Database\Connectors\Connector->createConnection('mysql:host=loca...', Array, Array) #2 public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/ConnectionFactory.php(59): Illuminate\Database\Connectors\MySqlConnector->connect(Array) #3 public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/ConnectionFactory.php(47): Illuminate\Database\Connectors\ConnectionFactory->createSingleConnection(Array) #4 /U in public_html/forum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php on line 47
it seems it does not take the give login name and password set in step 2
Hello, I installed codoforum on localhost. But even though I set htaccess, sef url doesn't work. And it is constantly moving like this: index.php?u=. Is there a way to fix this?