Posted by surfer_1 on February 20, 2009 at 5:13pm
Jump to:
| Project: | E-Journal |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I use e-journal module in drupal 6 and wit two journals. When I select custom page layout cannot use different layouts. Because e-journal use onlu theme_standat.inc file. I create another file, theme_xxx.inc I can select it but e-journal use theme_standart.inc file again.
Comments
#1
I cannot use e-journal custom layout.
Please any aidea?
#2
hi surfer,
sorry for the delay, i plan to take look at it during weekend - i am sorry not to be able to give more time to the ejournal now
roman
#3
hi surfer,
i have fixed it, there were a lot of changes necessary, i recommend downloading the D6-dev version and replacing the whole directory. It would be great if you could get back and tell me if everythng works for you
best,
#4
Hi Romca,
Thank you for your answer. Uptade new de. version and create new custom layout. I create new folder in ejournal/theme. And copied template files in this folder. But it use still "ejornal/theme_standard.inc", not use ejornal/theme/theme_standat.inc. What must have I to do?
Thank you.
Surfer_1
#5
Hi,
you should edit journal - in the custom theme put the name of the folder
than edit the each theme file in the folder
note: you cant use journal-specific theme_standard.inc for now - I will fix it later, but i cant possibly until mid next-week (i am sorry). Anybody can jump on the track? what is necessary, is to call theme(array("name__" . $journal->id, "name")),....) in all the places where we use themeing functions -- *not necessary for the template calls!*