Total number of links - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface

User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end

Reply
 
Thread Tools Display Modes
Old 05-24-2007   #1
imagis
 
Join Date: Jan 2007
Posts: 57
imagis is on a distinguished road
Default Total number of links

I want to show on very page TOTAL (not category based) number of links.

I know Smarty so i can add into templates but how i can get total number of links into directory ?

Thanks
imagis is offline   Reply With Quote
Old 05-24-2007   #2
Dave Baker
 
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
Dave Baker is on a distinguished road
Default

***Open index.php and find code***
Code:
	/** get related categories **/
	if ($config->get('related'))
	{
		$related_categories = $Category->getRelated($id);
		$related_categories = $related_categories ? $gDirLayout->print_categories($related_categories) : '';
		$gDirSmarty->assign_by_ref('related_categories', $related_categories);
	}
***Below add***
Code:
	$total_num_category = $Category->row("*","`id`='0' and status='active'");
	$gDirSmarty->assign('total_num_links', $total_num_category['num_all_links']);
***Save changes***
In the template files you can use the {$total_num_links} variable.
Dave Baker is offline   Reply With Quote
Old 05-24-2007   #3
imagis
 
Join Date: Jan 2007
Posts: 57
imagis is on a distinguished road
Default

Thanks.

I am wondering, is not much easier to add all those questions and replies as a FAQ (categorized) on site ? Or even on a eSynd installation.

I mean you guys spending lot of time replying on forums. Is good, but with an online FAQ will be much easier for all i guess...

This doesn't means forum is not useful, i just think is harder to search answers by searching here than looking over a categorized FAQ. ANd for you less time spent on support.
imagis is offline   Reply With Quote
Old 05-24-2007   #4
Dave Baker
 
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
Dave Baker is on a distinguished road
Default

We already have the Knowledgebase and we fill it up with the most frequent problems and aspire to build up an useful section for frequently asked questions.
Also we're preparing our manual, and I believe that it will be ready soon.
Dave Baker 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 09:46 AM.


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