That;s The S*#%. Thanks....you know your stuff..Great working with you....BIG UPS TO CLYDE
Printable View
That;s The S*#%. Thanks....you know your stuff..Great working with you....BIG UPS TO CLYDE
I just installed this mod. everything uploaded correctly I think. In the admin I have Links Manager under Configuration and have Links, link categories and link submit under Extras. But my problem is there are no links or boxes on my site to the links. Is there something I must do to get the link box to so up
My site is http://www.harborsalesonline.com
Sorry for the question I found my problem and fixed it.
Hi,
I just installed this on my site and it appears to be working for the most part. However, when I try to add a link through the admin, the last box "Options" has this error message in it:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/content/b/l/o/blowinin/html/admin/includes/functions/html_output.php on line 333
It does not give me the option to approve the link or to submit is. Any idea what I did wrong?
Zen Cart Version?
PHP version?
If you are using Zen Cart 1.3.8 check the fixes in this thread
Worked perfectly...thanks a bunch!
Just uploaded the install to my site.. working good. Thanks Clyde
I did some changes on the look and what not, but one change I did you may like for your next release or not... I like being able to turn off the submit link in the side box. So I did the if statement to the submit button on the link page and the submit form page allowing all to be turned off from admin if I get to many links.
I also added a box under the Reciprocal link for easy linking by none Zen sites and captcha ttf mod.
Just thought I'd pass some ideas along..
For now I only wanted one category, but think some day I'll add more. I commented out the code in the side box. Then on the submit page I left the categories array in tack so it would still function, but comment out the html drop down box.
I didn't want to remove it, just not use it at this time. I think if I had more time I would have used a if statement and added a control on the admin side. Wrapping it in php tag just made it easier to comment out.Quote:
<?php /*
<label class="inputLabel" for="links_category"><?php echo ENTRY_LINKS_CATEGORY; ?></label>
<?php echo zen_draw_pull_down_menu('links_category', $categories_array, $default_category) . ' ' . (zen_not_null(ENTRY_LINKS_CATEGORY_TEXT) ? '<span class="alert">' . ENTRY_LINKS_CATEGORY_TEXT . '</span>': '');?>
<br class="clearBoth" />*/ ?>