Forums » Installation

sorting exhibits

sam77
UNITED STATES
2010-03-01 21:30:26
Permalink Post
 

Lost the ability to sort exhibits a while back. The Admin program just randomly lost that function at some point. Have had to go into mysql and change order manually ever since. Is there a way I can repair the Admin so that I can use that function again?

website www.bigday.la

arsondpi A
GREECE
2010-03-01 22:15:28
Permalink Post
 

...I don't know what sort of hacks and customizations you made but I would back up my files, folders and database. Then I would try reinstalling - make sure you read this thread.

sam77
UNITED STATES
2010-03-07 08:19:30
Permalink Post
 

I didn't do any hacks. I'm sort of nervous reinstalling the whole site plus think that seems like over kill, all that has been changed is the css and the addition of the expanding menus js. beyond that stuff is basically original. If anyone has an idea why the hover doesn't function consistently on menu text in safari, but does in chrome and firefox would be really helpful. I'm figuring its some conflict in my css naming but I haven't been able to locate that conflict. I'm a newbie to this stuff, so figure this code has gotta have some problem in it.

rickykappa A
ITALY
2010-03-07 11:11:46
Permalink Post
 

hi Sam, you have this:
    expandingMenu(1);
    expandingMenu(2);
    expandingMenu(3);
    expandingMenu(4);
    expandingMenu(5);
but you have 7 sections, therefore your first and last menu items are out of control, should be:
    expandingMenu(0);
    expandingMenu(1);
    expandingMenu(2);
    expandingMenu(3);
    expandingMenu(4);
    expandingMenu(5);
    expandingMenu(6);
try it and see how it works

sam77
UNITED STATES
2010-03-07 21:37:24
Permalink Post
 

tried it and it didn't change anything except make the other sections expandable, but thanks for trying to help me out ricky.

I was looking through the forums and found this posting.

We're pushing out an upgrade to Indexhibit as a very small bug was introduced in v0.70d.

First off, some updates were made for the Greek interface translation.

If you installed v0.70d and are sorting your Index using 'chronological' you might experience your exhibits appearing on your site out of order - this has been fixed. If you have this problem you can update just one file to deal with it - /ndxz-studio/plugin/index.php.

If you are looking for more complete upgrade instructions they can be found on the Indexhibit release page.

No other changes have been made to Indexhibit at this time.

I'm using version v0.70d, would this explain the sorting problem I'm having. I downloaded the v0.70e version but wasn't sure which index.php file I should be replacing.

from all the background studying I'm doing on this I think that my inconsistent menu rollovers in Safari and exhibit sorting problem are connected.

If anyone has a lead on what file I need to replace to correct the v0.70d sorting issue I'd be much appreciative.

sam77
UNITED STATES
2010-03-08 07:41:48
Permalink Post
 

does anyone know which file needs to be replaced in v0.70d to get repair the sorting bug.

Showing 1 - 6 of 6 posts in Forum > Installation > sorting exhibits
 

You need to be logged in to post.