Is it possible to parse an Atom feed in Drupal? I found the atom module, but it doesn't seem to parse feeds. Can it be done without some tool outside of Drupal?
I'm trying to edit the table that displays the blocks in Home >> Administer >> Configuration >> Blocks >> Blocks in the Marvin2K theme. I want to change the size and layout of the table. I looked in blocks.module as well as the CSS but I can't seem to find where I can edit it to change how the table is displayed. I was able to edit the colors in the CSS, but I want to change the way the columns/rows are displayed. Does anyone know where/how I can do this?
user error: Got error 28 from table handler
query: SELECT t.*, parent FROM term_data t, term_hierarchy h WHERE t.tid = h.tid AND t.vid = 1 ORDER BY weight
When not login i have this error but when i login its work ??
i'd like to have every paragraph in a node be delimited by <p> tags instead of the trailing <br />. which file do i have to modify in order to do this?
I have installed Drupal and everything is running great. I've migrated my old MT entries just fine. Now my problem is on a design issue.
I'm using the Marvin2K theme. All I want to do is change the width of the entire page to 700px and center it. I don't want it to take up the entire screen when the browser window is maximized. I've been messing around with the CSS and the template and I can't get it to do this simple thing. Maybe I'm just really stupid and missing something very simple, but I haven't been able to figure out how to do this.