Jump to content

Recommended Posts

Posted

I don't know how or what caused this, the news items are no longer showing up, http://globalaircargovirtual.org check for yourself, i tried to install the examcenter pluggin and thought that it might have had something to do with it, but obviously not, as i have removed the links to see if it was the links causing the problem.

Cheers

Dan C

  • Administrators
Posted

Looking at the source from your page all I see in what should be the news is <p></p> - without you posting any of the code from the page I would guess that there is something around the news call that has been changed, maybe inadvertently. maybe even the (5) to (0), or a missing php tag in the news template that holds the news layout. I think I would start looking in the news template first as it looks like the call is being made due to the fact you are getting the open and close paragraph tags.

Posted

	<p><?php



// Show the News module, call the function ShowNewsFront

//	This is in the modules/Frontpage folder



News::ShowNewsFront(5);

?></p>

that is the code from the frontpage_main.tpl file. I did not edit or change anything in the code.

Cheers

Dan C

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...