vielen Dank für die aktuelle Sprachdatei und auch ansonsten für Deine sehr hilfreiche Seite (ich hatte sie gerade vor ein paar Tagen erst entdeckt und mir schicke templates heruntergeladen, freue mich auchschon auf dein kylasand!)
Beiträge von nepf
-
-
ich bin bei http://www.abnetz.de/.
Ja, ja das sieht nach einem reinem windows-hoster aus - aber das ist nur der Schwerpunkt.
Schreib Herrn Brons mal ne mail. Der hostet auch auf linux/Apache mit der confixx-Oberfläche.
Ich bin super zufrieden - vor allem der support ist immer fix und sehr persönlich. -
wie empfohlen habe ich den Zeichensatz auf iso-8859-1 eingestellt.
Nun heißt es bei passworten geschützten Seiten:
Geschützt
anstatt
Geschütztwie kann ich das wo einfach ändern?
-
als jemand, der selbst ein phpBB-Forum betreibt fühle ich mich ja jetzt ein wenig verunsichert.
Warum seid ich auf VBulletin umgestiegen?Ein Hinweis:
Bei meinen Abos erhalte ich keine benachrichtigungsmail, obwohl ich es so eingestellt habe, da stimmt noch was nicht. -
[INDENT][INDENT][size=8]nanu, ich habe ja gar keine Benachrichtigungsmail bekommen, obwohl ich das so in meinem Profil eigestellt habe (ein bug im neuen Forum?, vielleicht spinn ich auch)[/SIZE]
[/INDENT][/INDENT]
Naja bei EventCalendar sind Termine ja Blogeinträge, die zur entsprechenden Kategorie gehören, insofern läuft es auf das gleiche hinaus.
Gesucht habe ich natürlich auch schon aber leider erfolglos.
Aber viele Leute finden und kennen ja mehr.Wär super
-
Auch wenn jetzt ganz viele um die Integration von plugins gebeten haben - Gerade das würde ich nicht empfehlen.
Als ich frisch auf WordPress gestoßen bin, war das gerade eine der Stärken, dass das Programm ganz kompakt daher kommt, kleiner download, kleiner upload und dann so schöne übersichtlich.
Als newbee steigt man umso schlechter durch, je mehr plugins vorinstalliert sind, und mir hat es viel Spaßm gemacht meine Blogs so nach und nach genau so zu erweitern, wie ich es brauche.Ich plädiere für eine Minimalversion!
-
Folgende Fragestellung:
Ich möchte den EventCalendar3.0 verwenden - habe ihn eigebaut - so weit so gut.
Nun habe ich aber richtig viele Veranstaltungen.
Die würde ich gern offline erstellen, am liebsten in einer Excel-Tabelle, dann kann ich regelmäßige Termine einfach "runterziehen".
Wie auch immer, so eine offline erstellte Termintabelle möchte ich dann ins WP importieren.
Das könnte und kann ich natürlich über phpMyAdmin - kein Problem, aber ich möchte diese Möglichkeit gern auch anderen usern (Team-Mitgliedern) geben, denen ich allerdings und auf keinen Fall Zugang zu phpMyAdmin geben möchte.Lange Rede - kurzer Sinn:
Ich suche eine Möglichkeit, Beiträge offline zu erstellen und dann zu importieren. Kennt da jemand eine Lösung? -
In diesem Forum ist es aber auch einfach zu und zu schön :!: :D
1000000000000000000mal Dank
-
ach ja - sorry - wie sollt Ihr mir helfen, wenn Ihr den code nicht sehen könnt. :?
Hier also di index.phpPHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/1"> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> </head> <body id="home"> <div id="rap"> <?php get_header(); ?> <div id="content"> <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?> <div class="post"> <?php require('post.php'); ?> <?php comments_template(); // Get wp-comments.php template ?> </div> <?php endforeach; else: ?> <?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <p align="center"><?php posts_nav_link() ?></p> </div> <div id="sidebar"> <h2><?php _e('About the Site:'); ?></h2> <ul>[*]<?php bloginfo('description'); ?>[/list] <h2><?php _e('Links'); ?></h2> <ul><?php get_links('-1', '[*]', '', ' '); ?>[/list] <?php get_sidebar(); ?> <?php if (function_exists('wp_theme_switcher')) { ?> <h2>Themes</h2> <?php wp_theme_switcher(); } ?> <h2><?php _e('Meta'); ?></h2> <ul> <?php wp_register(); ?> [*]<?php wp_loginout(); ?> [*][url="http://validator.w3.org/check/referer"]"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?>[/url] [*][url="http://jigsaw.w3.org/css-validator/check/referer"]Valid CSS[/url] [*][url="http://gmpg.org/xfn/"]<abbr title="XHTML Friends Network">XFN</abbr>[/url] [*][url="http://wordpress.org/"]">WordPress[/url] <?php wp_meta(); ?> [/list] </div> <?php get_footer(); ?> </div> </body> </html>
Die fragliche Zeile 24 ist die hier: -
Ich habe versucht bei einem neuen WordPress das schöne Theme FastTrack einzubauen - aber ich bekomme immer diese Fehlermeldung
Zitat
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/lib/php/post.php) is not within the allowed path(s): (/var/www/web8/html/:/var/www/web8/phptmp/:/var/www/web8/files/:/var/www/web8/atd/) in /var/www/web8/html/xxx/wp-content/themes/fasttrack/index.php on line 24Warning: main(post.php) [function.main]: failed to open stream: Operation not permitted in /var/www/web8/html/xxx/wp-content/themes/fasttrack/index.php on line 24
Fatal error: main() [function.require]: Failed opening required 'post.php' (include_path='.:/usr/lib/php') in /var/www/web8/html/xxx/wp-content/themes/fasttrack/index.php on line 24
Ich krieg langsam zu viel, in einem anderen Wordpress funktioniert es super, habe xMal die files verglichen und nochmals hochgeladen ...
hat jemand ne rettende idee? -
Ich betreibe ein phpbb-Forum, so eins wie dieses hier.
Nun möchte ich für ein bestimmtes Projekt ein WordPress einrichten, dass allerdings nur und ausschließlich für die erreichbar sein soll, die sich im phpbb-Forum eingeloggt haben.Also:
- erst im Forum einloggen
- dann erst funktioniert ein link zum WordPressgeht das irgendwie zu machen, vielleicht so, dass WordPress nach dem phpbb-cookie fragt? Aber wie macht man das? Oder anderer Weg?
-
geil, sensationell, das gehört also zum ganz normalen Funktionsumfang von WordPress, aber mir muss man so etwas eben sagen. :oops:
1000 Dank, Monika
-
Ich möchte unterschiedlichen statischen Seiten gern unterschiedliche templates oder wenigstens ein unterschiedliches css zuordnen.
Kennt jemand dafür ein plugin?
-
Ja - vielen Dank, so geht's. :D
-
Also - der event-Kalender hat gar kein eigenes css, ich habe das ganze Ding nämlich selbst zusammengefriemelt (weil ich nichts geeignetes gefunden habe). Die events werden aus der db ausgelesen und einfach als Liste dargestellt.
Si sieht meine termine.php aus
PHP
Alles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <LINK REL=STYLESHEET TYPE="TEXT/CSS" media="screen" HREF="style.css"> </HEAD> <BODY> <div id="wrapper"> <?php mysql_connect('*****','*****','*****) OR DIE ("Konnte nicht mit MySQL verbinden."); @mysql_select_db('*****') OR DIE ("Konnte nicht mit Datenbank auf MySQL verbinden."); // löschen alter Termine $sql_get_events = "DELETE ". "FROM a_termine ". "WHERE datum < CURDATE()"; $qry_get_events = mysql_query($sql_get_events); // SQL-Statement $sql_get_events = "SELECT * ". "FROM a_termine ". "WHERE datum >= CURDATE() ". "ORDER BY datum,zeit ASC"; // Abfrage ausführen $qry_get_events = mysql_query($sql_get_events); // Ausgabe setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge'); ?> <table style="text-align: left; width: 80%;" border="0" cellpadding="2" cellspacing="2"> <tbody> <?php while ($event = mysql_fetch_object($qry_get_events) ) { ?> <tr> <td style="width: 40%; text-align: right;"><?php echo strftime("%d. %B %Y",strtotime($event->datum));?> <?php echo strftime("%H:%M",strtotime($event->zeit)); ?> Uhr</td> <td style="width: 60%;"><h3><?php echo $event->titel; ?></h3> Leitung: <?php echo $event->leitung; ?></td> </tr> <?php } ?> </tbody> </table> <?php mysql_close(); ?> </div> </BODY> </HTML>Die style.css stammt aus dem wp-template Almost-Spring:
Code
Alles anzeigenbody { margin: 0pt; padding: 0pt; background: rgb(232, 232, 206) url(images/bg.gif) repeat-x fixed 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: 78%; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; color: rgb(51, 51, 51); text-align: center; } p { margin: 1.2em 0pt; line-height: 1.5em; font-size: 1em; } ol, ul { margin: 1.2em 0pt 1.2em 2em; padding: 0pt; font-size: 1em; line-height: 1.5em; } h1, h2, h3, h4, h5, h6 { margin: 1.2em 0pt; font-family: "Lucida Grande",Tahoma,Arial,sans-serif; color: rgb(155, 187, 56); } h1, h2 { font-size: 1.4em; } h3 { font-size: 1.3em; } h4 { font-size: 1.2em; } a { text-decoration: none; } a:link { color: rgb(229, 135, 18); } a:visited { color: rgb(185, 111, 23); } a:hover, a:active { color: rgb(155, 187, 56); } input, textarea, select { border: 1px solid rgb(193, 192, 181); background-color: rgb(250, 250, 240); color: rgb(51, 51, 51); font-size: 1em; font-family: "Lucida Sans Unicode",Tahoma,Arial,sans-serif; } blockquote { border-left: 4px solid rgb(232, 231, 208); margin: 0pt 20px; padding: 0pt 20px; font-size: 0.9em; } code { font-family: monospace; color: rgb(102, 102, 102); } form, img { border: 0pt none ; margin: 0pt; padding: 0pt; } .small { font-size: 0.9em; color: rgb(153, 153, 153); } #wrapper { margin: 0pt auto; width: 750px; background-color: rgb(255, 255, 255); text-align: left; } #header { border-bottom: 10px solid rgb(155, 187, 56); padding: 30px 0pt 0pt; background-color: rgb(245, 245, 231); } #header h1 { margin: 0pt; font-size: 1.8em; } #header h1 a { text-decoration: none; color: rgb(128, 144, 79); } #content { padding: 0pt 20px; float: left; voice-family: inherit; width: 480px; } html > body #content { width: 480px; } * html #content { overflow: hidden; } #sidebar { padding: 1.8em 20px 0pt; float: left; font-size: 0.9em; voice-family: inherit; width: 190px; } html > body #sidebar { width: 190px; } #footer { clear: both; font-size: 0.9em; text-align: right; } #footer p { border-top: 10px solid rgb(155, 187, 56); margin: 0pt; padding: 10px 0pt 20px; background-color: rgb(232, 232, 206); font-size: 0.9em; text-align: right; } #sidebar h2 { margin: 1.2em 0pt 0.6em; padding: 0pt 10px 0pt 0pt; background: transparent url(images/arrow.gif) no-repeat scroll right center; display: inline; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: 1.1em; } #sidebar ul { margin: 0pt; padding: 0pt; list-style-type: none; } #sidebar ul li { } #sidebar ul ul { border-top: 1px solid rgb(232, 231, 208); margin: 1.2em 0pt; background-color: rgb(250, 250, 240); } #sidebar ul ul li { border-bottom: 1px solid rgb(232, 231, 208); padding: 0pt 0pt 0pt 10px; } #sidebar ul ul li a { margin: 0pt 0pt 0pt -10px; padding: 2px 10px 0pt; display: block; voice-family: inherit; width: 170px; } html > body #sidebar ul ul li a { width: 170px; } #sidebar ul ul li a:hover { background-color: rgb(255, 255, 255); } #sidebar ul ul ul { border: medium none ; margin: 0pt; } #sidebar ul ul ul li { border-top: 1px solid rgb(232, 231, 208); border-bottom: medium none; margin: 0pt 0pt 0pt -10px; padding: 0pt 0pt 0pt 25px; } #sidebar ul ul ul li a { margin: 0pt 0pt 0pt -25px; padding: 2px 10px 0pt 25px; voice-family: inherit; width: 155px; } html > body #sidebar ul ul ul li a { width: 155px; } .post { } .posttitle { margin-bottom: 0pt; width: 100%; color: rgb(255, 255, 255); overflow: auto; } .posttitle a { padding: 0pt 10px; background: rgb(155, 187, 56) url(images/posttitle.gif) no-repeat scroll right top; float: left; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; } .posttitle a:link, .posttitle a:visited { color: rgb(255, 255, 255); } .posttitle a:hover, .posttitle a:active { background: rgb(232, 231, 208) url(images/posttitle.gif) no-repeat scroll 100% -91px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; color: rgb(128, 144, 79); } .postmeta { background: transparent url(images/postmeta.gif) no-repeat scroll left top; margin-top: 0pt; padding-top: 1px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: 0.9em; color: rgb(153, 153, 153); } .postentry { } .permalink { margin: 0pt 1.8em 0pt 0pt; padding: 0pt 0pt 0pt 14px; background: transparent url(images/permalink.gif) no-repeat scroll left center; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; } .commentslink { padding: 0pt 0pt 0pt 17px; background: transparent url(images/commentslink.gif) no-repeat scroll left center; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; } #commentlist { border-bottom: 1px solid rgb(232, 231, 208); margin: 1.2em 0pt; padding: 0pt; list-style-type: none; } #commentlist li { border-top: 1px solid rgb(232, 231, 208); padding: 1px 20px; background-color: rgb(255, 255, 255); } .alt { background-color: rgb(250, 250, 240) ! important; } .commenttitle { margin-bottom: 0pt; font-size: 1.1em; } .commentmeta { margin-top: 0pt; font-size: 0.9em; color: rgb(153, 153, 153); } #rumwallbtn input.styled { } #rumwallform { } #rumwallform table { width: 100%; } #rumwallform textarea { width: 98%; height: 100px; }Daraus habe ich in meiner termine.php lediglich:
<BODY>
<div id="wrapper">
<h3>funktioniert ja auch so halb, wie gesagt, Seitenhintergrund, Schrifttyp und Schriftfarbe stimmt - nur die Schriften sind riesig.
Darauf kann ich mir keinen Reim machen, weil de style.css die font-size: 78% definiert ...Aber ich bin eben alles andere als ein Profi - lacht mich also bitte nicht aus, und vielleicht findet Ihr ja meinen sicher sehr dummen Fehler
-
Ich möchte einen externen event-Kalender in mein wordpress einbinden.
Ich habe nun im event-Kalender die css-Datei meines templates eingebunden, funktioniert auch so halb, Seitenhintergrund, Schrifttyp, Schriftfarbe ... nur alles ist viel zu riesig.
Hat da schon jemand ne Idee von Euch woran das liegen könnte, oder welche Infos muss ich noch nennen?
-
Hi Ebi,
vielen Dank!
Ich stelle mir das zwar anders vor, möchte vor allem die This month's events-Taelle haben, aber du bringst mich schon mal auf die richtige Spur.Da muss ich wohl mal basteln und knobeln!
Bin natürlich weiter an Lösungen dieser Frage interessiert - so viel kann ich nicht. -
hat schon mal jemand PHP iCalendar als Seite in ein Wordpress eingebaut und dem Template angepasst und kann mir sagen, wie das geht?
-
Ich komme ein wenig spät, aber wirklich oberbillig und dazu mit einem unglaublich schnellen und freundlichen support:
das sieht dort so aus, als ob er nur asp-Umgebungen anbietet, aber einfach mal ne Mail schicken und sagen, was ihre wollt.
Wer keine Angst vor Windows-Server hat (mein wordpress läuft dort tadellos) bekommt z.B.10 MB
mit php
1 x MySQL
für sage und schreibe € 2,-- (zwei!)wie gesagt, einfach sagen was man haben will, der Typ ist sehr kulant und beweglich und wirklich billig (und ich glaube einen Linux hat er inzwischen auch!)
-
ja, okey - dankeschön, so mach ich das dann.