Support The text is written on a single line (posts)

Nxel

Registered
Hi everybody!
I just realized this is happening. The text is written on a single line (and the forum is deformed). Does anyone know why and how can I fix it? :cry:

BUChNEA.png
 
Solution
Thank you! Do you need me to show you the codes, or something?

This code needs to removed from extra.less
Code:
.p-body-main {
    table-layout: auto;
}

Also edit and replace bb_codes.less template

Code:
/********* public:bb_code.less ********/
.bbCodeBlock{display:flow-root;margin:.5em 0;background:#20282d;border:1px solid #3a4953;border-left:3px solid #f2930d}.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content{font-size:13px}.bbCodeBlock-title{padding:6px 10px;font-size:13px;color:#f2930d;background:#242d33}.bbCodeBlock-title:before,.bbCodeBlock-title:after{content:"...

Marks-Man

Loyal Member
I appreciate your help

It can't be the style (ClanZ Dark 2.2.4) because I was using it these days with total normality when suddenly that problem came up.
I have installed XF version 2.2.6 (before it was 2.2.5) and new style (Rain 2.2.6) and the problem persists.

I know that with the "Default" style it works fine, but I think the error must be something else internal because these days it has been working correctly. And I have installed new style and new version of XF and the problem still persists.

It seems quite complex to identify, I think I will finish before doing a clean installation...
You're trying to say that this happened after upgrading to 2.2.6 ?
Rain 2.2.6 has no problems ?
 

Nxel

Registered
You're trying to say that this happened after upgrading to 2.2.6 ?
Rain 2.2.6 has no problems ?
Sorry. I am using a translator and may not be well understood me

History summary:

· I created the forum with version XF 2.1.7. Later I updated to XF 2.2.5 and installed the ClanZ Dark 2.2.4 style and everything worked fine. We were sending private messages, and we did not have any failure.

· I translated some plugins that I installed, and I was reviewing options (browsing)

· Suddenly I realized that this problem existed and tried to find a solution, (but I did not realize at what exact moment it appeared)

· I looked for help in this forum.

· I disabled the plugins.

· I removed the previous styles.

· Updated to XF 2.2.6 version.

· I installed the Rain 2.2.6 style.

· The problem persists.

· I have created a new database and installed the forum again directly in version 2.2.6

Upon entering for 1st time, I find this (I don't know what it is):


Server error log
  • ErrorException: XenForo stats collection failed: cURL error 6: Could not resolve host: submit-stats.json (see libcurl - Error Codes)
  • src/XF/Error.php:75
  • Generated by: Unknown account
  • Aug 3, 2021 at 4:31 PM

Stack trace​

#0 src/XF.php(213): XF\Error->logError('XenForo stats c...', false)
#1 src/XF/Job/CollectStats.php(75): XF::logError('XenForo stats c...')
#2 src/XF/Job/CollectStats.php(9): XF\Job\CollectStats->performStatsCollection()
#3 src/XF/Job/Manager.php(258): XF\Job\CollectStats->run(7.82768)
#4 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 7.82768)
#5 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 7.82768)
#6 job.php(43): XF\Job\Manager->runQueue(false, 8)
#7 {main}

Request state​

array(4) {
["url"] => string(14) "/forum/job.php"
["referrer"] => string(38) "https://vanitysims.com/forum/admin.php"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


· I install the Rain 2.2.6 style in this new XenForo installation

· The problem persists.
 
Last edited:

Marks-Man

Loyal Member
Sorry. I am using a translator and may not be well understood me

History summary:

· I created the forum with version XF 2.1.7. Later I updated to XF 2.2.5 and installed the ClanZ Dark 2.2.4 style and everything worked fine. We were sending private messages, and we did not have any failure.

· I translated some plugins that I installed, and I was reviewing options (browsing)

· Suddenly I realized that this problem existed and tried to find a solution, (but I did not realize at what exact moment it appeared)

· I looked for help in this forum.

· I disabled the plugins.

· I removed the previous styles.

· Updated to XF 2.2.6 version.

· I installed the Rain 2.2.6 style.

· The problem persists.

· I have created a new database and installed the forum again directly in version 2.2.6

Upon entering for 1st time, I find this (I don't know what it is):


Server error log
  • ErrorException: XenForo stats collection failed: cURL error 6: Could not resolve host: submit-stats.json (see libcurl - Error Codes)
  • src/XF/Error.php:75
  • Generated by: Unknown account
  • Aug 3, 2021 at 4:31 PM

Stack trace​

#0 src/XF.php(213): XF\Error->logError('XenForo stats c...', false)
#1 src/XF/Job/CollectStats.php(75): XF::logError('XenForo stats c...')
#2 src/XF/Job/CollectStats.php(9): XF\Job\CollectStats->performStatsCollection()
#3 src/XF/Job/Manager.php(258): XF\Job\CollectStats->run(7.82768)
#4 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 7.82768)
#5 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 7.82768)
#6 job.php(43): XF\Job\Manager->runQueue(false, 8)
#7 {main}

Request state​

array(4) {
["url"] => string(14) "/forum/job.php"
["referrer"] => string(38) "https://vanitysims.com/forum/admin.php"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


· I install the Rain 2.2.6 style in this new XenForo installation

· The problem persists.


No problem I can understand.
Libcurl is missing , you are on shared host ? But I don't think it might be causing the weird problem you are saying about.

So if default style doesn't have problem, then there should be a problem with style.
 
Back
Top Bottom