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.
any ideas how this can be done ? i believe the photo albums in question are an integrated functionality of phpBB and no add-on module. need to migrate about a 1000 pix...
both version 2 & 3 phpBB->drupal modules don't seem to have this functionality (just migrate user data, posts and comments into the forum & user module).
Gallery2 only integrates into phpBB and not vice versa to my knowledge. This would be ideal.
I m using joomla now but it seems that joomla is not as flexible as drupal. I really want to migrate to drupal.
I need some help from drupal users.
What I need to know:
Is there any module comparable to Sobi2(business directory) in Joomla and if there is not how much is complicated to develop one for drupal (I didn't take a look into module development until now).
Is there any thing in drupal like mosloadmodule in joomla.
I am planning to convert a client's custom online storefront to a Drupal-based solution, but neither of the primary e-commerce choices (e-Commerce and Ubercart) seem able to handle our product requirements.
We need to be able to define products that have variants but that are not universal variants (i.e., a Large isn't always +$5 or +25%). Nor do we want these variants displayed as separate products (because pretty much all the 300+ items in the catalogue work like this, and that would be insanely frustrating). So, like this:
I'm about to throw this whole thing in the trash. I have a site that I've been pane-painstakingly crafted to work exactly how I ant it... and now I can't get the guest user (or anonymous) to view content... What's worse --- the ONLY way I can get the guest user to see content is to enable the "administer content types" permission!!!! What in the world is going on? My best guess is I have some other component in my node that needs permission -- but I cannot for the life of me figure out what it is.... someone please help!!!
I have created a very simple view to list some nodes. Nothing is special about the actual query -- but here's the issue I'm facing...
So let's say I get an output of 10 nodes in my view. I want to be able to click on a node -- and when I do ... I do NOT want it to go to "node/#" instead I want that node ($node->nid" to big "plugged" into "event/$arg/overview" << in the argument... Basically what I'm saying is I want to re-write the link. I basically have a custom view that has urls similar to this..