Hi, I'm using b2e v 2.0.2-alpha with skin Asevo, and want to add text to the sidebar, above the calendar on a regular basis ('Quote of the Day').
What file do I edit to add the text? Is there a way to create a (for instance) quote.php file that will be called into the sidebar, so I can edit the quote.php file without editing the sidebar php?
And then the quotes.txt file would be a simple text file with the complete content of the quote, one quote per line, with no line-break after the very last quote or you'll occasionally get a blank quote showing up in the area where you included the include...
<p>This is the content of the first quote</p>
<p>This is the content of the second quote</p>
<p>This is the content of the third quote</p>
You need to edit your skin's index.main.php file, most likely, to get at the sections you need...
Something like this:
The content of quotes.php would be something like this:
And then the quotes.txt file would be a simple text file with the complete content of the quote, one quote per line, with no line-break after the very last quote or you'll occasionally get a blank quote showing up in the area where you included the include...
Hope this helps...
jj.