Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've just about given up on trying but thought I'd post to see if anyone else has been able to solve this. Getting the profile_listing to output horizontally like this:
image with name over and online status under
X X X X X
X X X X X
X X X X X
X X X X X
All I can manager are variations on vertical outputs.
I stripped it way down to just the image output and still it wont line them up.
After posting a comment, users are forwarded to /whatevernode#comment. For a particular setup I'm doing on a drupal site, I need users to be forwarded to /comment/whatevernode instead. What would be the easiest way to accomplish this?
Hi! I'm doing a live video feed, and have succesfully got this to work on my site by putting a url into our flexinode module. This is the URL (although it probably won't work when you click it - im not currently broadcasting) rtsp://eyesteelfilm.qtss.retrix.com/~eyesteelfilm/marathon.sdp
(primary question)
How and where does one override the default 'personal blog' title string without hacking the core drupal code directly, which would be an unacceptable hack IMO?
For example, what if someone wants personal blog title strings to appear without the user name in the title string and without the -'s blog- text appended to the blog title string - as the blog.module code does with the hardcoded text string at line 127 of the blog.module code (as noted below)?
i have been working on a site that, among other things, will list 'shows'. shows are a flexinode type, used by event. what i want to do is use the event start date of the show as part of the title of the show node, and the other part to be the location. i have already done some work on custom titles for flexinode which allows two fields to be set as parts of the title. currently location is part of the title.
Hey all, I was wondering if somebody could give me a quick hand with writing a tricky (at least, for me) SQL query.
I'm using flexinode as an address directory, and I have defined field 80 as 'Last Name'. Trouble is, I'm not sure how to write the SQL to fetch the results alphabetically, as there is no SQL field last_name. Somehow, I need to ORDER BY flexinode_data.textual_data WHERE flexinode_field.field_id = 80 (I think).