First of all, is it alloud to modify the code of the plugin ?
if its allowed, i need helt, becaus i whant another "background" color and an other font. but i can't find where in the serendipity_event_bbcode.php i coult change that, possible because i had no skills in php
would be really nice if anybody could give me some hints.
Schamsen wrote:First of all, is it alloud to modify the code of the plugin ?
Serendipity is OpenSource, so yes. We appreciate contributions.
if its allowed, i need helt, becaus i whant another "background" color and an other font. but i can't find where in the serendipity_event_bbcode.php i coult change that, possible because i had no skills in php
You don't need to change the plugin for that. It's all CSS that controls the appearance of bbcodes. Have a look at the HTML output where the HTML classes are used, you can then style those elements via CSS in your template's style.css file.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
You must edit the files in the templates/XXX/style.css - where 'XXX' stands for your currently selected template. Like 'carl_contest' for the Serendipity 3.0 template, which is used by default.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/