[x] Navigation

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Encyclopedia Begriffe

This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ›  Hilfe

View previous topic :: View next topic  
Author Message
LisaS
Investigator
Investigator

Offline Offline
Joined: Nov 19, 2004
Posts: 20
Location: BGL
PostPosted: 16.12.2004 15:34
Post subject: Encyclopedia Begriffe

Ich möchte die Encylopedia modifizieren:

1. die Begriffe der einzelnen Buchstaben in alphabetisch sortieren, z.B. "A"

jetzt:

Automatic Transmission
Anti Theft Protection
Airbag
Air Condition
Active Cruise Control
Aerodynamik
Anti Freezing Fluid

Ziel:

Active Cruise Control
Aerodynamik
Airbag
Air Condition
Anti Freezing Fluid
Anti Theft Protection
Automatic Transmission

2. eine Übersicht aller Begriffe (A-Z) unter dem Link: [ Alle ]

3. die Begriffe mit den Umlauten (Ä, Ö, Ü) und Zahlen (0-9) ergänzen

Mehr eh nich... Wink
Hat das zuuufällig schon jemand so modifiziert?! Rolling Eyes


LisaS please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
LisaS
Investigator
Investigator

Offline Offline
Joined: Nov 19, 2004
Posts: 20
Location: BGL
PostPosted: 05.01.2005 14:12
Post subject: Re: Encyclopedia Begriffe

1. die Begriffe der einzelnen Buchstaben in alphabetisch sortieren, z.B. "A"
teilweise erledigt Confused

=> modules/Encyclopedia/index.php
Nur teilweise geschafft durch Ergänzen "ORDER BY title"
Array:
function terms($eid, $ltr)
....
$sql = "SELECT tid, title FROM ".$prefix."_encyclopedia_text WHERE UPPER(title) LIKE '$ltr%' AND eid='$eid' ORDER BY title";
Ergebnis: Alle mit DB importierten werden alphabetisch sortiert.
Nach Import hinzugefügte Begriffe werden extra sortiert.
<!-- BEGIN neu hinzugefügte Begriffe-->
CYP Cylinder Position Sensor
Car Body
CO-Kohlenmonoxid
Disc Brake
DOHC
EEC Computer
ELD-Electric Load Detection System
Elektronische Schlupf-Reduzierung ESR
Flowmaster
HC-Kohlenwasserstoffe
Kondensator
Monte Carlo bar
OHV
Reihenmotor
Sicherheitsgurt ( Geburtsstunde)
traction masters
Traction Masters
ZEV -Zero Emission Vehicle
Öl
302
<!-- END neu hinzugefügte Begriffe-->
<!-- BEGIN über DB importierte Begriffe-->

A / C
A / T
A Body
AAMA
ABC
ABE
Abgasnormen
Abgasrückführung
Abgasverhalten
ABS
ABS braking device
ABV
Active Cruise Control
Additive
Adjusting Sleeve
...
<!-- END über DB importierte Begriffe-->

2. eine Übersicht aller Begriffe (A-Z) unter dem Link: [ Alle ]
erledigt Smile

=> modules/Encyclopedia/index.php
An der gewünschten Stelle folgenden Code einfügen
(z.B. nach der alphabetischen Auflistung der einzelen Buchstaben eingefügt)

Array:
echo "<center><a href=\"".getlink("$module_name&amp;op=terms&eid=$eid")."\">[ Alle ]</a><br /><br /></td></tr></table></center><br />";

3. die Begriffe mit den Umlauten (Ä, Ö, Ü) und Zahlen (0-9) ergänzen
teilweise erledigt Confused

=> modules/Encyclopedia/index.php
Zumindest die Zahlen 0-9 sind drin. Wink

ca. Zeile 261 diesen Code

Array:
	if (ereg("[^a-zA-Z]",$ltr)) {
        die('Invalid letter specified!');

so ergänzen:

Array:
	if (ereg("[^a-zA-Z0-9]",$ltr)) {
        die('Invalid letter specified!');


Evtl. hat ja noch jemand nen Tipp für Punkt 1+3 ?! Razz

_________________
Nobody is Perfect. Wenn Ihr Nobody trefft, grüsst ihn von mir.

LisaS please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ›  Hilfe
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy