- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Does anyone know if there's code that I can enter into extra.less that will modify the forum description across a set of nodes?
For example, I know this code will change the forum title across a set of specified nodes:
[data-container-key="node-5"], [data-container-key="node-13"], [data-container-key="node-xx"] {
.p-title-value:before {visibility: visible; content:"Newname"}
}
Is there similar code that can be used to change the forum description (text circled below) across a set of...
For example, I know this code will change the forum title across a set of specified nodes:
[data-container-key="node-5"], [data-container-key="node-13"], [data-container-key="node-xx"] {
.p-title-value:before {visibility: visible; content:"Newname"}
}
Is there similar code that can be used to change the forum description (text circled below) across a set of...
نام موضوع : Code to update all forum description text?