eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Common Questions

Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now.

Reply
 
Thread Tools Display Modes
Old 09-05-2010   #1
riccopt
 
Join Date: Mar 2009
Posts: 47
riccopt is on a distinguished road
Default

Quote:
Originally Posted by TopWebNames View Post
1 - I don't know what "Free Ones" is, or means. What is it?

2 - Sorry, I don't know what you mean.

3 - I know that someone has to click on a link in the email that the system sends so they can register for an account, before their account is then noted for "Approval" for Admin/you to change to "Active", BEFORE they can suggest/submit a listing. They don't get an email that they need to click a link in to have a listing, but Admin/you need to then also change it from "Approval" or "Suspended" (I changed this to "Pending"), before their listing will display. Most of these things are settings that Admin/you need to "Configure" the way that you want them to function.

I hope some of this helps
just sent you a PM...
riccopt is offline   Reply With Quote
Old 09-21-2010   #2
riccopt
 
Join Date: Mar 2009
Posts: 47
riccopt is on a distinguished road
Default

finally got the reply from the support...


Quote:
1. Open includes\classes\DirCategory.php file

In getAllByParent function

Find this code:

PHP Code:
    if($aSubcategories 0)
    {
        foreach (
$categories as $key => $value)
        {
            if (!
$value['crossed'])
            {
                if (
$i 0)
                {
                    
$sql .= 'UNION ALL ';
                }
                
$sql .= "(SELECT `id_parent`,`id`,`title`, `path` ";
                
$sql .= "FROM `".$this->mTable."`";
                
$sql .= "WHERE `id_parent` = ".$value['id'];
                
$sql .= " AND `status` = 'active' ";
                
$sql .= "ORDER BY `title` ASC ";
                
$sql .= "LIMIT ".$aSubcategories.") ";
            }
            
$i++;
        }
    } 
Replace with:


PHP Code:
    if($aSubcategories 0)
    {
        foreach (
$categories as $key => $value)
        {
            if (!
$value['crossed'])
            {
                if (
$i 0)
                {
                    
$sql .= 'UNION ALL ';
                }
                
$sql .= "(SELECT `id_parent`,`id`,`title`, `path`,`description` ";
                
$sql .= "FROM `".$this->mTable."`";
                
$sql .= "WHERE `id_parent` = ".$value['id'];
                
$sql .= " AND `status` = 'active' ";
                
$sql .= "ORDER BY `title` ASC ";
                
$sql .= "LIMIT ".$aSubcategories.") ";
            }
            
$i++;
        }
    } 


2. Open templates/your_template/Layout.php file

Find this code:

PHP Code:
    $subcats .= "<a href=\"".$base.$url2."\" id=\"c{$value2['id']}\"{$nofollow2}>{$value2['title']}</a>{$divid}"
Replace with:

PHP Code:
    $value2['description'] = strip_tags($value2['description'], '');
    
$subcats .= "<a href=\"".$base.$url2."\" title=\"{$value2['description']}\" id=\"c{$value2['id']}\"{$nofollow2}>{$value2['title']}</a>{$divid}"
riccopt is offline   Reply With Quote
Old 09-21-2010   #3
anurag1234
 
Join Date: Sep 2010
Posts: 4
anurag1234 is on a distinguished road
Default

Quote:
Originally Posted by riccopt View Post
I am working on something similar to Free Ones...

I actually decided that I would like to have the description form the subcategories to be shown as the rel tag instead of the title tag...

since I will be accepting galleries and freesites on my website I need to work a lot of things out before I can complete my work... do you know if it is possible to send an email confirmation (one of those that the person has to click on so that his link is added to the APPROVAL list?
Ya i too didn't get you. can you be little more clear???
anurag1234 is offline   Reply With Quote
Old 09-21-2010   #4
riccopt
 
Join Date: Mar 2009
Posts: 47
riccopt is on a distinguished road
Default

Quote:
Originally Posted by anurag1234 View Post
Ya i too didn't get you. can you be little more clear???
what didn't you understand?
riccopt is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:13 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources