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.
I've Windows XP SP2 (Apache 2.2, PHP 5, mySQL 5) !!
I installed drupal 4.7 successfully with all config files modified. (settings.php, creating drupal database and loading tables with database 4.1 mysql - successfully imported)
First try of Drupal (localhost)
1) I opened url: http://localhost/drupal/
the index page loaded successfuly and I clicked "create the first account" link
drupal 4.7 was successfully installed in my system but i could not embed video easily as i needed. So i've just reinstalled version 4.6 this time, in order to use the video module (4.6 only compatible) and now i want all the data that was stored in my old database to be transfered in a new, virgin database.
I want to display fixed line number for each content (page or story) in main page and next page. I prefer 5-6 lines. How can I do? If drupal don't let me to fix line how can I setup to drupal to show too few lines in main page from the content
For example in my test installation,
first content has about 50 lines, same content have seen as 45 lines in main page
second item also about 50 lines but have seen as only 4 lines in main page
I have got Drupal 4.7 running with the flatforum module and I have two problems:
- The forum index is shown at /forum/, while any subforums have an url like /forums/subforum-name/. What is with the extra 's' in the latter? This is even more weird because /forums/ does not exist at all (get a 404 error in the logs)
- The forum index does not look like a normal forum index. I only get to see the posts I have made, but not an overview of all the subforums (which should be).
I hope I am clear enough. If you need any more explanation, please let me know.