Customizing SMF > Modifications and Packages
General support topic for Aeva Media (Latest release: July 28, 2010)
Arantor:
It's there in my fresh 2.0.2...
--- Quote ---what I was trying to do is to use my minimal information to solve my problem and get to my limits before bothering others with many questions.
--- End quote ---
And if you can't even get the mod author's name right, that makes me wonder how careful you are actually being in trying to fix things.
BaghdadGhost:
The name of the author is not an important factor in solving the problem and I didn't check because he is not the one I am addressing.
When it comes to critical steps, I triple check everything I do.
To go further than triple, I just downloaded smf installation package, extracted files and opened subs.php. here is the code from the file
--- Code: ---2416 // No smileys, just get rid of the markers.
2417 else
2418 $message = strtr($message, array("\n" => ''));
2419
2420 if (substr($message, 0, 1) == ' ')
2421 $message = ' ' . substr($message, 1);
2422
2423 // Cleanup whitespace.
--- End code ---
2424 $message = strtr($message, array(' ' => ' ', "\r" => '', "\n" => '<br />', '<br /> ' => '<br /> ', ' ' => "\n"));
--- Code: ---2425
2426 // Cache the output if it took some time...
2427 if (isset($cache_key, $cache_t) && array_sum(explode(' ', microtime())) - array_sum(explode(' ', $cache_t)) > 0.05)
2428 cache_put_data($cache_key, $message, 240);
--- End code ---
so if you agree with the author statement about "forum being corrupted. A need to re-install" I guess there is something has to be discussed with SMF team.
Anzu:
Nevermind, I figured it out. :)
MoreBloodWine:
Stupid question but this still works with 2.0.2 right ? I don't know what changed from 2.0.1 to 2.0.1 and this mod is labeled 2.0.1
Ty.
Arantor:
Nothing changed in the mod or in 2.0.2 that would affect this.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version