16.11.2010, 08:20
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 10:53 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: MyFieldset
Zitat:Information
¯¯¯¯¯¯¯¯¯¯¯¯
Name: MyFieldset
Description: It allows to insert the fieldset tag in messages.
Author: abdonroda
Website: http://www.soportemybb.com/
Version: 1.1
Compatibility: 1.4.* and 1.6.*
Original topic: http://www.soportemybb.com/tema_Plugin-M...s-mensajes
The three codes to use
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
[fieldset]the content here[/fieldset]
[fieldset="the title here"]the content here[/fieldset]
[fieldset=the title here]the content here[/fieldset]
Installation instructions
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1) Upload the content of the folder "UPLOAD" to the root of your FTP.
2) Go to a Administration Panel > Configuration > Plugins and activate the plugin.
3) Go to a Administration Panel > Styles and templates > Styles > YOUR THEME and write in the global.css:
Code:fieldset { padding: 5px; padding-top: 8px; border: 1px solid #a8a8a8; background: #f5f5f5; } legend { padding: 1px 5px; border: 1px solid #a8a8a8; background: #ddd; }
Vorschau:
http://www.soportemybb.com/tema_Plugin-M...s-mensajes