I was wondering, if it is possible to use the RTE TinyMCE in conjuction with the LiquidWiki module.
It seems to me, that the problem is the 'input type', that is for wiki pages of type 'LiquidWiki' and for TinyMCE it has to be 'Full HTML'.
This is not really an issue, but it would be interesting, as the wiki syntax is indeed an simplified version to generate HTML styling, but the RTE is still the most userfriendly (at least for endusers).
BTW: TOC generation is not yet implemented, isn't it ? Else the the module rocks as drupal : )
if i have both pages and blocks and blocks provided by "views" in the same page area (center).
how can i sort them? i mean how can i rule which one of them gonna go first .
i want, for ex.:
1.page1 teaser
2.block (php)
3.block
4.page3
.....
etc.
I am running a small script on my drupal (4.7) site to measure pageviews for advertising purposes. If someone is running a script blocker (e.g. firefox) then I do not get credit for that pageview.
I would like to set up the site so that it:
(1) detects if the script has been blocked
(2) if blocked, then post a nag message asking them to disable the script blocker. (while still allowing them to view the site)
Does anyone have any ideas on how this could be done?
I want to split my main content output by taxonomy. The reason for this is I want to develop a site where there are two sources of news in a four column layout, with the two news sources in an inner left/right bar and sidebar stuff on the sides.
Hi,
I do have 5 primary links in my page. For each link i want to display a different navigation links. I don't want to repeat the same one to each link similar to a tabbed content in HTML pages. Please help me to do this.