Re: News & Article Management
If someone need to have more news on main page summary, there is one thing needed to do ... easy ...
edit modules/news_summary.php
there is this code on begining
Code:
// new option set by Admin
if (!defined('DISPLAY_NEWS_SUMMARY_LIMIT')) {
define('DISPLAY_NEWS_SUMMARY_LIMIT', 1);
just change it to this where X is number of news u want to have on main page
Code:
// new option set by Admin
if (!defined('DISPLAY_NEWS_SUMMARY_LIMIT')) {
define('DISPLAY_NEWS_SUMMARY_LIMIT', X);
Re: News & Article Management
Hi,
Most excellent mod! thanks Andrew and helpers.
I have the desire the put <?php in some of my news posts, allowing me to hook up with more possibilities.
The obstacle to this is that there is some sort of filter that is stripping out the php tags on new posts.
This is a necessary feature for comments obviously, but I'll be the only one posting news articles from the admin.
Re: News & Article Management
The FCK editor is still not working even after changing the code following one the thread. Is there any other ways to it. It does display FCK in the summary section but not in the content section. Totally not there.
Thanks
Re: News & Article Management
hello, on my news article page, I have an additional breadcrumb directly below the main one that shows on all other pages. Can someone help me figure out how to remove this additional breadcrumb
Re: News & Article Management
Quote:
Originally Posted by
bmpt
hello, on my news article page, I have an additional breadcrumb directly below the main one that shows on all other pages. Can someone help me figure out how to remove this additional breadcrumb
If you click on the "search this thread" button and then search "breadcrumb" you'll find your question already answered earlier in this thread.
Re: News & Article Management
Quote:
Originally Posted by
Kim
remove the breadcrumb from the news templates
can you provide a sample of what lines im suppose to remove look like.
Re: News & Article Management
Code:
<?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?>
get rid of it from these 4 files
tpl_news_article_default.php
tpl_news_default.php
tpl_news_comments_default.php
tpl_news_archive_default.php
Re: News & Article Management
I am using 1.3.8 and tried to install this news module twice now.
The first time, after uploading my files, I couldn't access my admin section anymore. I would enter any user/password and the page would just reload, as if nothing happened.
I had a back up of my files before the installation, so I erased all the admin files and retransfered my pack up on my server. I could then access my admin without any problem.
I then proceded to the News installation, which went fine. Everything was working perfect. I come back today, and I can't access my admin again ! Exept that now, when I enter a user/password that doesn't exist, I get the message that its wrong. But when I enter the right user/password, the page just reloads....
I did translate the module to french, and I just went back and checked all the files I modified for some mistakes, but couldn't see anything wrong there.
Could anyone help me here please ?
Re: FCKeditor problem solved
Quote:
Originally Posted by
a_berezin
Hi BlessIsaacola,
thanks a lot:smile:
Re: News & Article Management
I just added a small update to the news and articles mod. it was just a small css update to make the sidebox a little more friendly with your current template. not a lot of code, but hopefullt it helps :) the new version would be 2.120