Hi guys, I want to create a forum like this forum page, can any body help me out on what to do.
1) using css
2)How do i play with my front_page module.
3)How to recreate my interface, aside from using Php coding.
Hi
I'm trying to convert from wordpress 2.X to drupal 4.7 but I really couldn't use the script provided because it needs to change the php running time script and I can't because the host won't let me do it
is there any other way to sdo it?
thanx
bye
I need to move a blog site from b2Evolution 1.6 to Drupal. I've seen this post, b2evolution to drupal but I don't really know where to go from there.
I've posted a png diagram of the b2Evolution 1.6 database structure here. From what I can tell, the important tables are evo_posts and evo_comments. Right now in my b2evo site I have multiple blogs, but I only want to pull data from one blog.
I have convert my old database to drupal. I use phpmyadmin to insert some row in node table in drupal database, i also insert the some row (with the same nid in to node_revisions table). the problem is when i creating new node in drupal, the error occur: dulicate nid... But when i delete rows that i insert it 2 tables node and node_revisions, it work ok.
how do i solve that?
We're working on creating our specifications for a product in drupal. For each line item we'd like to have trackable conversations. Above comments, we'd like:
• track which items have open conversations
• open polls when we think the specification is complete
• close the conversation when everyone votes yes
We're ok with doing the voting manually. Esentially we're using a bug tracking database for the conversations, so we can track open or closed issues with a particular spec page in drupal, but cross linking these is error prone.