Hi,
We have a Joomla 1.5 site which we are trying to update to Joomla 3.2, CB 1.9.1 and CB Subs 3.0.0.
We have about 25 different CB Lists setup. In Joomla 1.5 you could choose what CB List you wanted to display in the menu item, but in Joomla 3 that feature is missing. So, what I am trying to use is System Link > External URL and put in the CB List "URL for menu link to this list:" field for the URL (eg index.php?option=com_comprofiler&task=usersList&listid=
. I need the URL for these lists to have the same format but what I am getting is very strange results. With all of these menu items I have them set as External URLs using the list URL and this is what I get on the frontend of the site:
The West Male Member List has this URL: /west-members-male which has the complete member list (default list), not the West Male member list
The West Female list has this URL: /component/comprofiler/userslist/west_female_members?Itemid=478
West Full Member list has: /component/comprofiler/userslist/west_members?Itemid=28
East Female list has: /east-members-female/userslist/east_female_members
East Male has: /east-members-male/userslist/east_male_members
East Full has: /east-members/userslist/east_members
As you can see the URLs are completely different for East and West lists and the one list doesn't even work properly.
The Joomla redirect manager is disabled. There are no redirects in .htaccess for these links.
I looked in the database and some things are different. tried to change the alias and path fields but it didn't make any difference. I tried changing the component id and that didn't change anything either.
See db list:
Any idea how to get the West Male member list to display the list it should and how to get the URLs to be all displayed consistently?
Thank you.