:lookaroun [FONT=Times New Roman]Somebody out there have any idea? [/FONT]
Printable View
[FONT=Arial]I try to be clearer:lookaroun , I really like Link Manager 3.0 and it works fine. [/FONT]
[FONT=Arial]I have 3 languages install, all of them works fine whit Link Manager.[/FONT]
[FONT=Arial]The problem start if a customer likes to see his link in other languages page, as he fit it in.[/FONT]
[FONT=Arial]The link not shows of.[/FONT]
[FONT=Arial]I like to show only the English link.[/FONT]
[FONT=Arial]The customer can at a new link from all languages to the English page.[/FONT]
[FONT=Arial]Is this possible? [/FONT]
[FONT=Arial]Other problem [/FONT]
[FONT=Arial]I can’t find a tool to maximise the Description to 1 or 2 lines. The customer should have only the possibility to at maximise 20 letters for link name and 45 letters for Description.[/FONT]
[FONT=Arial]Like : Bamboomoon - Stilt performance & fire show[/FONT]
[FONT=Arial]If possible how I can to it? I hope it is now clearer[/FONT]
[FONT=Arial]Thanks for support :smile: [/FONT]
Hi all I am getting this error when trying to check for links back to my site:
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/xxxxx/public_html/admin/links.php on line 618
Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/xxxxxx/public_html/admin/links.php on line 618
I can't figure out what file is disabled here. I think I have everything configured right.
Thanks in advance.
Gus
Look in admin -> configuration -> links manager
make sure Links Check Phrase is not blank
Thanks for your response.
I had my url in there and got the error.
I put my website url in the "Links check phrase" with and with out the www. and http and still get the same error.
I can't fiqure it out...
Stumped
thebaldknight
a_berezin vbmenu_register("postmenu_337879", true); , Sooooooo me being non php or anything like that...have no idea what you mean...lol
You can't check for back-links be this script. Your server configuration disabled this future for you.
Thanks a_berezin vbmenu_register("postmenu_338019", true); I'll have to check with my hosting company then...:)
Thanks again!
I Just tried installing it and came up with this after I show the side box:
1146 Table 'lhhgbh1_zencart.link_categories' doesn't exist
in:
[select lc.link_categories_id, lc.link_categories_sort_order, lcd.link_categories_id, lcd.link_categories_name from link_categories lc, link_categories_description lcd where lc.link_categories_status = '1' and lc.link_categories_id = lcd.link_categories_id order by lc.link_categories_sort_order, lcd.link_categories_name]
Is it not installed correctly?
lhhgbh1_zencart
is this the prefix for your database tables?
not sure i know what you mean.. db tables?? lhhgbh1 is my control panel login name...
When you installed Zen Cart you should have indicated a prefix for the database (such as zen_)
what prefix do you have for your database?
also did you run the links.sql script included with Links Manager
yes lhhgbh1 is mine and yes I ran the sql....
OK,
copy the following code:
open admin -> tools -> install SQL patchesCode:DROP TABLE IF EXISTS link_categories;
CREATE TABLE link_categories (
link_categories_id int(11) NOT NULL auto_increment,
link_categories_image varchar(64) default NULL,
link_categories_sort_order int(3) default NULL,
link_categories_date_added datetime default NULL,
link_categories_last_modified datetime default NULL,
link_categories_status tinyint(1) NOT NULL default 0,
PRIMARY KEY (link_categories_id),
KEY idx_link_categories_date_added (link_categories_date_added)
) TYPE=MyISAM AUTO_INCREMENT=2 ;
INSERT INTO link_categories VALUES (1, 'link_category.jpg', 0, '2004-11-19 18:56:22', '2004-11-19 19:00:19', 1);
paste the code in the query box and click the "send" button.
nope that didnt do anything.. whats happening on the screen is when I turn the box on i click on my home page and the entire page is not aligned right.. the left side boxes are all in the middle of the screen and then down at the bottom, where the links box should be, is just those words that i typed in earlier.. I am using the future zen template if that makes any difference..
do you have a URL for the site so I can take a look.
yeah its my flag pride site in my sig, but i dont have the box on... since it doesnt work I dont leave it on because I have daily customers..
Check your database with phpmyadmin and make sure you have the following tables.
links
links_description
links_status
links_to_link_categories
link_categories
link_categories_description
I am using version 3.0.2 and I have two questions.
#1 Is the require "registered users" only can submit a link option in this version?
#2 Is there a way for the admin to determine if a reciprocal link is required for individual sites? For instance I would want to require a link to another business, but I wouldn't want a reciprocal link for some other sites/pages.
#1 - no it doesn't but you can run the following sql statement to add it.
copy and paste into admin -> tools -> install SQL patches
#2 - this option is either on or off for all links.Code:INSERT INTO configuration (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());
I'm having the same problem as IHHGBH. Turning on the links box just results in lines of jumbled text similar to IHHGBH where the box should be.
Try uploading a clean version of links_box.php to includes/modules/sideboxes/YOUR_TEMPLATE
Attachment 1530
I get a syntax error with that code. I tried:
Received: #1136 - Column count doesn't match value count at row 1Code:INSERT INTO configuration values(NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());
Try This
Code:INSERT INTO 'configuration' VALUES (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());
none of that worked.. i looked at the php myadmin and the tables are there.. i also tried uploading a clean version of the link file and that did nothing.. Im just going to delete it off my site and do the link pages another way.. thanks for your help...
OK mine seems to be working now, ihhghb are you turning on the 'sideboxes/yourtemplate/links_box.php' under layout boxes controller not 'sideboxes/link_listing'?
What does 'reciprocal page details' mean? Does the links box only show when there are links as I deleted the zen cart link and the box dissapeared. Also I still get jumbled text when I switch on the 'sideboxes/link_listing? what does that one do and do I need it to have an operational links box?
The file structure should look like this:
includes/modules/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
I already deleted it, but I only had one link box that I could turn on in the layout boxes controller...mine said sideboxes/links_box and that was what i turned on..
I have that but I've also got includes/modules/sideboxes/links_box.php,
include/modules/sideboxes/link_listing.php and includes/modules/sideboxes/links_boxes.php.
www.powerslideracing.com.au
Which of the files in links manager contained the info for the zencart link as I deleted that link and now wish I hadn't. I want to reinstall that file so I can look at the zencart link details as I'm having trouble getting any links to work.
Why not start over:
Manually delete the following files
admin/links.php
admin/links_contact.php
admin/links/categories.php
admin/includes/boxes/extra_boxes/links_extras_dhtml.php
admin/includes/extra_datafiles/links_manager.php
admin/includes/functions/extra_functions/links_manager.php
admin/includes/languages/english/extra_definitions/links.php
includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/links.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/links_submit_success.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/modules/pages/links
includes/modules/pages/links_submit
includes/modules/pages/links_submit_success
includes/modules/pages/popup_links_help
includes/modules/pages/redirect_links
includes/modules/link_listing.php
includes/modules/YOUR_TEMPLATE/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
include/modules/sideboxes/link_listing.php and includes/modules/sideboxes/links_boxes.php
includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_success_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_dubmit_default.php
Use the attached to reinstall.
Attachment 1538
Hi Clyde,
I read earlier in the thread you were thinking of changing the links so they were not redirects anymore but actual links. Like when you hover over them they are a direct link.
I've been having problems with that too.
Is it difficult to change?
I have 2 questions, please.
1. How/where do I change the title of the Links box for Link Manger 3.0?
2. On your test site, Clyde, you have your category pics at 80 x 80 px. i would like mine somewhat larger. Where do I tell it the size of my images for the links category page?
many thanks,
Shirley
http://www.shabbychiccottage.com
1. includes/languages/english/extra_definitions/links.php
define('BOX_HEADING_LINK_CATEGORIES', 'Links');
2. I created the images at that size. Most people have their own ideas for category images and will create their own. Soooo, you'll have to create the images at the size you want.
Thank you, Clyde........great mod!
as for my question #2, I have already created my images for the links categories.........but when I upload them via the Admin>Extras>Link Categories they show teeny tiny on the page for Links (about 43 px) and it was uploaded as 200px.
Where do I go to correct that, please?
many thanks,
Shirley
http://www.shabbychiccottage.com
My first thought is to check admin -> configuration -> images
make sure calculate image size is set to true
and that
Category Icon Image Width - Product Info Pages
Category Icon Image Height - Product Info Pages
are set to the height and width of your images
See if that helps
Calculate image size was already set to true
and that
Category Icon Image Width - Product Info Pages (I set to 200px)
Category Icon Image Height - Product Info Pages (I set to 261px)
Unfortunately, no change occurred.
Might this have to be a new statement added to the CSS? Just guessing....:(
many thanks,
Shirley
Check admin -> configuration -> images (again) and look for anything that has a height of 57.
right now that's what is being calculated as the height of your images.
Yeppers that took care of it. You are awesome!
It was Subcategory Image Height that was set at 57. I changed it to 261 and it's lovely now!
Just one more question, please? Is it possible to put some text at the top of that page like: Please select the category most relevant to your site....."
many thanks again,
Shirley
Ok, I took it down a notch to 196px and I think it looks better. I removed the black border but now would like to do the following and I won't bug you anymore.:happy: Promise..........
1. Add some text above the pics..........
2. Center the text under the pics..........
Since it has to do with text, I'm thinking this is in includes>English>My_Template_Name>???????
or is it the stylesheet?
Sorry, I'm such a noob.........!
many thanks,
Shirley
Just unzip this file and upload the two files to
includes/templates/YOUR_TEMPLATE/css
Attachment 1557
Open includes/languages/english/YOUR_TEMPLATE/links.php
find the following code:
Just below this line of code add the following:PHP Code:
define('HEADING_TITLE', '<h1>Links</h1>');
Save the file and upload to your serverPHP Code:
define('LINKS_CHOOSE_CATEGORY', '<br />Please select the category most relevant to your site...<br />');
Now open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following line of code
Just below this line add the following:PHP Code:
<?php echo HEADING_TITLE; ?>
save the file and upload to your serverPHP Code:
<?php echo LINKS_CHOOSE_CATEGORY; ?>
It is finished.....it is beautiful.......and I thank you SO much!
http://www.shabbychiccottage.com/ind...ain_page=links
many thanks,
Shirley
Hi!
Found this mod today, and installed immediately. Uploaded it on site, but it doesn't show. It says it a table or some sort doesn't exist. Can you help me out?
www.pawglamour.com
Thanks!
Please refer to eralier posts about this problem.
www.zen-cart.com/forum/showpost.php?p=338850&postcount=115
Thanks! The above code didn't change anything, so I downloaded and installed a new Links Manager. I noticed the links.sql and uploaded that onto the SQL patch in the admin, and it worked!
Another question for ya...
Is there a way for me to install 2 link directories? I want one specifically for breeders (so many dog breeds) and another for pet related websites.
Thanks!
You can always create categories for "breeds/breeders" and another for your "pet related" sites.
Needless to say I haven't read all 15 pages of this thread. However from looking at the demo site I've noticed no image verification thingy. Like the one here when you do a search, not sure why they have it here but thats another post....
So, with that said....
Is there an image verification thingy in the works for the links manger as we keep getting with linkbots almost daily..
Granted they don't get approved, but it's still a hassle to go delete all the ############\ ########## Enlargement links that have been submitted. Like 10 a day........
I have put my links page on broke because of it...
I'm sure it wont be long before the emails start pouring in.. "Wheres my link!"
Thanks
NOLA
Check this thread
www.zen-cart.com/forum/showthread.php?t=59539
You can also check this thread for an alternate solution.
www.zen-cart.com/forum/showpost.php?p=334113&postcount=13
Am I able to make sub-categories within categories?
Thanks,
Mel
Hmm... I just thought of something.
Say I take the Links Manager that I currently have installed now, and change/rename its paths to directory.php. I then go on and install another Links Manager with the default path (links.php). Would both Link Managers show up in the Layout Controller and on the website sideboxes? Do you think this would work?
I really have no Idea.
Change the YOUR_TEMPLATE folders to any name you want (or leave it as is) and try it out.
Hello there,
I don't know if it has been mentioned in this thread before, I couldn't see it. Is it possible to change the pass through type to anchor link type? A lot of sites are refusing pass through types.
Thanks,
Heathenmagic
I am having 2 issues with this mod the first would be add a link page. I am trying to add text to this page via the defines page editor, but nothing is showing up:
http://www.books-japan-online.com/in...e=links_submit
Also all my categories are all in one row:
http://www.books-japan-online.com/in...ain_page=links
How can I fix these issues?
Open includes/languages/english/YOUR_TEMPLATE/links_submit.phpQuote:
I am having 2 issues with this mod the first would be add a link page. I am trying to add text to this page via the defines page editor, but nothing is showing up:
http://www.books-japan-online.com/in...e=links_submit
add a define statement containing the text you want
define('LINK_SUBMIT_TEXT', 'Please fill out the following form to submit your website.');
Save the file and upload to your server.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
find the followingand just below add the following:PHP Code:
<?php echo HEADING_TITLE; ?>
<?php echo LINK_SUBMIT_TEXT; ?>
Save the file and upload to your server
Are you using the stylesheets for the mod. (links.css and links_submit.css)Quote:
Also all my categories are all in one row:
http://www.books-japan-online.com/in...ain_page=links
How can I fix these issues?
These should be located in includes/templates/YOUR_TEMPLATE/css
I wanted to use the define page editor to add text to the submit link page like in the older versions of links manager.
Also their is no css files in the version I downloaded
This is the version I downloaded:
http://www.zen-cart.com/index.php?ma...roducts_id=297
Unzip the files and upload to includes/templates/YOUR_TEMPLATE/css
Attachment 1609
Unzip Change the YOUR_TEMPLATE folder to match your custom template name
Upload the file to includes/languages/english/html_includes
Attachment 1610
It didn't work, I even overwritten the files I had.
Try this. Just follow the instructions in the upgrade.txt file
Attachment 1612
I realisted that I did not add:
.linkstext {
margin: 0;
padding: 10px;
}
#popupLinksHelp {
background: #fff;
}
but instead of three categories per row I have 8 per row:
http://www.books-japan-online.com/in...ain_page=links
Still didn't see the links.css stylesheet.
did notice that you have the following
stylesheet.css
stylesheet_original.css
stylesheet_paul2.css
All of these seem to be identical. Why not eliminiate two of them?
Exactly how are you able to see my files? Also link.css was installed in includes/template(My_template)/css. and default
Sorry to double post, but I apologize if the tone of my last post came off as hostile.
I use FF with the web developer add in which allows viewing css files I can also do a view page source as can almost anyone with a browser.
You should change My_template to match the name of your custom template ( I believe your's is "paul"
This is from the upgrade.txt file.
Quote:
Before uploading change the YOUR_TEMPLATE directories to match the name of your custom directory.
At this point I don't know why the links.css is not working. I also notice that with the update folder the submit button doesn't show up and whe I click on submit I get a parsing error. Is it possible in the readme file to have a list of the files and folders so I can see if I am renaming all the Your_Template files?
Here's the file list:
admin/link_categories.php
admin/links.php
admin/links_contact.php
admin/includes/boxes/extra_boxes/links_extras_dhtml.php
admin/includes/extra_datafiles/links_manager.php
admin/includes/functions/extra_functions/links_manager.php
admin/includes/languages/english/links.php
admin/includes/languages/english/link_categories.php
admin/includes/languages/english/links_contact.php
admin/includes/languages/english/extra_definitions/links.php
-------
includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/languages/english/html_includes/define_links.php
includes/languages/english/html_includes/define_links_submit.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
includes/modules/pages/links
includes/modules/pages/links_submit
includes/modules/pages/popup_links_help
includes/modules/pages/redirect_links
includes/modules/link_listing.php
includes/modules/YOUR_TEMPLATE/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/css/links.css
includes/templates/YOUR_TEMPLATE/css/links_submit.css
Regarding the Submit Button: I just check your site (again) and the "submit link" Button seems to be working fine.
I re-uploaded the links manager 3.0.2 files and replaced the ones in the uploaded files. I also noticed the files in the list above don't match the way a few of the files in the folders are arranged.
Another thing I am confused about is why the css and html_includes folders are not added to the links manager mod in the download section.
You asked for a list of files in the update folder (which is what I listed)
The files from the download section do not contain files for the "html_includes" section and a couple of other files have been removed from the update. That is why the list of files is different.
You wanted the "html_includes" files option for editing your pages; which is why I provided you with the update.
Because at the time the mod was written the per-page css file option was not implemented that is why the readme.txt file says to add these to your stylesheet.
.linkstext {
margin: 0;
padding: 10px;
}
#popupLinksHelp {
background: #fff;
}
The html_includes files were not part of mod at that time.
My apologies if this has been addressed in this thread and I missed it, but although LM is working perfectly for me, I just attempted to send my first approval email through LM and got this error:
*************************************
Warning: Invalid argument supplied for foreach() in /home/chic1910/public_html/includes/functions/functions_email.php on line 387
Warning: Cannot modify header information - headers already sent by (output started at /home/chic1910/public_html/includes/functions/functions_email.php:387) in /home/chic1910/public_html/admin/includes/functions/general.php on line 34
****************************************
I attempted to locate the problem on line 387, but I don't have a viewer that shows line count. Just using Notepad so far.
I would like to be able to send approvals, notes, etc to link partners, but I must have a problem in there somewhere.
Could someone show me where the problem is or what I need to do?
many thanks,
Shirley
http://www.shabbychiccottage.com
Check this Thread for a possible solution.
www.zen-cart.com/forum/showthread.php?t=54541
Thank you, but since I am using 1.3.7 already, Dr Byte's fix in that thread is not applicable. Sorry I didn't put Zen ver # in my first post.
I am able to receive emails via "contact us"
I am able to receive order notifications.
I don't know if I have ever been able to "send" email from the Admin. Still really new here. :happy:When I ship an order, I use the "order update" to notify customer, but have no idea if email is actually sent.
I will post my "email settings" and maybe you can see what's wrong.....thank you for your help!
***************************************************************
E-Mail Transport Method PHP
E-Mail Linefeeds LF
Use MIME HTML When Sending Emails false
Send E-Mails true
Verify E-Mail Addresses Through DNS false
Email Archiving Active? false
E-Mail Friendly-Errors false
Email Address (Displayed to Contact you) [email protected]
Email Address (sent FROM) [email protected]
Emails must send from known domain? No
Email Admin Format? TEXT
Send Copy of Order Confirmation Emails To [email protected]
Send Copy of Create Account Emails To - Status 0
Send Copy of Create Account Emails To [email protected]
Send Copy of Tell a Friend Emails To - Status 0
Send Copy of Tell a Friend Emails To [email protected]
Send Copy of Customer GV Send Emails To - Status 0
Send Copy of Customer GV Send Emails To [email protected]
Send Copy of Admin GV Mail Emails To - Status 0
Send Copy of Customer Admin GV Mail Emails To [email protected]
Send Copy of Admin Discount Coupon Mail Emails To - Status 0
Send Copy of Customer Admin Discount Coupon Mail Emails To [email protected]
Send Copy of Admin Orders Status Emails To - Status 0
Send Copy of Admin Orders Status Emails To [email protected]
Send Notice of Pending Reviews Emails To - Status 1
Send Notice of Pending Reviews Emails To [email protected]
Set "Contact Us" Email Dropdown List
Allow Guest To Tell A Friend true
Contact Us - Show Store Name and Address 1
Send Low Stock Emails 1
Send Low Stock Emails To [email protected]
Display "Newsletter Unsubscribe" Link? true
Audience-Select Count Display true
SMTP Email Account Mailbox YourEmailAccountNameHere
SMTP Email Account Password YourPasswordHere
SMTP Email Mail Host mail.EnterYourDomain.com
SMTP Email Mail Server Port 25
Convert currencies for Text emails £,£:€,€
*************************************************************
many thanks,
Shirley
Shabby Chic Cottage
Here's a followup.
I have now determined that I can send email just fine with Zen Cart. And it does go to the proper recipient.
however, with Link Manager, when I send a link partner an email through the link manger part of the ADMIN, it sends 23 duplicate emails.
so I don't think I will be contacting people that want to link to me with the link manager email part of Admin.
I have no clue why it sends 23 emails, and do not know how to "fix" it, so just won't use it.
I take it you are sending the e-mail from admin -> extras -> link contact.
I can't duplicate this. I receive only one e-mail message and no duplicates.
try uploading a fresh copy of this file.
Attachment 1623
I'd be happy to. Its located in two places, right? Upload new file to both places?
Just upload the file in the zip to your admin folder
Thanks for clearing that up. Just wanted to be sure since that file name is located in two different folders.
Seems to be fine now. so far so good...........:thumbsup:
Glad its working
In Define page editor I have a page for both links and links_submit, but what I add to the pages in the define links editor isn't showing up. What code can I use to get them to show up on their corresponding pages.
I apologize, I know it sounds like the same question from before, but I just want to figure our how to add text via Define Pages Editor instead of just using ftp and editing the file that way.
First:
Run the following SQL statement from admin -> tools -> Install SQL Patches
cut-and-paste the code into the query field and press 'Send' instead
Second:Code:DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';
INSERT INTO `configuration` VALUES (NULL, 'Define Links Status', 'DEFINE_LINKS_STATUS', '1', 'Enable the Defined Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following:
Just above this code add the following:PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
Save the file and upload to your serverPHP Code:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
I have been trying for a very long time to fix this and am still having problems. I just reinstalled the latest version in the downloads and my emails arrive like this:
$EMAIL_GREETING
$EMAIL_WELCOME
$EMAIL_MESSAGE_HTML
$EMAIL_CONTACT_OWNER
$EMAIL_CLOSURE
Will someone PUHLEEZE figger out what is going on here. It looks very unprofessional to get an email like this. Any answers out there? I have scoured the forums to get an answer and nothing works!
PUHLEEZE, try this fix.
just unzip and upload the includes folder to your server.
Attachment 1626
You need to put a parenthesis in
'links_status' => $links_status);
It was missing in the zip file you posted.
It works better, but now I get this
$EMAIL_GREETING
$EMAIL_WELCOME
Dear Amy McCoy We welcome you to the Doodlebuckets Cloth Diaper Depot link exchange program. Your link has been successfully submitted at Doodlebuckets Cloth Diaper Depot. It will be added to our listing as soon as we approve it. You will receive an email about the status of your submittal. If you have not received it within the next 48 hours, please contact us before submitting your link again. For help with our link exchange program, please email the store-owner: [email protected]. Note: This email address was given to us during a link submittal. If you have a problem, please send an email to [email protected].
$EMAIL_CONTACT_OWNER
$EMAIL_CLOSURE
Just like that with no breaks in the paragraph. Almost there.... :)
Amy
Where do I put:
Either the code doesn't show up or I get a parsing error when I add it:Quote:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
Quote:
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="centerColumn">
<tr>
<td></td>
</tr>
<tr>
<td class="pageHeading" colspan="2"><h1><?php echo HEADING_TITLE; ?></h1></td>
</tr>
<tr>
<td><?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?></td>
</tr>
<tr>
<td><?php echo zen_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
I'm not sure which verison of the mod you are using but the version in the downloads section contains NO tables.
but in any case
<td>
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
</td>
Try this Fix for the e-mail problem.
unzip the file remember to rename the YOUR_TEMPLATE folder to match the name of your custom template
Attachment 1629
What I did was replace the tpl_links_default.php for links 3.0.2 with an earlier version because I couldn't get the categories to align properly. What I ended up doing was
cutting and pasting links.css to my stylesheet.css file now I am using the version
latest version of links manager without tables. I followed your instructions, but the text is still not showing up.
Unzip the attached file
rename the YOUR_TEMPLATE folder to match your custom template name
upload to your server
Attachment 1636
It didn't work, it's getting late I will pick this up again tomorrow.
When I added an 8th category, the category ended up blank, also it didn't show up on the links page. How can I fix this?
You should be able to add unlimited categories from
admin -> extras -> link categories
Don't forget to enable the category after adding it.