1
exotics
Animal/Pedigree module
  • 2013/4/8 22:20

  • exotics

  • Just popping in

  • Posts: 25

  • Since: 2013/4/5 1


Hi all,
Ive installed xoops and this module with out any issues (well major ones)
When you do the settings for the module it allows you to change the names for male and female animals and such.
But when looking at it via the pedigree it still says at the bottom
Individual dog Keep me informed about changes to this dog's information
as well as 'add a dog' is there any way I can change this?

2
luwie
Re: Animal/Pedigree module
  • 2013/5/5 9:07

  • luwie

  • Just popping in

  • Posts: 26

  • Since: 2009/9/6 7


I found where you can chance the "sub"menu buttons for the pedigree menu.
So you can change the "dog" or any ohter text in the buttons.

Goto the directorie Modules/Pedigree

And open the file:

xoops_version.php

You can edit the file with notepad++ or some other editor.

Now goto row 221,where it says // Menu contents

$i=0;
$modversion['hasMain'] = 1;
$modversion['sub'][$i]['name'] = 'View/Search';
$modversion['sub'][$i]['url'] = "index.php";
$i++;
$modversion['sub'][$i]['name'] = 'Add a Schapendoes';
$modversion['sub'][$i]['url'] = "add_dog.php";
$i++;
$modversion['sub'][$i]['name'] = 'Add a litter';
$modversion['sub'][$i]['url'] = "add_litter.php";
$i++;
$modversion['sub'][$i]['name'] = 'View owners/breeders';
$modversion['sub'][$i]['url'] = "breeder.php";
$i++;
$modversion['sub'][$i]['name'] = 'Add owner/breeder';
$modversion['sub'][$i]['url'] = "add_breeder.php";
$i++;
$modversion['sub'][$i]['name'] = 'Advanced info';
$modversion['sub'][$i]['url'] = "advanced.php";
$i++;
$modversion['sub'][$i]['name'] = 'Virtual Mating';
$modversion['sub'][$i]['url'] = "virtual.php";
$i++;
$modversion['sub'][$i]['name'] = 'Latest additions';
$modversion['sub'][$i]['url'] = "latest.php";
$i++;
$modversion['sub'][$i]['name'] = 'Webmaster tools';
$modversion['sub'][$i]['url'] = "tools.php?op=index";

All the text in Blue can be changed.

Hope this helps

Greetings Theo

Login

Who's Online

171 user(s) are online (109 user(s) are browsing Support Forums)


Members: 1


Guests: 170


Mamba,

more...

Donat-O-Meter

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

Latest GitHub Commits