2 fplanque Jan 14, 2013 02:31

PS: I have deleted duplicates of this question.
Hi, thanks.
So in my case, there are five *.main.php files in the skins/evopress folder:
index.main.php
page.main.php
posts.main.php
search.main.php
single.main.php
so where do I find the release of the titles (of the articles) in the left (or right) sidebar, in page* or posts*? I would like to get the blog centered in one frame and the titles in another frame.
and another question: is it possible to have some links in one frame, other links in another frame and the blog itself (the articles) centered in a third frame? thanks.
Yes it is certainly possible to split everything into frames but this will require that you dig a bit deep into the PHP code.
(In your case you should probably start by identifying each peace of code in posts.main.php and separate the sidebar from the posts list.)
Using frames is generally not considered a good practice any more, so we never tried to assemble a sample site using frames.
thanks. well I have quit the sidebar, but where does Evopress save the titles and messages of the blogs? In front of all, I need access to the titles? In which file or table of the mysql database?
I would like to write a php script in order to get the titles of the articles. Where are they saved? thanks
$Item->title();
okay, thanks. But that is the variable, that is not the file nor the MySQL table. Where (location) does the program save the titles of the articles?
look in evo_items table
thanks. I got it. It is evo_items_item
Here is some general info about skin templates which should be useful:
http://b2evolution.net/man/themes-templates-skins/introducing-evoskins/skin-structure