2. Search Categories does not list any categories other than a single "All Categories" menu pick. This seems to be an old bug when all categories use the customer service template, which we are.
If I view the search box all categories are listed as well as all categories in 3.3. A user will only show on the catoptions box the categories they have permission to upload to. Thats how all the programs work here.
3. Two dots between "Member List" and "Register" links on top menu bar, where "Profile" link goes when logged in. RP 3.1 had a single dot between all links. How do we get rid of the extra dot?
In pp-inc.php delete in bold
Code:
Content visible to verified customers only.
4. In the Profile view, the last row heading in the bottom frame is missing (should probably say "Last Review Posted"). This was also happening in RP 3.1. This seems to be redundant info, so it's not important.
http://www.reeftalk.com/reviews/member.php?uid=1
You sure your not missing an updated language file or such?
Questions:
1. How can we remove the ZipCode selection from the "Sort By" pull-down? We don't use Zip Codes.
You can delete that sort from the mysql sort table
2. Can we change the post date of an entry? We often post entries about products that are older than products already posted. We'd like to change the "date posted" for older products so that they don't appear "newer" than more current products when sorting by Date Posted.
You could modify your code to suit your needs. The date a product is posted is usually the date it is uploaded.
3. New Load limit for server? in Global Options. Does "0" disable it? Other than the very short descriptions in CHANGELOG.TXT, is there a document that describes the new options in more detail?
You can do a search on the internet for server load and such but on linux servers with NIX I beleive a good setting is 5 for load and what that will do is give the person the message the site is too busy and wait thus not allowing your server to die from too much traffic
4. For the upgrade.php script, can I suggest you put a link at the end of each upgrade to either go onto the next, or go back to the list of upgrades? I hit Back on my browser to get from 3.1->3.2 to 3.2->3.3 and it caused install problems (image references had an extra "1" character). It worked properly if I closed my browser between version upgrades.
I will look at it but was unaware any link was missing