I am importing an HTML site - client needs to be able to edit pages WYSIWYG with the TinyMCE editor.
So far, I have been making sections of pages separate nodes, and importing them with php includes into the node that structures the entire page. To make this possible, I selectively disabled many parts of the phptemplates based on the location/url, and fiddled with the theme stylesheet (I'm using box_grey).
Works great on those pages. I can also re-enable all the Drupal features, for example, in the admin, and parts for the blogs. So far so good.
I think I've come up with the basic concepts to develop a theme for our upcoming website so that it can be accessed by smartphones and PDAs (those that use Mobile XHTML browsers with a screen width of at least 240 pixels, that is - I'm not even going to attempt to get a WAP browser to render something as complex as our site, even though I know from experience in coding WAP that it's possible - and a total pain in the ass... :-). (When I'm done with this mobile theme, I might release it to the community, as from what I can see there's only one other mobile theme that's ever been done.)
I'm runing Drupal 4.7 and have the voting_actions module (along with actions, votingAPI and simplevote) configured to "touch node creation date" and to "promote to front page" after a node gets at least one vote of 80% or higher.
Promoting to the front page works nicely, but since "touch node creation date" is not working, the promoted node ends up far down on the front page, since the front page is ordered descending by date.
I'm wondering if anyone has experience with this, enough to give some advice on what may be going wrong. Thanks in advance for any suggestions!
Ok - I have searched thinking there has to be someone having this issue but nope. I also searched for iframe information but did not find much.
I want to have an iframe inside a page. So I started a page, and pasted it in. I am using tinymce. It did not work. Then I click the html button in tinymce, paste in code. Still didnt work. When I turn off tinymce, it works the first time.
However next time I come back to the page, tinymce loads again and kills the code.
How do I properly create an iframe that will not keep going away?