[FONT=Times New Roman][FONT=Times New Roman]This is what I see when I click on the help button[/FONT]
[FONT=Verdana]Links Help[/FONT]
[FONT=Verdana]Site Title:[/FONT][FONT=Verdana] A descriptive title for your website.
URL: The absolute web address of your website, including the 'http://'.
Category: Most appropriate category under which your website falls.
Description: A brief description of your website.
Full Name: Your full name.
Email: Your email address. Please enter a valid email, as you will be notified via email.
Reciprocal Page: The absolute URL of your links page, where a link to our website will be listed/displayed.
Eg: http://your-domain.com/path/to/your/links_page.php[/FONT]
[FONT=Verdana]Close Window[/FONT][FONT=Verdana] [x][/FONT]
[FONT=Times New Roman]If you wanted to add a link on my web site, back to your site, what link info would you like to see on my links page describing you website?[/FONT]
[FONT=Times New Roman]If I have to have a reciprocal link, I would need to know what you would want for a description of you site, the help page does not tell me that.[/FONT]
[FONT=Times New Roman]When I email a webmaster asking for a link exchange I give them my info[/FONT]
[FONT=Arial]Title: Foxvalleybirkenstock - Birkenstock Shoes, Sandals, Clogs And Socks[/FONT]
[FONT=Arial]URL: http://www.foxvalleybirkenstock.com[/FONT]
[FONT=Arial]Site Description: Footwear from Fox Valley Birkenstock. Shop our complete line of Birkenstock shoes, sandals, clogs and Socks. Birki, Footprints, Papillio, Tatami, Alpro, Heide Klum Collection[/FONT]
[FONT=Arial]What I’m looking for is some place to put this on the [/FONT][FONT=Verdana]Link Information [/FONT][FONT=Arial]page[/FONT]
[FONT=Arial]So that some one filling out the form will know what to use for the reciprocal link.[/FONT]
[FONT=Arial]Is there some thing in the admin config that I’m missing?[/FONT]
[/FONT]
Open admin -> tools -> define pages editor
select the links submit entry and edit the page to include whatever information you wish.
You can also edit the same page manually if you so desire.
open includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php and edit as you wish.
If you do not require or want a reciprocal link you can turn that option off in admin -> configuration -> links manager
I'm using zencart 1.3.7.1 and links manager 3.2.2. I have two problems with the link manager. First in the admin section. I get the followin error when trying to add a link:
Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in http://www.mysite.com/admin/includes/functions/html_output.php on line 333
My other problem is on the actual website. The "send now" button does not show neither does the pop up help button.
I had no problems with previous contributions and older versions of zencart before. I really think this is a great addon.
I will appreciate any help on this.
Thanks
Last edited by bigjoed; 13 Aug 2007 at 08:43 AM.
My website is installed on a network server, I'm testing everything before I upload it. I like testing everything before I publish. This is actually the only problem I'm running into.
I never had problems with previous contributions before on my server.
Thanks
thanks Clyde
I knew I was just missing something,
thats just what i was looking for
![]()
What version of PHP are you running on your network server?Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in http://www.mysite.com/admin/includes/functions/html_output.php on line 333
Sounds like you're missing a couple of definition filesMy other problem is on the actual website. The "send now" button does not show neither does the pop up help button.
Make sure you've changed ALL instances of the YOUR_TEMPLATE folder to match the name of your custom template
Here's a fix for those with PHP 5+ on their servers and who encounter the following error when adding links from the admin panel:
open admin/links.php and locate the following line of code: around line 509Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in http://www.mysite.com/admin/includes...tml_output.php on line 333
Code:echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status);
and replace with the following:
I'll include this fix in an update and post in the downloads sectionCode:echo zen_draw_pull_down_menu('links_status', $link_statuses, $links_status);
That did it, thanks. No more errors. I did however, checked that I uploaded all the files correctly, I even downloaded a complete new zip file, but still can't show the "send now button" or the pop up help button. Any other suggestions.
By the way, I want to thank you for your time helping me out.
Bookmarks