Closed (fixed)
Project:
Splash
Version:
6.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 14:45 UTC
Updated:
19 Jun 2009 at 15:30 UTC
Jump to comment: Most recent file
Drupal 6.2 - In Splash configuration page are missing the menus What and How.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | splash-247892.patch | 1016 bytes | alyawn |
| #1 | splash.module.zip | 2.77 KB | ionuts71 |
Comments
Comment #1
ionuts71 commentedI solved the problem:
Upload the attached file or modify yourself splash.module file as following:
You must add
'access arguments' => array('administer site configuration'),
in
$items['admin/settings/splash/what'] = array(
and
$items['admin/settings/splash/how'] = array(
So, change from:
to:
After that, go to Site configuration -> Performance and Clear cached data.
Comment #2
tnanek commentedThese changes should be implemented in the release version, in all honestly the module is currently not operational at all without these menu items being accessible.
Comment #3
miseryshining commentedthanks a lot for this. as the previous poster said.. quite a shame it still isn't included.
Comment #4
jackhutton commentedcan you add a flash .swf file as the html input? using the object embed tags or the reference to the .js active content?
It works w. your code additions of the 'how' and 'what' .. I'd like this to be the landing page.. then redirect to the main site.. and the landing page would be a flash page. Very useful with the conditions.. if I can make this work with a custom full page flash movie/swf..that'd be great. thanks
Comment #5
lmw94002 commentedThanks for the fix. Module seems simple and does exactly what I want. Glad I didn't have to bang my head too hard on the desk to figure out what is missing. However I'm still having issues trying to get a simple HTML page to display and understanding how it's supposed to work.
On the "How" Screen, I see 3 choices and the 1st one seems invalid. In the .module, it seems only choice 2 & 3 are valid. So the "thinkbox" seems to be the option, it works... but the "Content" I wrote in the What tab doesn't display. I think I'm missing something?
--edit--
I sorta found the issue... It will work if the input is "filtered HTML" but does not work when "full HTML" is selected.
Comment #6
not_Dries_Buytaert commented@ionuts71: Thx for this fix. Now, it works flawlessly. Should be included in the next release.
Comment #7
alyawn commentedI have created a patch that does what ionuts71 mentioned. This should be a no-brainer.
Comment #8
seanrWhy has this still not been done. Does this module no longer have an active maintainer?
Comment #9
j0rd commentedSame issue. Someone needs to roll a new stable release...this is silly.
Comment #10
seanrTook over control of the module since it has been unmaintained, so this is now fixed. Release should be up shortly.