Hi all,
when you edit an already posted subject in the forum, for example, the "edit node" form appears without the border box. But when you create new content there's no problem at all. The theme is the original one, without modifications, downloaded directly from drupal.org (acrylic-6.x-1.1), installed in a brand new drupal 6.
If you want to see it, go here http://murcia.satfinder.es/node/2/edit using user "Test", passwd "t*****"
Thanks in advance!




The solution to the problem is to add two more tpl files. Since there is a 'page-node.tpl.php' it overrides the default 'page.tpl.php' template for all /node/* pages. The 'page-node.tpl.php' template does not contain the border box around the content, since (in normal view mode) the 'node.tpl.php' template will take care of that (for the node content).
However in other modes for the node (like add and edit) the border box should be incorporated in the page template. For the add mode this is done in the 'page-node-add.tpl.php' template. To solve the issue for the other modes the template files 'page-node-edit.tpl.php' and 'page-node-outline.php' should be added to the theme (both similar to 'page-node-add.tpl.php').
Thank you so much for your help, keep the good work. I will give it a try. Does anyone want the themes being in % instead of pixels? please let me know.
I will check it later, now I'm working in setting up my chat so readers can chat with me when I'm online. Just a note: don't expose any password, please (email it to me). Thank you.
I'm waiting for an answer :-)
Pedro let me know exactly how wide you need your theme to be. I will create a new code just for you. I'm really busy but I'll make an exception, I just don't have the time to mess around and find out what went wrong when you change your code, I know for sure that you change something in any of the page-.php file and still there. Since you need a wider theme, it is your lucky day.
Pedro, by any changes, do you remember what you change when you were working with the "views module"? check the page-node.tpl.php or node.tpl.php if you don't find anything wrong with then start to working with CSS or simple I'll make it a new code just for w/ a wider theme.
I have the same issue.
I did not change any code, but I do have the 'views' module installed (disabled though).
Well I think the issue that Pedro had is different from your. Your is really easy to fix if you did not mess around with the codes (please, every time you change something make a note and always keep the original intact) I'm know you know this "nethyperon" but it is a good time to said it ;-). Try to change the font color in your .CSS file. I'm creating these themes with recommended color-font but some time is not the best choice. Let me know if this is working, it did work for me before. If you don't mine I have a question for you too. Please, let me know if you want to here about it?
I think it needs more then just setting the font color in CSS, since the layout is a bit off as well. I think I know how to fix it, but that means changing the code ...
If you have any question, please feel free to contact me :-)
share with us. I do appreciate that.