I'm trying to do a couple things to make image uploads a lot easier for my users. In wordpress, I can use its wysiwyg editor to link an image, and it will cut it up into 3 sizes (thumbnail, medium, large, and keep the original). I know Drupal has a wysiwyg module, but when I use it to link an image, it simply hotlinks it and doesn't download it onto the server (I've tried the YUI and ckeditor editors only).
I am trying to build a tableselect of users on a page I have. So I copied the code from user.admin.inc that generates the 'People' admin page, since that is exactly what I need (I will eventually add some different filters etc), but no matter what I try I only get the empty text I've specified for the tableselect. I have dpm()'ed the $options variable on my page and on the 'People' page and they are identical and full with users. I cannot figure out what I am doing wrong. Code here: http://pastebin.com/2jGVNxG9
I am having a big problem with Profile 2 module, when I try to enable it I get the following error:
Fatal error: Call to undefined function entity_load_multiple_by_name() in /hermes/web09d/b1240/moo.thedailyorbitcom/thedailyorbitcom/drupal-7.2/sites/all/modules/profile2/profile2.module on line 141
anybody have any idea how to fix this? I need profiles for my site and there isn't a profile module in core.
Thanks
Tim
I have "articles" and "basic pages" appearing in a view (my custom front page) - working well. I want to add the ability to "weight" each of the nodes so the order they appear in the view can be affected.
I have created an integer field field_sort_order and that works ok for one content type - but I can not then use the same field for the second one and have the view sort on that thereby sorting both.
Any ideas? It looks like a field can not be used by two content types making this a bit tricky ... but then "promote to front page" is working for both.
Drupal 7 was installed by a friend and worked fine until recently. I may have done an update somewhere and now I get this message when trying to access the site:
Fatal error: Call to undefined function libraries_get_path() in /home/putrapr1/public_html/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.module on line 13
I am not a techie but appreciate if anyone can help.