Startseite
  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche
Startseite › Drupalcenter.de ›

Allgemeines zu Drupal

Fragen und Probleme rund um die Installation und den Betrieb von Drupal (Core-Module).

Drupal 7 installiert keinen WYSIWYG Editor

Eingetragen von rhodes (631) am 28.12.2011 - 13:06 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x

Hallo zusammen,

ich habe mir Drupal 7 installiert. Das hat alles wunderbar funktioniert, bis auf eine kleine, lästige Ausnahme.

Die Aktivierung des WYSIWYG Editors klappt nicht. WYSIWYG ist als Modul aktiviert. Bei der Konfiguration heisst es, man sollte beispielsweise den Nicedit hier ablegen

sites/all/libraries/nicedit

  • 3 Kommentare
  • Weiterlesen

Summary und Body auf einer Seite darstellen

Eingetragen von danst0 (40) am 27.12.2011 - 13:21 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x

Hallo,

ich würde gerne in der Node-Ansicht neben dem eigentlichen Node-Text noch die Zusammenfassung (Summary) in einer kleinen Floating Box zeigen. Wie würde ich denn das bewerkstelligen?

Viele Grüße,

Daniel

  • 1 Kommentar

[geloest!] Installation auf Bindestrich-Domains: tatsächl unmöglich für Drupal!? ]- fixed - ich werf den Server in die Wupper!

Eingetragen von unleash (98) am 27.12.2011 - 08:31 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x

Hi Drupal-freunde - vorweg - vielen Dank für euren tollen Support.

Das ding ist geloest - danke für eure hiilfe. Ich schmeiss den SERVER weg..
mehr unten ...am ende dieses Postings.

  • 15 Kommentare
  • Weiterlesen

user picture field, Standardbild nach Geschlecht ausliefern

Eingetragen von Jenna (1883) am 26.12.2011 - 18:32 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x oder neuer

Hallo Drupaler,

ich nutze das Core Profile und user picture field.

Als Standardbild wird das default angezeigt, wenn der User noch kein eigenes Profilbild eingestellt hat, soweit wunderbar.

Ich würde nur gern je nach Geschlecht 2 unterschiedliche default Bilder ausgeben.

Bei der Registrierung ist das Auswahlfeld Mann oder Frau ein Pflichtfeld.

  • 2 Kommentare
  • Weiterlesen

[gelöst] Variable an form übergeben

Eingetragen von 1000 (764) am 25.12.2011 - 01:35 Uhr in
  • Allgemeines zu Drupal
  • Drupal 6.x

Hallo,

ich möchte die invite funktion von Drupal etwas anpassen. Eigendlich übergebe ich nur eine Variable und diese soll dann automatisch in die mail form eingetragen werden. Normalerweise geschieht dies über value in html. Mit der "Array Struktur" der Drupal invite form bin ich nicht so vertraut.

<?php
 
$form
['mails'] = array(
   
'#type' => 'textarea',
   
'#title' => t('Email addresses or usernames'), 
   
'#description' => t('Enter up to %max email addresses or usernames. Separate multiple addresses by commas or new lines. Each person will receive an invitation message from you.', array('%max' => $max))
  );
?>

Wie kann ich dort eine Variable in die Form automatisch einfügen? Von der Logik her müsste es in etwa so aussehen -->

<?php
 
$form
['mails'] = array(
   
'#type' => 'textarea',
'#value' => '$_request(username)',
   
'#title' => t('Email addresses or usernames'), 
   
'#description' => t('Enter up to %max email addresses or usernames. Separate multiple addresses by commas or new lines. Each person will receive an invitation message from you.', array('%max' => $max))
  );
?>

Das dies so nicht funktioniert ist mir auch schon klar. Einfache Anführungszeichen = kein ausgeführter Programmcode. Hat jemand evt. die Logik der Drupal Forms verstanden und kann mir da weiterhelfen?
?>

  • 2 Kommentare

[gelöst] [userid] oder [date] in Bildtool nutzen

Eingetragen von Praktikant (49) am 24.12.2011 - 16:08 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x oder neuer

Hallo zusammen und frohe Weihnachten.

Ich würde gerne die UserId , das aktuelle Datum und den Inhaltstyp nutzen, um Bilder beim Hochladen in einen Ordner zu verschieben.
Ist das irgendwie möglich?

Freundliche Grüße

Der Praktikant

Hat sich erledigt.
token und filefield_paths fehlten

  • Anmelden oder Registrieren um Kommentare zu schreiben

[geloest] Database configuration - scheitert immer .. kann ich das auch manuell machen!?

Eingetragen von unleash (98) am 24.12.2011 - 13:31 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x oder neuer

Hi Drupal-freunde - vorweg - frohe und frohmachende Weihnacht!

Geloest - das Thema ist geloest - und zwar gruendlich!

hier der thread - dennoch:

Hatte gestern schon mal gepostet - da war es der Konfigurationsfile .- jetzt - es gibt was neues. Ich denke dass ich einen neuen thread aufmache.

Während der installation scheitert immer ein schritt.

  • 18 Kommentare
  • Weiterlesen

configurations-file - ist das denn der richtige hier

Eingetragen von unleash (98) am 24.12.2011 - 00:55 Uhr in
  • Allgemeines zu Drupal

hallo und guten Abend,

- ich wollte man nachfragen - weil ich immer so heftige Schwierigkeiten habe beim Installieren von Drupal
und ähnlichem - ich hab eine Drupal-commons

Meine Frage ist folgende: ist denn das hier eine ganz ganz gewöhnlicher Drupal-Config-File!?
[es ist aus einer Drupal-Commons.... - um es offen zu sagen. Ich wollte / nein ich muss wissen ob die beiden indetisch sind.

Freu mich auf tipps. Ganz liebe Gruesse
unleash

<?php

<?php

/**
* @file
* Drupal site-specific configuration file.
*
* IMPORTANT NOTE:
* This file may have been set to read-only by the Drupal installation
* program. If you make changes to this file, be sure to protect it again
* after making your modifications. Failure to remove write permissions
* to this file is a security risk.
*
* The configuration file to be loaded is based upon the rules below.
*
* The configuration directory will be discovered by stripping the
* website's hostname from left to right and pathname from right to
* left. The first configuration file found will be used and any
* others will be ignored. If no other configuration file is found
* then the default configuration file at 'sites/default' will be used.
*
* For example, for a fictitious site installed at
* http://www.drupal.org/mysite/test/, the 'settings.php'
* is searched in the following directories:
*
*  1. sites/www.drupal.org.mysite.test
*  2. sites/drupal.org.mysite.test
*  3. sites/org.mysite.test
*
*  4. sites/www.drupal.org.mysite
*  5. sites/drupal.org.mysite
*  6. sites/org.mysite
*
*  7. sites/www.drupal.org
*  8. sites/drupal.org
*  9. sites/org
*
* 10. sites/default
*
* If you are installing on a non-standard port number, prefix the
* hostname with that number. For example,
* http://www.drupal.org:8080/mysite/test/ could be loaded from
* sites/8080.www.drupal.org.mysite.test/.
*/

/**
* Database settings:
*
* Note that the $db_url variable gets parsed using PHP's built-in
* URL parser (i.e. using the "parse_url()" function) so make sure
* not to confuse the parser. If your username, password
* or database name contain characters used to delineate
* $db_url parts, you can escape them via URI hex encodings:
*
*   : = %3a   / = %2f   @ = %40
*   + = %2b   ( = %28   ) = %29
*   ? = %3f   = = %3d   & = %26
*
* To specify multiple connections to be used in your site (i.e. for
* complex custom modules) you can also specify an associative array
* of $db_url variables with the 'default' element used until otherwise
* requested.
*
* You can optionally set prefixes for some or all database table names
* by using the $db_prefix setting. If a prefix is specified, the table
* name will be prepended with its value. Be sure to use valid database
* characters only, usually alphanumeric and underscore. If no prefixes
* are desired, leave it as an empty string ''.
*
* To have all database names prefixed, set $db_prefix as a string:
*
*   $db_prefix = 'main_';
*
* To provide prefixes for specific tables, set $db_prefix as an array.
* The array's keys are the table names and the values are the prefixes.
* The 'default' element holds the prefix for any tables not specified
* elsewhere in the array. Example:
*
*   $db_prefix = array(
*     'default'   => 'main_',
*     'users'     => 'shared_',
*     'sessions'  => 'shared_',
*     'role'      => 'shared_',
*     'authmap'   => 'shared_',
*   );
*
* Database URL format:
*   $db_url = 'mysql://username:password@localhost/databasename';
*   $db_url = 'mysqli://username:password@localhost/databasename';
*   $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';

/**
* Database default collation.
*
* All data stored in Drupal is in UTF-8. Certain databases, such as MySQL,
* support different algorithms for comparing, indexing, and sorting characters;
* a so called "collation". The default collation of a database normally works
* for many use-cases, but depending on the language(s) of the stored data, it
* may be necessary to use a different collation.
* Important:
* - Only set or change this value BEFORE installing Drupal, unless you know
*   what you are doing.
* - All database tables and columns should be in the same collation. Otherwise,
*   string comparisons performed for table JOINs will be significantly slower.
* - Especially when storing data in German or Russian on MySQL 5.1+, you want
*   to use the 'utf8_unicode_ci' collation instead.
*
* @see http://drupal.org/node/772678
*/
# $db_collation = 'utf8_general_ci';

/**
* Access control for update.php script
*
* If you are updating your Drupal installation using the update.php script
* being not logged in as administrator, you will need to modify the access
* check statement below. Change the FALSE to a TRUE to disable the access
* check. After finishing the upgrade, be sure to open this file again
* and change the TRUE back to a FALSE!
*/
$update_free_access = FALSE;

/**
* Base URL (optional).
*
* If you are experiencing issues with different site domains,
* uncomment the Base URL statement below (remove the leading hash sign)
* and fill in the absolute URL to your Drupal installation.
*
* You might also want to force users to use a given domain.
* See the .htaccess file for more information.
*
* Examples:
*   $base_url = 'http://www.example.com';
*   $base_url = 'http://www.example.com:8888';
*   $base_url = 'http://www.example.com/drupal';
*   $base_url = 'https://www.example.com:8888/drupal';
*
* It is not allowed to have a trailing slash; Drupal will add it
* for you.
*/
# $base_url = 'http://www.example.com';  // NO trailing slash!

/**
* PHP settings:
*
* To see what PHP settings are possible, including whether they can
* be set at runtime (ie., when ini_set() occurs), read the PHP
* documentation at http://www.php.net/manual/en/ini.php#ini.list
* and take a look at the .htaccess file to see which non-runtime
* settings are used there. Settings defined here should not be
* duplicated there so as to avoid conflict issues.
*/
ini_set('arg_separator.output',     '&amp;');
ini_set('magic_quotes_runtime',     0);
ini_set('magic_quotes_sybase',      0);
ini_set('session.cache_expire',     200000);
ini_set('session.cache_limiter',    'none');
ini_set('session.cookie_lifetime',  2000000);
ini_set('session.gc_maxlifetime',   200000);
ini_set('session.save_handler',     'user');
ini_set('session.use_cookies',      1);
ini_set('session.use_only_cookies', 1);
ini_set('session.use_trans_sid',    0);
ini_set('url_rewriter.tags',        '');

/**
* If you encounter a situation where users post a large amount of text, and
* the result is stripped out upon viewing but can still be edited, Drupal's
* output filter may not have sufficient memory to process it. If you
* experience this issue, you may wish to uncomment the following two lines
* and increase the limits of these variables. For more information, see
* http://php.net/manual/en/pcre.configuration.php.
*/
# ini_set('pcre.backtrack_limit', 200000);
# ini_set('pcre.recursion_limit', 200000);

/**
* Drupal automatically generates a unique session cookie name for each site
* based on on its full domain name. If you have multiple domains pointing at
* the same Drupal site, you can either redirect them all to a single domain
* (see comment in .htaccess), or uncomment the line below and specify their
* shared base domain. Doing so assures that users remain logged in as they
* cross between your various domains.
*/
# $cookie_domain = 'example.com';

/**
* Variable overrides:
*
* To override specific entries in the 'variable' table for this site,
* set them here. You usually don't need to use this feature. This is
* useful in a configuration file for a vhost or directory, rather than
* the default settings.php. Any configuration setting from the 'variable'
* table can be given a new value. Note that any values you provide in
* these variable overrides will not be modifiable from the Drupal
* administration interface.
*
* Remove the leading hash signs to enable.
*/
# $conf = array(
#   'site_name' => 'My Drupal site',
#   'theme_default' => 'minnelli',
#   'anonymous' => 'Visitor',
/**
* A custom theme can be set for the off-line page. This applies when the site
* is explicitly set to off-line mode through the administration page or when
* the database is inactive due to an error. It can be set through the
* 'maintenance_theme' key. The template file should also be copied into the
* theme. It is located inside 'modules/system/maintenance-page.tpl.php'.
* Note: This setting does not apply to installation and update pages.
*/
#   'maintenance_theme' => 'minnelli',
/**
* reverse_proxy accepts a boolean value.
*
* Enable this setting to determine the correct IP address of the remote
* client by examining information stored in the X-Forwarded-For headers.
* X-Forwarded-For headers are a standard mechanism for identifying client
* systems connecting through a reverse proxy server, such as Squid or
* Pound. Reverse proxy servers are often used to enhance the performance
* of heavily visited sites and may also provide other site caching,
* security or encryption benefits. If this Drupal installation operates
* behind a reverse proxy, this setting should be enabled so that correct
* IP address information is captured in Drupal's session management,
* logging, statistics and access management systems; if you are unsure
* about this setting, do not have a reverse proxy, or Drupal operates in
* a shared hosting environment, this setting should be set to disabled.
*/
#   'reverse_proxy' => TRUE,
/**
* reverse_proxy accepts an array of IP addresses.
*
* Each element of this array is the IP address of any of your reverse
* proxies. Filling this array Drupal will trust the information stored
* in the X-Forwarded-For headers only if Remote IP address is one of
* these, that is the request reaches the web server from one of your
* reverse proxies. Otherwise, the client could directly connect to
* your web server spoofing the X-Forwarded-For headers.
*/
#   'reverse_proxy_addresses' => array('a.b.c.d', ...),
# );

/**
* String overrides:
*
* To override specific strings on your site with or without enabling locale
* module, add an entry to this list. This functionality allows you to change
* a small number of your site's default English language interface strings.
*
* Remove the leading hash signs to enable.
*/
# $conf['locale_custom_strings_en'] = array(
#   'forum'      => 'Discussion board',
#   '@count min' => '@count minutes',
# );

?>

  • 4 Kommentare

Autor ins selbst erstellte Gästebuch

Eingetragen von entschke (33) am 23.12.2011 - 20:39 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x

Hallo zusammen,

wenn ich in Drupal 7 im Admin-Menü unter "Struktur" -> "Inhaltstypen" -> bei Artikel auf "Felder verwalten" gehe, gibt es "COMMENT FIELDS".
Darunter finde ich den "Autor".
Wie ich das sehe wird der Autor bei einem Angemeldeten Benutzer automatisch befüllt, bei einem Gast muss/kann Name, eMail und Webseite eingetratgen werden.

  • 7 Kommentare
  • Weiterlesen

Cache und Gästebucheinträge

Eingetragen von knarzer77 (7) am 23.12.2011 - 20:25 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x

Hallo,

auf meiner Drupal7-Seite gibt es eine Möglichkeit, anonym Gästebucheinträge zu hinterlassen. Dazu gibt es einen enstprechenden Inhaltstyp. Dabei ist es so, dass neue Einträge erstmal nicht sichtbar sind, was etwas irritierend ist. Das liegt am aktivierten Cache. Nun suche ich eine Möglichkeit, dieses unschönen Effekt zu beseitigen.

Theoretisch fallen mir folgende Varianten ein:

  • Anmelden oder Registrieren um Kommentare zu schreiben
  • Weiterlesen
  • « erste Seite
  • ‹ vorherige Seite
  • …
  • 404
  • 405
  • 406
  • 407
  • 408
  • 409
  • 410
  • 411
  • 412
  • …
  • nächste Seite ›
  • letzte Seite »

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • für drupal11 ein Slider Modul
  • [gelöst] W3CSS Paragraphs Views
  • Drupal 11 neu aufsetzen und Bereiche aus 10 importieren
  • Wie erlaubt man neuen Benutzern auf die Resetseite zugreifen zu dürfen.
  • [gelöst] Anzeigeformat Text mit Bild in einem Artikel, Drupal 11
  • Social Media Buttons um Insteragram erweitern
  • Nach Installation der neuesten D10-Version kein Zugriff auf Website
  • Composer nach Umzug
  • [gelöst] Taxonomie Begriffe zeigt nicht alle Nodes an
  • Drupal 11 + Experience Builder (Canvas) + Layout Builder
  • Welche KI verwendet ihr?
  • Update Manger läst sich nicht Installieren
Weiter

Neue Kommentare

  • melde mich mal wieder, da ich
    vor 3 Wochen 2 Tagen
  • Hey danke
    vor 3 Wochen 3 Tagen
  • Update: jetzt gibt's ein
    vor 3 Wochen 4 Tagen
  • Hallo, im Prinzip habe ich
    vor 4 Wochen 1 Tag
  • Da scheint die Terminologie
    vor 4 Wochen 1 Tag
  • Kannst doch auch alles direkt
    vor 4 Wochen 5 Tagen
  • In der entsprechenden View
    vor 4 Wochen 5 Tagen
  • Dazu müsstest Du vermutlich
    vor 4 Wochen 5 Tagen
  • gelöst
    vor 7 Wochen 2 Tagen
  • Ja natürlich. Dass ist etwas,
    vor 7 Wochen 3 Tagen

Statistik

Beiträge im Forum: 250233
Registrierte User: 20455

Neue User:

  • Znogsnernoimb
  • ByteScrapers
  • Mroppoofpaync

» Alle User anzeigen

User nach Punkten sortiert:
wla9461
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 0 User und 15 Gäste online.

Drupal Security

  • HTTP Client Manager - Less critical - Information disclosure - SA-CONTRIB-2025-126
  • Acquia Content Hub - Moderately critical - Cross-Site Request Forgery - SA-CONTRIB-2025-125
  • Disable Login Page - Critical - Access bypass - SA-CONTRIB-2025-124
  • Entity Share - Moderately critical - Access bypass, Information Disclosure - SA-CONTRIB-2025-123
  • Next.js - Critical - Access bypass - SA-CONTRIB-2025-122
Weiter

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association