Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 6
Seite [1]
microz


Rock the board




Beiträge: 86
# Thema - 04.04.2009 um 09:05 Uhr
hello

how can I limit the number of letters in navlist files?

grettings,
eduardo
Inaktiv
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Antwort: 1 - 04.04.2009 um 09:19 Uhr
mom


------------------
I like the part where it says 'nyan'



Zuletzt editiert von PAlle! ClanSphere Team am 04.04.2009 um 09:19 Uhr (2x Editiert)
Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 2 - 04.04.2009 um 09:28 Uhr
System -> Options -> Your Modul

^^


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
TeQu!La ClanSphere Team


Specialist




Herkunft: Grevenbroich
Beiträge: 2142
# Antwort: 3 - 04.04.2009 um 09:47 Uhr
i'm at work, you mean the navlist from the files section / modul?

If i understood you right then the way from jam doesent work:
04.04.2009 um 09:28 Uhr - Jam2:
System -> Options -> Your Modul

^^




------------------

ClanSphere - professional clan care starts here


Zuletzt editiert von TeQu!La ClanSphere Team am 04.04.2009 um 09:48 Uhr (1x Editiert)
Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 4 - 04.04.2009 um 09:58 Uhr
oh... sorry... didn't read "files" ^^

mod/files/navlist.php
$max = 4;

Example to
$max = 40;

Now there are 40


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
microz
Thread-Ersteller


Rock the board




Beiträge: 86
# Antwort: 5 - 04.04.2009 um 18:10 Uhr
I think that explains evil, due to space in the template, I limit the amount of letters for each dataset on navlist navlist / file.

example
defaul
file 1
file 2

new
fil...
fil...

add the following but it does not work

 
1.
2.
3.
4.
5.
6.
7.
1. / 2. / ... 
<?php 

$short 
strlen($cs_files['files_name']) <= 15 $cs_files['files_name'] : substr($cs_files['files_name'],0,15) . '...';

$cs_files[$run]['title_files'] = cs_secure($short);

 
?>


grettings

pd: i'm speak spanish :(


Inaktiv
|
Fr33z3m4n ClanSphere Team


Medal of Honor




Herkunft: Hamm
Beiträge: 11094
# Antwort: 6 - 04.04.2009 um 18:28 Uhr
example at news navlist
$short = strlen($news['news_headline']) <= 22 ? $news['news_headline'] : substr($news['news_headline'],0,22) . '...';



------------------
mfg
Patrick "Fr33z3m4n" Jaskulski

Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer.

Inaktiv
|
Antworten: 6
Seite [1]


Sie müssen sich registrieren, um zu antworten.