This just recently started happening: When I try to do anything that involves a Submit button, I get and error that says http://index.php not found. I've upgraded to 4.6.8, but still the problem persists. I thought maybe it was in the .htaccess files, but it all seems OK. Does anyone know what could be the problem?
I installed the Insert Block module, but I am having a tough time understanding how to use it.
Where do you put this command:
[block:name of module=delta of block]
Do you put it into the Story you create?
Also, how do I know the name of the module it wants and what is the delta? What if it's a block I created on my own? Is it dependent on a module created block?
I'm banging my head on MySQL queries and I sorta wondered if someone smarter than me could tell me where I'm messing up....
On the main page of my site is a list of the bloggers that post on my site (to see an example, go here: http://www.conmon.com/drupal. The code that generates this is this:
<?php
global $user;
result = db_query(db_rewrite_sql("SELECT * FROM {users} u"));
while ($user_info = db_fetch_object($result)) {
if ($user_info->uid) {
profile_load_profile($user_info); //load the profile for that user
if ($user_info->profile_blog_title) {
print '
Hi,
I am using the image and image_assist modules to add images to text areas. This has placed an "image" link on the main page when I select "create content" from the navigation block. I really want to remove this item from the page. I have removed it from the menu block but cant find a way to remove it from the main page. Is there some php I need to edit etc or a table i need to update in the mysql database? i am open to ideas but dont know where to start on this problem.
There is a "quote" link appearing in the links area of some nodes. By "links area" I mean where the "read more" and other links appear in the node. With some (but not exhaustive) attempts to isolate, this link seems to be appearing on random nodes.
This "quote" link just began appear a couple of days ago. I have been adding some modules, but I do not have the "quote" module installed. I haven't even downloaded the "quote" module.
I have two roles defined. For role 1, I would like to have comments set on "read/write" as the default setting. For role 2, I would like to have comments set on "Disabled" as the default setting. Is this possible, and, if so, any suggestions as to how I can do it?