Closed (fixed)
Project:
Inline and link Drupal objects (Linodef)
Version:
6.x-1.x-dev
Component:
Buttons API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 20:21 UTC
Updated:
25 Aug 2009 at 09:50 UTC
Comments
Comment #1
Roi Danton commentedWith the patch provided in this post you can use views to create a button list. With views you are able to reach your goal: Copied from the views documentation:
To do so create a view and enter the name of that view prepended by view_ into the BUEditor button ($drupal_element="view_viewname"). E.g. your view has the name "usernodes" than you enter "view_usernodes".
I haven't committed this patch yet since there is an unsolved issue with the new tag option layout (e.g. the option linktext="Your Text" won't work because no quotation marks inside options are supported by Buttons API yet). If you need this feature now, apply the patch to your Linodef installation and don't use tag options with quotation marks for your buttons.
If you're not familiar with patching I can commit the unfinished patch to the dev branch though.
Comment #2
Roi Danton commentedYou may now use views to customize the button lists as you like. If you have questions about the usage of those views and the documentation provided within the dev release doesn't help then don't hesitate to ask.
Comment #3
ManyNancy commentedThanks a lot, I'll try this as soon as I get a chance.
Comment #4
Roi Danton commentedFixed since this works as intended with views.