Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Read More is missing

Asked Modified Viewed 2,129 times
C
christo78
C
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Junior Member

I have a site at http://dev.bbfc.org.au that is set up to have double news panels.

The top news item, 'Welcome Back' has extended news. With the current layout the 'read more' is missing unless I set the news to use single coloumn.
Strange thing is that the Registration news item has extended news and it has the read more ????
Please Help???? :)
Edited by christo78 on 05-02-2006 12:28,
0 replies

2 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I've found an error on line 68 of news.php:

Quote

if ($news_info['news_extended'] || $news_info['news_allow_comments']) {


Should be

Quote

if ($news_info['news_ext'] == "y" || $news_info['news_allow_comments']) {
0 replies
C
christo78
C
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Thank you very very much Digitanium :D
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet