When I click on the any user name, it shows the user's recent blog entries and how many days the user has been member for. But I also want a link to be displayed that will show the recent posts by the user apart from blog entries. How do I do that?? Thanks in advance!
I am trying to assign multiple taxonomy terms to one node, specifically a forum node. I simply want to be able to have multiple terms, so I can tag a forum thread with multiple terms. For instance I want a forum post to be tagged, clothes, shoes, GAP. This is the error I get when I try to do multiple tags.
I install the Drupal 7.0 but it was running there has some problem to following steps. I don't know why there is no file folder as its mention, is it need to create a new file name folder there, and it also mentioned I can't re-write the name of settings.php, if someone can let me know how to solve it, i am totally appreciate. There is a screen shot for your reference. as below:
Attempting upgrade from D6.20 to D7-rc4. My update.php process failed, and for an error I got:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mydb.d7_block_custom' doesn't exist: SELECT bid, info FROM {block_custom} ORDER BY info; Array ( ) in block_block_info() (line 209 of /modules/block/block.module).
There were a bunch of "Notice: Undefined property: stdClass::$disabled in _node_types_build()" messages in there too, but I assume being notices I can ignore them.
I have a clean (non-upgrade) RC4 installation, so I copied the blocks_custom table from that install into the db I'm trying to upgrade. The table is empty so I hoped that the structure would be correct.
Copying that table seems to have gotten me past that error. The next was the same error but with table 'block'. Comparing a D6 db to a D7 db it looks like those are the same table. So I manually renamed by 'blocks' table to 'block' along with 'blocks_roles' to 'block_role.'