Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
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
Re: Link Manager 3.0 release
Where do I put:
Quote:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
Either the code doesn't show up or I get a parsing error when I add it:
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>
Re: Link Manager 3.0 release
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>
Re: Link Manager 3.0 release
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
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>
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.
Re: Link Manager 3.0 release
Unzip the attached file
rename the YOUR_TEMPLATE folder to match your custom template name
upload to your server
Attachment 1636
Re: Link Manager 3.0 release
It didn't work, it's getting late I will pick this up again tomorrow.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
Unzip the attached file
rename the YOUR_TEMPLATE folder to match your custom template name
upload to your server
Attachment 1636
I wanted to mention that I already received attachment in a previous thread.
Re: Link Manager 3.0 release
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?
Re: Link Manager 3.0 release
You should be able to add unlimited categories from
admin -> extras -> link categories
Don't forget to enable the category after adding it.