I have recompiled languages until I am blue in the face. Even uninstalled the forum module and reinstalled and compile languages and it is still there. How do I fix this?
I have recompiled languages until I am blue in the face. Even uninstalled the forum module and reinstalled and compile languages and it is still there. How do I fix this? Geeks, making the world a better place |
I'm sure you searched the forums for this, but just in case:
|
Yes, I search the forums but the search engine here is not the best. Didn't work for whatever reason only known to the gods. A second uninstall and reinstalled restored the forum. Luckily it is on a test site so no worry about data lost. Geeks, making the world a better place |
Are you testing this with 3rd party template? ManOfTeal.COM a Proud UNA site, six years running strong! |
I sometimes have an issue with this. Here is how I fixed it (for this I will use UNI) 1) Copy uni and call it uni_en 2) navigate to uni_en 3) open params.php 4) make it look like this <?php if( isset($_REQUEST['gConf']) ) die; // globals hack prevention
require_once ($gConf['dir']['layouts'] . 'base_en/params.php');
$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'uni_en/xsl/';// xsl dir
$gConf['url']['css'] = $gConf['url']['layouts'] . 'uni_en/css/';// css url
$gConf['url']['xsl'] = $gConf['url']['layouts'] . 'uni_en/xsl/';// xsl url ?> 5) Save it and the [L[Recent Topics]] should now be fixed. ~~Mike ~~ This Signature is missing something :( |
Geezus Darkclown.... don't tell people to do all that crap when all they have to do is click the little 'en'. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
And if clicking the en does not work, it's usally one of the following. https://www.deanbassett.com |
I still remember darkclown's epic blog post on how to change the copyright notice. This is a must read for all Dolphin site owners.
http://www.boonex.com/n/How_to_change_Copyright_if_everything_else_fails_ My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |