Are you planning for a D7 version?
| Comment | File | Size | Author |
|---|---|---|---|
| #46 | superfish-7.x-1.x-713616-46.patch | 3.45 KB | pillarsdotnet |
| #46 | superfish-7.x-1.8-alpha5-713616-46.patch | 3.46 KB | pillarsdotnet |
| #41 | modules_superfish.patch | 3.08 KB | pillarsdotnet |
| #37 | superfish.patch | 3.33 KB | pillarsdotnet |
| #32 | superfish.patch | 3.08 KB | pillarsdotnet |
Comments
Comment #1
mehrpadin commentedHey there,
Yeah, sure :)
Comment #2
okeedoak commentedFantastic! Taking the pledge? http://drupal.org/project/modules?solrsort=sort_title%20asc&text=d7cx
Comment #3
mehrpadin commented[Edited] Well, I'm not sure, since I've no idea when exactly it'll be out I can't say "the day Drupal 7 released" , anyway I think I'll port it to D7 sooner than that.
Comment #4
mehrpadin commentedComment #5
mehrpadin commentedErin,
Well, after such a long time! :)
Comment #6
Jeff Burnz commentedAwesome, something else to play with on D7!
Comment #7
Morn commentedChanging "Style" doesn't change anything - it looks always Blue (Garland Theme, D7 Alpha 5)
Comment #8
halcyon209 commentedMorn - If you go into the superfish.module file, on line 322, there is a space before ' .css'
Remove that space and you'll be able to change the menu styles.
Comment #9
Old Man commented"If you go into the superfish.module file, on line 322, there is a space before ' .css'
Remove that space and you'll be able to change the menu styles."
Is that a "Feature" or a "Bug"? I've been scratching my head on this one trying to figure out why it wasn't working.
Comment #10
mehrpadin commentedHey Michael,
A bug indeed :) fixed in the coming version though.
Comment #11
pillarsdotnet commentedPatch, combined with #992470: Superfish-item in Admin menu.
Comment #12
grahamgrigg commentedHi Guys,
I am having some trouble with the superfish menu with Danland Theme 7.x-1.0-RC2 in Drupal 7.0-RC3. The menu is not displaying correctly in the Firefox browser, and I have attached a screen shot. I have not tested in IE.
I was just hoping one of you guys have seen this before, and can offer some tips to resolve it. I have a new install of drupal 7 with only one external module installed, the Superfish.
regards
Graham
Comment #13
mehrpadin commentedHey Graham,
It is not using this module as far as I know, take a look: http://drupal.org/node/768350#setup-superfish
Comment #14
grahamgrigg commentedThanks Mehrpadin for your reply.
I am definitely using the superfish menu, and I have rechecked all my configuration and that seems OK as well.
Hope you can offer some ideas for me to check. I have added the patch and extra css, but it still not working. Without the patch I can not change style, but that is fixed now.
Graham
Comment #15
grahamgrigg commentedHi Mehrpadin,
Please do not worry about my problem with Superfish and the Danland theme. I am now using a different theme, and the menu system works perfectly.
Graham
Comment #16
aanjaneyam commented@Mehrpadin When is the full drupal 7 version coming up. Its been long since there has been any update. I really like this module (even better than nice menus). As D7 has been released please come up with a full version so that we are more comfortable in using it in production sites.
Comment #17
mehrpadin commentedHey there,
Hopefully in the next few days, and everyone will be amazed :)
Comment #18
metalinspired commentedAdding first \ middle\ last classes to menu items is not working.
To fix this change line 498 from:
$firstlast = ($dfirstlast == 1 && $num_items == 1) ? 0 : '';to
$firstlast = ($dfirstlast == 1 && $num_items == 1) ? 0 : $firstlast;Zebra striping not working.
Change line 515 from:
$zebra = ($dzebra == 1 && $num_items == 1) ? 0 : '';to
$zebra = ($dzebra == 1 && $num_items == 1) ? 0 : $zebra;Following fixex will simply make output more cleaner by not creating empty array items.
Change line 459 from:
$class[] = ($trail && in_array($mlid, $trail)) ? 'active-trail' : '';to
if ($trail && in_array($mlid, $trail)) $class[] = 'active-trail';Change line 518 from:
$class[] = ($zebra == 1) ? ($i % 2) ? 'odd' : 'even' : '';to
if($zebra == 1) $class[] = ($i % 2) ? 'odd' : 'even';Change line 521 from:
$class[] = ($count == 1) ? 'sf-item-' . $i : '';to
if ($count == 1) $class[] = 'sf-item-' . $i;Comment #19
pillarsdotnet commentedChanges suggested in #18 expressed as a patch.
Comment #20
pillarsdotnet commentedPatches in #11 and #19 combined.
Comment #21
traceelements commentedHow's this coming along? I'm anxious to use with D7. Thank you.
Comment #22
pillarsdotnet commented@traceelements: I'm currently using the module (with patches in this thread) on my website. So... works for me; your mileage may vary. :)
Comment #23
sindile commentedA newbie question - how do i apply the patche on a hosted Drupal service. I have seen a number of patch modules but they seem to be for Drupal 6.X
Comment #24
NPC commentedSubscribing, though as far as I can see it already works on my test D7 site :)
Comment #25
jlporter commentedSeems to work well except that the block will not show for anonymous users. It works great as an admin and I checked the block roles permission settings. I tried with explicitly giving anon permission and with all unchecked(everyone should see it). I'm using alpha 5.
*edit*
It actually works how it should except that it doesn't show on the home page. The home page I am testing with now is a panel. Beware of the checkbox that claims to only disable regions for blocks....it seems as though it is disabling *all* blocks! I will research this further and follow up with the panels team.
Great work guys! Fantastic port although like several other modules the config screen should be moved to admin/config not admin/settings...it ended up my top level navigation which I missed at first. I also notice that other modules have a link to the configuration from the modules page after it's enabled, which is a nicer UX.
Comment #26
pillarsdotnet commentedRe-rolled patch with suggested change to config page path.
Comment #27
BenK commentedSubscribing
Comment #28
jlporter commentedhttp://drupal.org/node/542202 I found out now that in a module .info file is where you add the configuration link.
example:
configure = admin/config/moduleconfig
Comment #29
youyoums commentedhello,I don't know how to use superfish module in drupal 7,and I also can't find any support from the http://drupal.org/documentation /modules/superfish,i really want to got some useful support,can some one help me?
Comment #30
mehrpadin commentedNi hao :)
The documentation is located here: http://drupal.org/node/754652 , and you're always welcome to ask your questions.
Comment #31
youyoums commentedxiexie,it is worthy to watch,i have known how to use it,thank you very much!
Comment #32
pillarsdotnet commentedRe-rolled; must have been looking at 6.x when I made the last patch.
Comment #33
eigentor commentedI can confirm the patch works great and adds first, last and middle classes as well as even/odd classes.
Great idea also to put the settings into a proper place in the config section.
There is an error when patching the .info though: it tries to replace the configure settings in line 6, but in the latest version of the module they are found at line 9. So one more reroll to get a RTBC from me :)
Comment #34
pillarsdotnet commentedPatch is against git "master" branch, which should be identical to CVS "HEAD". This should be easier for the maintainer to apply. The "release" version of the .info file is auto-generated by the release system and different from the version checked in by the maintainer.
Comment #35
IntoTheWoods commentedThanks for this! Same comment as eigentor. The configure settings are on line 9 if I pull via:
cvs -z9 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-7--1 contributions/modules/superfish
Replacing DRUPAL-7--1 with HEAD pulls a 6.x version. I guess I just don't understand cvs that well.
Comment #36
Jeff Burnz commented@35 - yeah thats just CVS and one way you can run your repo, probably the D7 version is developed in the branch and not in head, and will need to be merged back to head before cutting a D8 branch (or is that master...). I have done it like this also in some projects.
Comment #37
pillarsdotnet commentedRe-rolled with "cvs diff" against a DRUPAL-7--1 checkout as per #35.
Comment #38
pillarsdotnet commented@youyoums -- don't assign yourself to an issue if you're not going to fix it.
Comment #39
akalata commentedCould someone post a tar of the active dev version? Or do I need to "Browse CVS repository" and download every file individually?
Comment #40
mehrpadin commentedHey Anna,
Dev version is not available there, but soon we'll have a beta.
Comment #41
pillarsdotnet commentedRe-rolled after the Great Git Migration.
Comment #42
pillarsdotnet commentedBump and priority bump.
Comment #43
pillarsdotnet commentedComment #44
bradjones1Subscribe/bump
Comment #45
mauriziopinotti commentedComment #46
pillarsdotnet commentedRe-rolled. Includes fix in #45.
One patch is against 7.x-1.x and the other is against 7.x-1.8-alpha5
Comment #47
aanjaneyam commentedThis seems to be a long long wait for next version of superfish.
Comment #48
youyoums commentedso long waiting
Comment #49
zkrebs commentedsubscribe
Comment #50
pillarsdotnet commentedI really think we can RTBC this patch.
Comment #51
bryancasler commented+1 subscribe
Comment #52
IntoTheWoods commentedAgree with pillarsdotnet. I've reviewed the patch code pretty thoroughly and have been using it without issues for a month.
Comment #53
pillarsdotnet commentedMuch of this patch has been applied already. Opening up a new issue for the rest, and for other errors introduced in the meanwhile.