PDA


View Full Version : two problems... (Dynamics title and admin panel)


BWJ
08-12-2007, 05:33 PM
1)
I first managed to upload one instance of dynamics. Everything looked fine. Then I tried with a second instance. The installation went fine but when I changed the title in the admin panel:

Dynamics Title
The title of your vBadvanced Dynamics program. This will be displayed in the navbar, <title> tags, and other places throughout the program.

...the title on the home page was not TITLE2 but still TITLE1 (the first instance).

2)
Then I uninstalled everything... installed again.... (same problem) uninstalled ... installed again (still the same problem).
1) does still not work and futhermore I now have three instances of dynamics in the admin panel which I cannot remove. How do I do that?

Brian
08-13-2007, 10:31 AM
There shouldn't be any reason it would not save the title. If it was not though, you can still edit the settings and change the title there at any time.

For the secondary instances, the Admin CP options are created using XML files and uninstalling will not actually delete any files, so you would need to delete those files from your forum/includes/xml directory. They should be named something like this:

cpnav_vbadyna_{instance prefix here}.xml

BWJ
08-14-2007, 07:13 PM
Okay, problem 2) was solved. Thank you.

However, problem 1) is really a mystery for me. The problem is still the same TITLE1 appears both for instance 1 and 2 of Dynamics.

I know you are a very busy man - especially these days - but I hope you will find time to solve this. I guess it is some stupid little thing - maybe some thing I have made wrong my self... I will PM you the necessary information...

Brian
08-15-2007, 11:09 AM
Looks like you never added the code to your dyna_config.php file in your second instance to tell it which instance to use.


define('ADV_DYNA_PREFIX', 'medlinfo');

BWJ
08-15-2007, 07:33 PM
Brillant! it works now... Thank you very much for your immediate help! :)