I have just intall Drupal 4.0. No problem encontered during the installation, but now there is nothing in homepage : Just logo but no menu, no content, no footer...
Why this problem ?
Please help me because this soft is exactly that I search since longs weeks and it's very stupid to no arrive to use it !!!
Thanks
P.S. : Sorry for my bad english but I'm French... Is there franch translation or french documentation of drupal ???
Hi all.
I've installed the image.module in a drupal v4.0.0, and when trying to upload an image, I just fill the form, click Preview and then I get returned to a blank image upload form page, without uploading the image.
ive noticed that a lot of sites have the 1 2 3 ... next pg prev pg stuff at the bottom of the blog/news page in a custom font, and i can't seem to find where you set that. can anyone tell me? ive check every module and php i can think of, and i just cant find it... thanks in advance for any help
1. there was an error (500), I've solved it (removed .htacess)
2. current error: can't execute create table (but it can connect) to mysql server. connection string is correct and absolutely valid. PHPMyAdmin is able to work with the same values to create tables at this database...how can I solve the problem? maybe I can create tables via PMA? where is an sql then?
P.S. note, I have no access to server's command line etc... just ftp.
I'm not talking about the movie(s). I'm referring to the moderation matrix in the comments admin portion. Has anyone made heads or tails of this? I'm used to the moderation model used on SlashDot, so maybe this is where I'm failing (preconceived notions and all).
when an authenticated user posts a comment, the initial score is 1 (this seems to work)
users who can vote can have up to two choices: a good vote and a bad vote and they will be listed in that order (this also seems to be the case)
only authenticated users can vote, and they will have access to both the good vote and the bad vote (works)
if an authenticated user votes 'good' on a comment, the score of that comment will be incremented by 2 (this is where things get fuzzy...the value of comments.score is not incremented)
if an authenticated user votes 'bad' on a comment, the score of that comment will be decremented by 1 (this seems to work, but if the value in the matrix is less than -1, the math falls apart)
Has anyone had any luck/experience with this? Is moderation in a usable state? Is it broken? Or am I just totally ignorant about how to use it? Any insight would be greatly appreciated....