Barand Posted June 30, 2006 Share Posted June 30, 2006 Evidently the bbcode from the old forum isn't recognised by the new. So what is the correct SMFese for things like url links, images, quotes etc?Based on the principle of experiment and see, I'm hoping if I try some here I'll answer my own question(url)link(/url) -- substitue square brackets for (..)[url=http://members.aol.com/barryaandrew/baagrid/baagridguide.html]http://members.aol.com/barryaandrew/baagrid/baagridguide.html[/url] baaGrid(img)link(/img)[img]http://members.aol.com/barryaandrew/barand.gif[/img](code)the code(/code)[code]php_info();[/code]Does it accept (php) .. (/php) EDIT: guess so, but no border, better size than (code)[code=php:0]// commentif ($x) { php_info(); }[/code] EDIT:ANSWER: So just use simple start and end tags and no attributes Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/ Share on other sites More sharing options...
wildteen88 Posted June 30, 2006 Share Posted June 30, 2006 Please read the [url=http://www.phpfreaks.com/forums/index.php?action=help;page=post#bbcref]BBCode Reference[/url] which provides a list of all BBCodes. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-51109 Share on other sites More sharing options...
Barand Posted June 30, 2006 Author Share Posted June 30, 2006 Now that's sorted, How do I actually edit my sig?"Profile >> edit account settings" doesn't give the optionEDIT : Just seen your reply to SA in next topic Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-51116 Share on other sites More sharing options...
akabugeyes Posted July 3, 2006 Share Posted July 3, 2006 Barand, just so you know, SMF has a [nobbc][nobbc][/nobbc][/nobbc] that will not parse the bbcode when used. So you don't have to use ( ) to demonstrate how it is used. ;)[nobbc][b]I'm not bold![/b][/nobbc]But the link wildteen88 posted should be looked at. It is rather useful. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-52575 Share on other sites More sharing options...
Barand Posted July 3, 2006 Author Share Posted July 3, 2006 [quote author=akabugeyes link=topic=98975.msg391107#msg391107 date=1151951838]Barand, just so you know, SMF has a [nobbc][nobbc][/nobbc][/nobbc] that will not parse the bbcode when used. So you don't have to use ( ) to demonstrate how it is used. ;)[nobbc][b]I'm not bold![/b][/nobbc]But the link wildteen88 posted should be looked at. It is rather useful.[/quote]Thanks for the tip. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-52670 Share on other sites More sharing options...
Thantos Posted July 3, 2006 Share Posted July 3, 2006 Since it was mentioned above about the code tag and php tag...The code tag will also do php highlight if it has an opening php tag. For example[code]<?phpecho 'Hello from colorized php';?>[/code][code]I'm happy htmls<?phpecho 'But I\'m even happier php.';?>Ohhh back to the sad html :([/code][code]<?phpecho 'php with opening tag but no closing tag';[/code]Also the text size and other stylistic attributes for the code block can be editted in style.css. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-52679 Share on other sites More sharing options...
JayBachatero Posted July 4, 2006 Share Posted July 4, 2006 You can also take a look at [url=http://docs.simplemachines.org/index.php?board=5.0]User Section in SMF Doc site[/url] for reference. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-52734 Share on other sites More sharing options...
Gast Posted July 4, 2006 Share Posted July 4, 2006 Also Barand, you have probably worked it out now, but for URL tags you can also link normal text by:[nobbc][url=http://www.nmcmahon.co.uk]My Website[/url][/nobbc]Which produces: [url=http://www.nmcmahon.co.uk]My Website[/url] Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-52844 Share on other sites More sharing options...
moberemk Posted July 5, 2006 Share Posted July 5, 2006 PHP tags at last! Now if only it weren't for the fact that it used the <font> tag, things would be even better! Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53134 Share on other sites More sharing options...
cmgmyr Posted July 5, 2006 Share Posted July 5, 2006 The php tag helps out a lot, I like it. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53136 Share on other sites More sharing options...
Thantos Posted July 5, 2006 Share Posted July 5, 2006 [quote author=moberemk link=topic=98975.msg391709#msg391709 date=1152064843]PHP tags at last! Now if only it weren't for the fact that it used the <font> tag, things would be even better![/quote]The php highlighting is controled by PHP's highlight function which uses font in PHP 4 and span in PHP 5. Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53141 Share on other sites More sharing options...
.josh Posted July 5, 2006 Share Posted July 5, 2006 i miss the quickedit feature :( you SMF guys need to work on that next Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53148 Share on other sites More sharing options...
Thantos Posted July 5, 2006 Share Posted July 5, 2006 You should see a [img]http://www.phpfreaks.com/forums/Themes/default/images/icons/modify_inline.gif[/img] icon to the right of any message you can edit. Its by itself and doesn't have any text next to it. Try giving that a click and you might be surprised /wink Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53151 Share on other sites More sharing options...
.josh Posted July 5, 2006 Share Posted July 5, 2006 sweet! lol Quote Link to comment https://forums.phpfreaks.com/topic/13277-cleaning-up-signatures/#findComment-53199 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.