1
Fastian
How can i Remove this ? (PD-Downloads)
  • 2005/7/19 1:06

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Hi

Sorry if i m asking something stupid.

I m using PD-Downloads and i want to remove these lines from index page of module.

-----------------------------------------------------------
Browse Downloads by alphabetical listing
[ 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | G | H | I ]
[ J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z ]
-----------------------------------------------------------

OR atlest how can i remove the first 9 digits ? ?

I looked in the temlpates folder but can not figure it out. So need a little help on this :)
I m not a Programmer
BUT
I m a Good Learner

2
Shine
Re: How can i Remove this ? (PD-Downloads)
  • 2005/7/19 8:00

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


OPen up again the template(s) and look for the line:
<div align="center" class="itemPermaLink"><{$catarray.letters}></div><br />

Uncomment them and your done.

If you only want to remove the digits open up: include/function.php and look for the line: (prox. 543)
function PDd_letters()
$alphabet = array ("0""1""2""3""4""5""6""7""8""9""A""B""C""D""E""F""G""H""I""J""K""L""M""N""O""P""Q""R""S""T""U""V""W""X""Y""Z");

Here you'll see the digits and letters. By removing or uncomment them (preferable) they wont get visible anymore.

Grtz., Shine

3
Fastian
Re: How can i Remove this ? (PD-Downloads)
  • 2005/7/20 5:01

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Thanks Shine

You saved my Day
I m not a Programmer
BUT
I m a Good Learner

Login

Who's Online

264 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 264


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits