

daithi
Members-
Content count
147 -
Joined
-
Last visited
Profile Information
-
Real Name
dave
-
Location
Ireland
- Website
-
you are right sorry, just hate seing contribs bumped with no reason except to advertise the person who created it....
-
not a hope, its crap!
-
excellent, thanks for the updates on this contrib... one problem i have is when doing faq searches - i get the following error - any ideas? 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*) as total from faqdesk p, faqdesk_description pd, faqdesk_ca select count(distinct *) as total from faqdesk p, faqdesk_description pd, faqdesk_categories c, faqdesk_to_categories p2c where p.faqdesk_status = '1' and p.faqdesk_id = pd.faqdesk_id and pd.language_id = '1' and p.faqdesk_id = p2c.faqdesk_id and p2c.categories_id = c.categories_id and ( (pd.faqdesk_question like '%acc%' or pd.faqdesk_answer_short like '%acc%' or pd.faqdesk_answer_long like '%acc%') )
-
hi all, does anyone know how i add extra pages to what admins can access using the above contrib? the contrib changes your admi/includes/column_left.php to: //Administrators start if (CanShowBox('configuration.php')) { include(DIR_WS_BOXES . 'configuration.php'); }; if (CanShowBox('modules.php')) { require(DIR_WS_BOXES . 'modules.php'); }; if (CanShowBox('catalog.php')) { require(DIR_WS_BOXES . 'catalog.php'); }; if (CanShowBox('customers.php')) { require(DIR_WS_BOXES . 'customers.php'); }; if (CanShowBox('taxes.php')) { require(DIR_WS_BOXES . 'taxes.php'); }; if (CanShowBox('localization.php')) { require(DIR_WS_BOXES . 'localization.php'); }; if (CanShowBox('reports.php')) { require(DIR_WS_BOXES . 'reports.php'); }; if (CanShowBox('tools.php')) { require(DIR_WS_BOXES . 'tools.php'); }; if (CanShowBox('administrators.php')) { require(DIR_WS_BOXES . 'administrators.php'); }; //Administrators end ?> but now that i have added more contribs I need to expand on this list and using the same format to add the php files doesn't work - any ideas?
-
hi all, i get the following error when the using the 'Show Me WHOIS Output' button on Domain Search by Matt Warning: fsockopen(): unable to connect to whois.opensrs.net:43 in /var/www/html/mwhois/mwhois.php on line 414 anyone else have this problem or better a solution?
-
just confirmed that for my install - ie. i removed: and a.authors_id = au.authors_id from line 74 of article_info.php and now the articles display as expected - not sure what issues removing this will cause though.... again, thanks for a super contrib - if anyone following this thread wants a cms for osc or wants to replace the excellent faqdesk & newsdesk with an MS2 compliant easy install - go for this! dave.
-
the only mod that i know of that changes this page is the 'also tell admin of tell a friend use' not sure what it is called... but if you find it it could also be good to add this feature to tell a friend about article... yeah, that is filled in. yeah, that also seems fine. I just added an author (previously had no authors) and the page displays fine - so looks like it could be an sql query issue if the article has no author assigned to it? dave.
-
TEXT_EMAIL_LINK_ARTICLE should have been added as part of the install, i.e. In includes/languages/english/tell_a_friend.php: Look for: define('TEXT_EMAIL_LINK', 'To view the product click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s'); Add this immediately below: define('TEXT_EMAIL_LINK_ARTICLE', 'To view the article click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s'); This should fix the e-mail problem (unless it's something else!). Regards, Rob sorry, missed that bit in the install instructions.... as the tell_a_friend.php is a rarely modified page, it might be no harm in including your updated version in the contrib as a straight replacement - it would cut down on the install instructions quite a bit... anyway, that bit now works as expected, thank you. still need to sort out why the article and date aren't displaying though - i am also using a fairly stock 2.2MS2 but as i missed that previous step could i have missed something else???? not sure as there is nothing to change in relaton to the article_info.php page. Yes, this does now make sense - as it is titled as meta description in admin, i just presumed it was to be hidden text just for search engines... again, thanks for a super contrib, dave.
-
also just noticed when viewing the New Articles/All Articles/Category page, the Meta Description field is displayed as Article Abstract. nyone else have this issue?
-
playing around with it and noticed i have a couple of issues...maybe my install? when i click on the article name to view the full article, it calls article_info.php?articles_id=1 but the page displays with: This article was published on . Current Reviews: 0 ie. no article and no date. also, when i use the tell a friend, the email arrives with: TEXT_EMAIL_LINK_ARTICLE instead of the link. I have searched all files in the contrib for this define but it is only mentioned in your readme.txt as an addition to tell_a_friend.php - should it be defined somewhere?
-
now that is a class contrib! well done & thank you...
-
[Contribution] UltraPics v1.0 - Addition Image Pac
daithi replied to MaxiDVD's topic in General Add-Ons Support
I have the same on my Linux browsers until I disable HTML WYSIWYG Editor... works fine on my windows browsers. -
can anyone post the corrected file here?
-
[Contribution] UltraPics v1.0 - Addition Image Pac
daithi replied to MaxiDVD's topic in General Add-Ons Support
Also, the first image (original product image) does not show when I 'click to enlarge' - the popup page just displays the product name - all other additional images work fine, any ideas? -
[Contribution] UltraPics v1.0 - Addition Image Pac
daithi replied to MaxiDVD's topic in General Add-Ons Support
I also have this problem, any ideas of where to fix?