Recent Topics

1 Jan 14, 2013 01:39    

Good evening, I am using the standard EVOPRESS normal SKIN (BLOG A) but my personal page uses frames so I would like to separate the titles (in one frame) from the posts (in another frame). How is this possible, what files do the sidebar control in EVOPRESS or, in general, must be changed? And how can I delete the blue header image, I do not need it.

Thanks a lot.

3 Jan 14, 2013 02:35

PS: I have deleted duplicates of this question.

4 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 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 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 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 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

10 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 Jan 20, 2013 00:19

look in evo_items table

12 Jan 20, 2013 00:47

thanks. I got it. It is evo_items_item


Form is loading...