1 stefan2013 Jan 14, 2013 01:39
3 fplanque Jan 14, 2013 02:35
PS: I have deleted duplicates of this question.
4 stefan2013 Jan 15, 2013 02:17
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.
5 stefan2013 Jan 15, 2013 02:20
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.
6 fplanque Jan 18, 2013 01:41
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.
7 stefan2013 Jan 18, 2013 03:00
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?
8 stefan2013 Jan 19, 2013 02:15
I would like to write a php script in order to get the titles of the articles. Where are they saved? thanks
9 tilqicom Jan 19, 2013 13:53
$Item->title();
10 stefan2013 Jan 19, 2013 21:49
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?
11 tilqicom Jan 20, 2013 00:19
look in evo_items table
12 stefan2013 Jan 20, 2013 00:47
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