[Nudaii] Thread Starter Markup [Deleted]

Changing the background color of the message wrapper is not changing the color in the thread... mine was never blue.

The banner bg color changed fine, along with the text... but wrapper ain't happening.

upload_2017-3-9_21-54-12.webp
 
From screenshot looks like you are using UIX, if so i will check and see what moditifcation is needed, UX sometimes has different class names or structure as its so customised.
 
From the looks of it, it adds a class which is breaking the template replace.

I can give you a template edit till i find time to make addon have allowance for the UIX changes.

Add this to your extra.css edit to use color you want

Code:
.Nudaii_ThreadStarter {
    background-color: rgb(84, 110, 122)!Important;
}

Open template message

Find
Code:
<li id="{$messageId}" class="sectionMain message

Replace
Code:
<li id="{$messageId}" class="sectionMain message <xen:if is='{$thread.user_id} == {$message.user_id}'>
Nudaii_ThreadStarter
</xen:if>
 
Howdy been swamped at work so not had time to add extra features, it's stable in its current version as no bugs have been discovered since this versions release.
 
Howdy been swamped at work so not had time to add extra features, it's stable in its current version as no bugs have been discovered since this versions release.

OK, I am wait for your update. How to disable Thread Starter Post Markup color?
 
Any Suggestions?

Server Error

Mysqli statement execute error : Duplicate column name 'nudaii_node_ts_prefix_title'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Nudaii/ThreadStarter/Installer.php at line 21
  4. Nudaii_ThreadStarter_Installer::install()
  5. call_user_func() in XenForo/Model/AddOn.php at line 215
  6. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  7. XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/XenForo/ControllerAdmin/AddOn.php at line 533
  8. AddOnInstaller_XenForo_ControllerAdmin_AddOn->actionStepInstall() in XenForo/FrontController.php at line 351
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /home2/********/public_html/*******************.com/forums/admin.php at line 13
 
I tried ti update and I got this error message


Mysqli statement execute error : Duplicate column name 'nudaii_node_ts_prefix_title'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Nudaii/ThreadStarter/Installer.php at line 21
Nudaii_ThreadStarter_Installer::install()
call_user_func() in XenForo/Model/AddOn.php at line 215
XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/XenForo/ControllerAdmin/AddOn.php at line 533
AddOnInstaller_XenForo_ControllerAdmin_AddOn->actionStepInstall() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home2/********//public_html/********/forums/admin.php at line 13
 
Top Bottom