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.
Could someone provide help tracking this error. This is for Robert Rodriguez, democrat, running for congress against Buck Mckeon. A campaign volunteer made some configuration change which has completely broken the site. They did not back up, so I do not know how to begin to restore the site. I am desperate to help but it seems over my head.\
robert colt 888 491-6200 617 491-6200
If the code is following and it supposed to count all the nodes from favorites module tables
function favoritenodes_count ($uid) {
$sql = "SELECT COUNT(*) FROM {favorite_nodes} WHERE uid = %d";
return db_result(db_query($sql, uid));
}
and I understand that it is correct code :) how should I change it so that it will count the nodes per category - ie it counts how many favorite nodes I have in Acidfree favorites and how many favorites in Stories etc etc.
Using 4.7 and e-commerce - I need to modify the last page in checkout process. Last page is product page again, but I need to change this to custom-made page ? How can I accomplish that - cant find the code within ecommerce modules :(
I was successfully created a forum but for some reason, forum topics are not visible (attach) under their associated forums
Logon as admin:
1. I added a forum (let's say mine forum nid is 5)
2. On forum 5 (forum/5), I clicked on the 'Post new Forum Topic'
3. Then I added mine forum topic (node/add/forum/5) and saved the forum topic
Once I completed the above step, how can I attach the above forum topic (step 3) under forum/5 tree?
So I installed new and clear Drupal 4.7.3 and last TinyMCE, everything was working great.
Then I had to install "Internationalization" module and the problem is, that after instalation of "Internationalization" module, when I want to edit or create new content, TinyMCE panel does not show. When I disable "i18n" and "translation" in [administer -> modules] everything is OK again.
Can somebody help me?