[list] [li]x[/li] [li]y[/li] [/list] adding $ signs and extra [/list] codes ...

Started by aegersz, October 20, 2019, 01:40:14 AM

Previous topic - Next topic

aegersz

Quote from: Antechinus on October 21, 2019, 03:30:25 AM
I quite like the idea. The default SMF "example" is fiddly to fill out, and generally a PITA.

Absolutely. I just had to use my method only moments ago and it saved a lot of grief.

I urge Simple Machines to replace the existing one with mine so I can become famous  ;)
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

Arantor

I urge nothing of the sort, given that while the current one might be a PITA, going this way will actually lead to more confusing behaviour in future.

Especially with the much more better WYSIWYG editor in 2.1.

aegersz

I have yet to see version 2.1 - do you have a running version somewhere that I can "play" with ?
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

Arantor

Quote from: aegersz on October 21, 2019, 04:24:21 PM
I have yet to see version 2.1 - do you have a running version somewhere that I can "play" with ?

No. I am actively not developing on 2.1, but on my own very specialised branch of 2.1 that I guarantee will not be of use to you.

But since 2.1 is available on GitHub in it's not-yet-RC3 format, there's nothing stopping you giving it a test drive.

aegersz

The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here


aegersz

Done !

The only reason I have not yet looked into it is because I have made so many local modifications, not to mention over 140 packaged mods !

What if i like it ?  ;) :P

Thanks again.
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

aegersz

I added padding to the line, if anybody wants it.

                        array(
                                'image' => 'li_padded',
                                'code' => 'li_padded',
                                'before' => '[li style="padding-bottom:1em"]',
                                'after' => '[/li]',
                                'description' => $txt['bbc_li_padded']
                        ),
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

aegersz

The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here


aegersz

Indeed  ;D !

Guess which 2 non-vanilla buttons gets the busiest workout ...
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

aegersz

The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

aegersz

... whoops, I forgot - to see the button hover functions:

in ./Themes/default/languages/Post.english.php:

after:
$txt['bbc_quote'] = 'Insert Quote';

add:
$txt['bbc_li'] = 'Insert List Item';
$txt['bbc_li_padded'] = 'Insert List Item with Padding';
The configuration of my Linux VPS (SMF 2.0 with 160+ mods & some assorted manual tweaks) can be found here and notes on my mods can be found here (warning: those links will take you to a drug related forum). My (House) music DJ dedication page is here

Advertisement: