

241
Members-
Content count
6,148 -
Joined
-
Last visited
Everything posted by 241
-
I am looking to setup a sitemap for 2.2MS2 any thoughts pointers links gratefully accepted. Is this sitemap setup the same as all products?
-
Does the site map 2.2MS1 in contibutions work with out problem in 2.2MS2
-
Ok Still trying to work out the admin config status private/public open/closed red/green so far have these parts to look at admin/polls.php has this starting at line 364 <?php if ($polls['poll_type']==1) { echo '<a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('info', 'action', 'x', 'y')) . 'action=poll_type&info=' . $polls['pollID'], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_red.gif', _ALT_PUBLIC) . '</a>'; } else { echo '<a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('info', 'action', 'x', 'y')) . 'action=poll_type&info=' . $polls['pollID'], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_green.gif', _ALT_PRIVATE) . '</a>'; } ?> </td> <td class="dataTableContent" align="center"> <?php if ($polls['poll_open']==1) { echo '<a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('info', 'action', 'x', 'y')) . 'action=poll_open&info=' . $polls['pollID'], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_red.gif', _ALT_REOPEN) . '</a>'; } else { echo '<a href="' . tep_href_link(FILENAME_POLLS, tep_get_all_get_params(array('info', 'action', 'x', 'y')) . 'action=poll_open&info=' . $polls['pollID'], 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'icon_status_green.gif', _ALT_CLOSE) . '</a>'; } ?> and admin/includes/languages/english/polls.php has this starting at line 35 define('_ALT_REOPEN','Re-open Poll'); define('_ALT_CLOSE','Close Poll'); define('_ALT_PUBLIC','Make poll public'); define('_ALT_PRIVATE','Make poll private'); are there any other references for admin side
-
Its 2.2MS2 I have searched the forum and found a lot of the answers that have fixed most of the problems, however I still have a problem in the admin config status. the red/green indication does not change and nor does the text so the only way I can tell if a poll is private/public open/closed is to go into the catalog and view from that side then back into admin to change. I might be wrong but I thought that I came across a thread somewhere by Defender39 dealing with some of these problems but cant seem to relocate the thread.
-
I dont have to delete the poll just click on the colour icons, but since they do not change colour with status and the text does not change, the only way I can find out if the poll is open/closed or private/public is to go into the catalogue and check from that side. Surely this must be a variable query error.
-
Ok getting there everything working now, well almost. Still having problems in admin poll config status not changing red/green.
-
I am having similar problems with pollbooth after using mod files. I will try last thread message. That has got rid of the sql error. THANK YOU.. I am also getting this on the cat side: There are no polls that you are eligible for, however you can still view the results of other polls How do I set eligibility for polls the polls have been set public and open. Appologies for the double post was not being allowed to edit first post.
-
I am having similar problems with pollbooth after using mod files. I will try last thread message. I am also getting this on the cat side: There are no polls that you are eligible for, however you can still view the results of other polls how do I set eligibility for polls the polls have been set public and open.
-
It is Ok I have worked it out. I am a newbie to php and osCommerce. I guess I just need another braincell to rub together with the one I have.
-
I realise this part needs change but do not know what it needs changing too.