SMF Support > SMF 2.0.x Support
// Finally the most important bit - the actual text box to write in ??? gone
dyrome:
Hello,
Where is this in smf 2.0 beta 3.1
Thanks in advanced
Dyrome
NickC:
Sorry, but you've got me baffled. I really haven't got a clue what you are asking.
How do I ask support questions the smart way?
N3RVE:
Welcome, Dyrome!!
You need to clearly state what you're posting here for as not everyone will understand you.
That block of code should be in Post.template.php but may have a different comment line in the SMF 2.x series. Maybe, you should just tell us what you want to achieve - and we'll know which file/code to point you to :)
-[n3rve]
dyrome:
Sorry :D
I want to customize auto BBC for smf 2.0 beta 3.1
But i did not find the bit of text: // Finally the most important bit - the actual text box to write in
This was original in Post.template.php
Where i have to put this bit of code
if ($message == '' && empty($settings['disallow_auto_bbc']))
{
if (trim($options['bbc_before']) != '' && trim($options['bbc_after']) != '')
$message = @$options['bbc_before'] . "\n\n" . @$options['bbc_after'];
else
$message = @$options['bbc_before'] . @$options['bbc_after'];
}
greetings Dyrome
greyknight17:
That mod is not compatible with SMF 2.0 as mentioned in the compatibility line. You will need to ask the author or in the support topic for an update.
Navigation
[0] Message Index
[#] Next page
Go to full version