Proxybunker
Well-known member
sorry no all I can find is the option to change them all to one colourOkay thank you. this is the link to the download https://babiato.tech/threads/illuminate-dark-for-xenforo-2.55698/
sorry no all I can find is the option to change them all to one colourOkay thank you. this is the link to the download https://babiato.tech/threads/illuminate-dark-for-xenforo-2.55698/
Thank you. i managed to change the colors@macleo1234
a tutorial can be found from this link however you will need to find someone that can access it its only available to customer that have paid
you will get outdated templates if you upgrade your xenforo say from 2.6.6 to 2.6.7 and are still using the old theme what version of the io dark theme are you using and what version is your xenforo@CyberDeviL , I recently installed IO Dark Mode style and seeing instruction regarding outdated template. Should i click Automatically Merge![]()
I useyou will get outdated templates if you upgrade your xenforo say from 2.6.6 to 2.6.7 and are still using the old theme what version of the io dark theme are you using and what version is your xenforo
yes you can automatically merge them however it most likely will not work correctly and you will have to manually do it
sorry I don't have any documents about doing it by hand if you click on the file name, not the merge button it will open and show you the code if you scroll you will see what has changed and what options you haveI use
Xenforo v2.2.6 Patch 2
iO-Dark-Mode - 2.2.5.0.0
Currently IO Dark Child is enabled.
What is Custom Version and Parent Version?
It mentions files in Custom Version varying in many versions 2.2.2 - 2.2.5
Ex.
bb_code.lss
Custom version: 2.2.2 Parent Version: 2.2.6
forum_view
Custom version: 2.2.4 Parent Version: 2.2.6
While trying to Merge, it shows error,
"Oops! We ran into some problems. The custom template is out of date but has been edited more recently than the parent. Merging can only be done by hand."
Any document link for manual update would be helpful.
Are you sure you migrated all the databases completely?Can someone guide me on solving this and i will buy them coffee right away? Please
I have been able to solve. Nothing to do with database.Are you sure you migrated all the databases completely?
Ok, mate.I have been able to solve. Nothing to do with database.
I have to also let you know that my problem was solved when i edited .htacess and not this method.Ok, mate.
For everyone;
If you encounter this error message and you are using a computer (rather than a mobile device), access the browser console (F12 if using Windows / Chrome).
Select the Console tab and there should be an error message displayed to troubleshoot what's happening.
If it's a 403 Forbidden error then it will likely be due to a server side security mechanism such as ModSecurity, mod_evasive, or similar.
It could even be something like the Wordfence add-on for WordPress.
Contact your host and ask them to whitelist whichever rules are being triggered, or to disable the mechanism.
If it's an HTTP 500 error, this is a generic web server error and your host will need to inspect the server error log (not the XF ACP error log) to determine what is causing it.
You can use XenConcept Hide-BB Code.
I don't understand your question do you want to run xenforo on your site through an iframe or run something on xenforo with an iframehow to use iframe in xenforo?
Sorry for the confusion in the question (I'm using google translate), but it was like using iframe within topics, searching the internet and some ready-made BB Code templates on CP, trying to embed external videos.I don't understand your question do you want to run xenforo on your site through an iframe or run something on xenforo with an iframe
now I understand you can also use the plugin s9e Media Sites that can add a lot of different sites to embed videosSorry for the confusion in the question (I'm using google translate), but it was like using iframe within topics, searching the internet and some ready-made BB Code templates on CP, trying to embed external videos.
Solution:
I created a new template and it's working, for example for doodstream.
Match URLs:
https://doodstream.com/e/{$id}
https://dood.ws/e/{$id}
Embed template:
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://dood.ws/e/{$id}"
width="560" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
Thanks for listening.