Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 14

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 04.06.2004, 11:33   #1 (permalink)
Mamber
 
Join Date: Apr 2004
Location: Osnabrück [GER]
Posts: 67
xister is on a distinguished road
Send a message via ICQ to xister
Default Box fürs Module

Hi Leutz...

Habe mal eine Frage...
Wie bekomme ich es hin, das ich pro Module 1 Kästchen vergebe?

Also so wie das kleine Kästchen bei dem Usercounter.

Danke schonmal im voraus.

mfg
XiStEr
xister is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08.06.2004, 18:03   #2 (permalink)
Elite Mamber
 
-peter-'s Avatar
 
Join Date: Apr 2004
Posts: 1,283
-peter- is an unknown quantity at this point
Default Re: Box fürs Module

Sorry geht es etwas genauer``???´´

Gruss Peter
-peter- is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09.06.2004, 15:55   #3 (permalink)
Mamber
 
Join Date: Apr 2004
Location: Osnabrück [GER]
Posts: 67
xister is on a distinguished road
Send a message via ICQ to xister
Default Re: Box fürs Module

schau hier da habe ich rechts alle Module (EventKalender, nächste Termine) in ein Module geknallt und neue Dokumente und halt den Counter.

Wie bekomme ich es hin das ich für die neuen Dokumente z.B. eine neue Box generieren kann?
Also halt so ein schönes kästchen wie bei den anderen beiden auch.

Sieht ansonsten auf die Dauer zu unübersichtlich aus.

Wäre klasse wenn du mir weiterhelfen könntest.

mfg
XiStEr
xister is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10.06.2004, 16:45   #4 (permalink)
Expert Mamber
 
mrjinx's Avatar
 
Join Date: Apr 2004
Location: Germany
Posts: 433
mrjinx is on a distinguished road
Default Re: Box fürs Module

bin zwar nicht der -peter- kann aber helfen

das ganze ist nen bisschen komplizeirter aber machbar!

Punkt 1: backup dieser zwei dateien erstellen.
  • administrator/modules.php
  • templates/peeklime/index.php

natürlich im anschluß nicht die BACKUPDATEIEN editieren. denn falls was nicht klappt soll man ja nicht zu viel arbeit haben.


Punkt 2: editieren der administrator/modules.php
ab zeile 164 sollte das ganze so aussehen:
Code:
// build the order lists to be used to make the javascript arrays

	// hard code options for now
	$orders2 = array();
	$orders2['left'] = array();
	$orders2['right'] = array();
	$orders2['top'] = array();
	$orders2['bottom'] = array();
	$orders2['inset'] = array();
	$orders2['user1'] = array();
	$orders2['user2'] = array();
        $orders2['user3'] = array();
das rote mußt du hinzufügen.

Punkt 3: jetzt mußt du noch die angehängte peeklime.txt in index.php umbenennen und in den order templates/peeklime/ kopieren.

Punkt 4: ab in den modulverwaltung im adminbereich und für das gewünschte modul 'user3' anklicken. ->Fertig

so ich hoffe meine erklärung war nachvollziehbar und ich konnt helfen - sonst melde dich

Last edited by mrjinx; 10.06.2004 at 16:47. Reason: dicke finger
mrjinx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11.06.2004, 07:23   #5 (permalink)
Mamber
 
Join Date: Apr 2004
Location: Osnabrück [GER]
Posts: 67
xister is on a distinguished road
Send a message via ICQ to xister
Default Re: Box fürs Module

Vielen dank hat wunderbar geklappt und sieht nun auch übersichtlicher aus. Jedoch habe ich nun ganz oben auf der Seite ne kleine Fehlermeldung.

"; defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>

Wie bekomme ich die weg?

mfg
XiStEr
xister is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11.06.2004, 09:39   #6 (permalink)
Elite Mamber
 
-peter-'s Avatar
 
Join Date: Apr 2004
Posts: 1,283
-peter- is an unknown quantity at this point
Default Re: Box fürs Module

http://mambers.com/showthread.php?t=...ht=dreamweaver

Zitat:

In der Template Index File, erste Zeile

<?php echo "<?xml version=\"1.0\"?>"; defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
Zu viel ist ich erhalte so das defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> im Browser als erste Zeile oben wenn ich den Schluss Tag da oben hinsetzte!

Gruss Peter


EDIT;:

Oh ich sehe gerade das DWMX da seine eigenen Spielchen treibt der beendet es selbstständig oder schmeißt diese Bedingung ganz raus!! defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>

EDIT 2:

<?php echo "<?xml version=\"1.0\"?".">"; ?>"; defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
So sieht es nach dem speichern aus! Das Fette muß dann gelöscht werden
-peter- is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11.06.2004, 14:11   #7 (permalink)
Anastasia
Guest
 
Posts: n/a
Default Re: Box fürs Module

@ -Peter -
Was soll das denn ?
Es es angebracht im Forum bei Codes den Code-Button zu benutzen. GLAUBE MIR! Das sind falsche Umbrüche und Einrückungen und falsche Space drin.
BIS ZUM </head> sieht das SO aus:
PHP Code:
 <?php echo "<?xml version=\"1.0\"?>"defined'_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<!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
defined
'_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
<head>
<title><?php echo $mosConfig_sitename?></title>
<?php 
if($my->id){ 
    if(
$_REQUEST["task"] == "edit" || $_REQUEST["task"] == "new") { 
        include (
"editor/editor.php"); 
        
initEditor(); 
    } 

?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO?>" />
<?php include ("includes/metadata.php"); ?>
<script language="JavaScript" type="text/javascript"> 
<!-- 
function MM_reloadPage(init) { //reloads the window if Nav4 resized 
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { 
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} 
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); 

MM_reloadPage(true); 
//--> 
</script>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template;?>/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template;?>/images/favicon.ico" />
</head>
Oder willst mich nur ärgern? Sonst hättest Du den Link auf den S..t-Thread wegen Dreamweaver nicht gesetzt. DWMX macht da gar nix selbständig. Ist immer nur der Anwender.

Gruss

//Edit: -Peter- kannst mich ja per PN nochmal fragen!

Last edited by Anastasia; 11.06.2004 at 18:06.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yanc Subscribe Module 1.2 Released visualdensity Development Announcements 24 14.10.2005 14:06
Module displaying any content dulik Module 'How Do I' Questions 3 21.12.2004 21:05
New module - Info PC setup Development Announcements 4 18.06.2004 19:29
Module used as header... joseph_web Module 'How Do I' Questions 1 19.05.2004 08:40
New Module - General setup Development Announcements 0 01.05.2004 23:59


All times are GMT +2. The time now is 03:55.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.