nix was auch im ie geht?
gibts da net was, was überall geht?
und der Finger ist immer noch nicht wieder da !! ):
oder war da je dein finger ???
jetzt bin ich mir grad überhaupt nicht sicher !! (;
danke aber schon mal !
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellennix was auch im ie geht?
gibts da net was, was überall geht?
und der Finger ist immer noch nicht wieder da !! ):
oder war da je dein finger ???
jetzt bin ich mir grad überhaupt nicht sicher !! (;
danke aber schon mal !
also ich hab das User Online Plugin installiert von der funktion perfekt !
Nic’s Welt wie hier zu sehen !! nur hätte ich gerne das da Gast steht anstat Guest und User anstat Users !
und das Users: soll ganz weg !
wie kann ich das machen ???
hier die 2 dateien
useronline.txt
useronline-widget.txt
es gibt auch noch eine "useronline-options.php" denke aber die ist uninteresant ! oder?
bitte um hilfe !!
danke
mfg niklas
hey Jungs,
ich hab meinen search button bissen geändert, aber jetzt hat er kein hover mehr und der Funger kommt auch net mehr der bei normalerweise bei inks und auch formularen kommt !!
hier mein css code
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
background-color:#FFFFFF;
color:#a5acb2;
width:60px;
border:1px
solid #a5acb2;
padding: 1px;
}
Alles anzeigen
fett wenn mir einer helfen könnte !!
mfg niklas
Hey Jungs,
hab mir mal der Wathericon von Viper installiert.
und das klapt auch richtig gut ! Nic’s Welt
unten rechts !
nur will ich jetzte eine Seite erstellen wo alle INformationen drauf sind nicht nur die 5 !
ZitatAlles anzeigenWeatherIcon Usage Information
- TODO: Add screenshots and/or instructions for activation via WordPress Sidebar
- TODO: Add screenshots and/or instructions for using WP-Dash plugin
- To Add Manually: add a snippet of code like this wherever you want the weather icon to appear (usually sidebar.php of your template):
<?php if (function_exists('WeatherIcon')) : ?>
<li>Regina, Saskatchewan
<ul><?php WeatherIcon(); ?></ul>
</li>
<?php endif; ?>
- Function Parameter Reference
WeatherIcon( ARGUMENTS_STRING, OPTION_ARRAY);- Description of the ARGUMENTS_STRING parameters (see the WordPress Codex for information on how to pass arguments to a function in a query string format).
location (string) The name of a location preset (see the Preset Locations section above for a list of valid names). Defaults to default preset location.station (string) The 4-letter ICAO airport indentifier code to display the weather for. Find a location code here: Meteorological Products Processed At The NWSTG. Defaults to ICAO of the specified location.latitude (string) The latitude value used to calculate sunrise/sunset times. Defaults to the location's latitude.longitude (string) The longitude value used to calculate sunrise/sunset times. Defaults to the location's longitude.gmt_offset (string) The gmt offset is used to calculate sunrise/sunset times. Defaults to the location's gmt offset.dst (boolean) The dst indicator is used to calculate sunrise/sunset times. Defaults to the location's dst indicator. Valid values are TRUE or FALSE.language(string) The language in which to display plugin. The language must match the name of the mo file in the languages directory w/o the extension. IE: deutsch.mo would be simply language=deutsch. Defaults to the language of the specified location.before(string) Text to display before each weather item description (i.e. the icon, the temperature, the wind, etc.). Defaults to <li>.after(string) Text to display after each weather item description (i.e. the icon, the temperature, the wind, etc.). Defaults to </li>.header_before(string) Text to display before the location name. Defaults to <b>.header_after(string) Text to display after the location name. Defaults to </b>.debug(boolean) Overrides global debug values. If true, all debug information (cache & condition) will be displayed, If false, all debug information will be supressed. Valid values are TRUE or FALSE.showall(boolean) Overrides global display options. If true, all output options will be activate. If false, the normal display options will be used (in the order specified). Valid values are TRUE or FALSE.showAllLocations(no value required) Loops through all defined locations and outputs their weather information in order.display(boolean) Sets whether to echo or print the function's results. Valid values are TRUE or FALSE.- Description of the OPTIONS_ARRAY parameters. Parameters can be set like array('parameter1'. 'parameter2', etc) and their order in the array is the order in which they are displayed. Valid parameters are:
display_locname display_icon display_temp display_heatindex display_windchill display_humidex display_dewpt display_wind display_humidity display_barometer display_conditions display_clouds display_cloudsdetailed display_visibility display_updatetime display_sunrise display_sunset
das steht in der Info!
ich hab es schon irgenwie probiert bin aber kein php ass !
kann mir einer helfen wie der php code aussehen muss das der alle angaben anzeigt?
exec php hab cih schon drauf !
danke
mfg Niklas
Danke !! (;
Link ändern ??
Hey da hab ich doch noch ne Frage ! (;
wenn man auf das * User Online selberdrauf klickt kommt ein bestimmter Link kann ich den auch ändern ??
und wenn ja wo den?
mfg Niklas
was den da??
Hey da viel mir grade noch ein Fehler auf !
wenn ich mit der Maus under den Wochentagen lang fahre oder unter dem kompletten Kalender fährt sich der Background weiß !! warum ??
und wie knn ich das abstellen??
mfg Niklas
Cool Danke
Ja gut hat Funktioniert !! ja das war das Problem was ich hatte !! (;
was meinst du mit " Total Size:5783119 bytes "
wegen den Bildern oder wie?
mfg Niklas
Hey Jungs,
ich hab da ein kleines Problem mit dem Design !
also ich hab mal den Kalender hinzugefügt und der passt ud sieht auch gut aus!!
hier Nic’s Welt
aber der zeigt leider nicht an welchen Tag wir heute haben !!
wie bekomm ich das hin ???
mein verdacht ist :
der värbt ja den hintergrund von der Zahl anders. und das der die halt genau in die hintergrund farbe benutzt um es anzuzeigen !
mfg Niklas
Hey ,
also ich hab mir mla das UserOnline Plugin geladen und installiert !
und jetzt zeigt der das bissen komisch an!! guck Nic’s Welt
hab zwar schon mla in den php code rein geguckt blick das aber net so !!
hier ist der mal !!
hoffe ihr wisst was zu tun ist !!
mfg Niklas
<?php
/*
Plugin Name: WP-UserOnline Widget
Plugin URI: http://www.lesterchan.net/portfolio/programming.php
Description: Adds a UserOnline Widget to display users online from WP-UserOnline Plugin. You need to activate WP-UserOnline first.
Version: 2.11
Author: GaMerZ
Author URI: http://www.lesterchan.net
*/
/*
Copyright 2007 Lester Chan (email : gamerz84@hotmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
### Function: Init WP-UserOnline Widget
function widget_useronline_init() {
if (!function_exists('register_sidebar_widget')) {
return;
}
### Function: WP-UserOnline Widget
function widget_useronline($args) {
extract($args);
$options = get_option('widget_useronline');
$title = htmlspecialchars($options['title']);
echo $before_widget.$before_title.$title.$after_title;
if (function_exists('useronline')) {
echo '<ul>'."\n";
echo '<li><div id="useronline-count">';
get_useronline();
echo '</div></li>'."\n";
if(intval($options['display_usersbrowsingsite']) == 1) {
echo '<li><div id="useronline-browsing-site">';
get_users_browsing_site();
echo '</div></li>'."\n";
}
echo '</ul>'."\n";
}
echo $after_widget;
}
### Function: WP-UserOnline Widget Options
function widget_useronline_options() {
$options = get_option('widget_useronline');
if (!is_array($options)) {
$options = array('display_usersbrowsingsite' => '0', 'title' => __('UserOnline', 'wp-useronline'));
}
if ($_POST['useronline-submit']) {
$options['display_usersbrowsingsite'] = intval($_POST['useronline-usersbrowsingsite']);
$options['title'] = strip_tags(stripslashes($_POST['useronline-title']));
update_option('widget_useronline', $options);
}
echo '<p style="text-align: left;"><label for="useronline-title">'.__('Widget Title', 'wp-useronline').':</label> <input type="text" id="useronline-title" name="useronline-title" value="'.htmlspecialchars($options['title']).'" />';
echo '<p style="text-align: center;"><label for="useronline-usersbrowsingsite">'.__('Display Users Browsing Site Under Users Online Count?', 'wp-useronline').'</label></p>'."\n";
echo '<p style="text-align: center;"><input type="radio" id="useronline-usersbrowsingsite" name="useronline-usersbrowsingsite" value="1"';
checked(1, intval($options['display_usersbrowsingsite']));
echo ' /> '.__('Yes', 'wp-useronline').' <input type="radio" id="useronline-usersbrowsingsite" name="useronline-usersbrowsingsite" value="0"';
checked(0, intval($options['display_usersbrowsingsite']));
echo ' /> '.__('No', 'wp-useronline').'</p>'."\n";
echo '<input type="hidden" id="useronline-submit" name="useronline-submit" value="1" />'."\n";
}
// Register Widgets
register_sidebar_widget('UserOnline', 'widget_useronline');
register_widget_control('UserOnline', 'widget_useronline_options', 350, 120);
}
### Function: Load The WP-UserOnline Widget
add_action('plugins_loaded', 'widget_useronline_init');
?>
Alles anzeigen
hallo?
Mach ich zum Teufel was falsch??? oder warum will mir keiner helfen ??
mfg Niklas
Hey Jungs,
hier erst mal meine Page ! Nic’s Welt
Also zu Lightbox ich möchte auch das haben wo die Pfeile zum wechelt zwischen den Bilder kommt in der Gallerie wie bekomm ich das hin ?? hatte mla so ne Anleitung vor der Nase die hab cih aber nicht gecheckt !!
und die andere Sache ist !!
wie kann cih die einzelnen Widgets wie Meta im quell text ändern ???
mfg Niklas aka Ness
bitte um hilfe
Hey Jungs ich hab die Überschrift komplett raus genommen.
Und den Titel qasi in das header bild rein geschrieben !!
jetzt will ich aber das wenn man auf den header klickt man auf die srart seite kommt !!
wie bekomm ich das hin??
hier mal mein header code !!
mfg Niklas aka Ness
bitte um Antwort
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archiv <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<style type="text/css" media="screen">
<?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg")repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?>
</style>
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>
<hr />
Alles anzeigen
Hey Jungs,
Ich bin einer der gerne viel knippst und ich hatte jetzt von einem event 140 Bilder oder so !
Die hab ich dann alle auf 1024:768 verkleinert und dann hochgeladen !
dann will ich sie einfügen über die option: "Importieren von Bildern vom Server: /www/htdocs...."
Ich benutzte übrigens myGallery
aber bei Bild 60 Bricht er ab !! einzelnt kann ich dann noch Bilder hinzufügen aber das ich mir zu umständlich !!
warum macht der den nciht alle 140 Fotos??
mfg Nic aka Ness DANKE