>>  Site Map >>  Forums >>  General 6x

Forum module - topics in forum:



General 6x - Discussions reagarding any other PHP-Nuke Problems.



Storys won't show up

I am having a small problem , I am running version 6.9 , When i go to add a story so that it shows up on the home page for all to see including vistors nothing shows up , i have created new type of article , ect,ect , I write out what i would like to have on the front page , i do not select programme artice , Now it shows up on my home page when i am signed in under adminstrator but when i log out it dissapairs , When i create the artice it is selected as show to all vistors , and when i look at my modules News is highlighted and has Active (In Home) and show to all vistors.

But it does not show up to anybody only me and only when i am logged in under admin , I just want to be able to show news to everybody as new things that are going on woth the site , I am also using the cobolt theme , would this make any difference. < got me stummped anybody got any ideas as to why this is not showing.






Hmmmm, very strange Confused try selecting another module for home and see if that displays ok.




Still does not work

Ok what i tried was i open modules , and selected reviews to be on the home page , the dialog do u want this to be your new home page came up , selected yes , it came up on the home page , so i logged out of admin and it was still there as it was ment to be , visable to all vistors , so i logged back in again under admin and changed the news to put in home page , same thing came up make this your new home page , i selected yes , it now replaced reviews on the home page , and was visable to me , but when i logged out of admin it dissapaired again , it is set to all vistors , so it has me lost on what to do , I have not been able to find a addin block either that will alow me to post news on the home page. Any more ideas on how i could fix this anoying problem.

Ice






Is this something that has just started happening? did they ever display correctly? have you upgraded anything prior to this happening?




Nothing new

No it is pretty much a new install , I am only new to this , everything seems to be working fine except for this , The only thing i have changed was to stop emails being sent for activation so the activation was instant , as posted on here , It has been the first time i have tried to use the new story part of it , everything else seems to work fine.

Ice






You could try dropping the nuke_stories table from the database and re-adding it, it could be corrupt.

Code: :
#
# Table structure for table `nuke_stories`
#

CREATE TABLE nuke_stories (
  sid int(11) NOT NULL auto_increment,
  catid int(11) NOT NULL default '0',
  aid varchar(30) NOT NULL default '',
  title varchar(80) default NULL,
  time datetime default NULL,
  hometext text,
  bodytext text NOT NULL,
  comments int(11) default '0',
  counter mediumint(8) unsigned default NULL,
  topic int(3) NOT NULL default '1',
  informant varchar(20) NOT NULL default '',
  notes text NOT NULL,
  ihome int(1) NOT NULL default '0',
  alanguage varchar(30) NOT NULL default '',
  acomm int(1) NOT NULL default '0',
  haspoll int(1) NOT NULL default '0',
  pollID int(10) NOT NULL default '0',
  score int(10) NOT NULL default '0',
  ratings int(10) NOT NULL default '0',
  associated text NOT NULL,
  PRIMARY KEY  (sid),
  KEY sid (sid),
  KEY catid (catid),
  KEY counter (counter),
  KEY topic (topic)
) TYPE=MyISAM;

#
# Dumping data for table `nuke_stories`
#





Still no go

Ok i went and dropped the table nuke_stories from the sql database and recreated it with the code that u posted , Imported it no problem went and posted a story , showed up fine when logged in under admin as soon as i logged out of admin it dissapaired , when i created the story i made sure who can view this showed all vistors , I dunno maybe i am doing something wrong , do i have to set the catogorys to be viewed by all vistors as i am sure there was no option for that when i created the catogory. Got me stummped. Any more ideas.

Ice






Try posting something but dont select a category, just leave it in articles.




Nope same result

No sorry go the same result leaving cat as articles , Hmmmm , i dunno sorry for all this i am sure u have better stuff to do than bother with this , Do u know of any other block that i could get to do this same thing , If i cannot get this working it seems my only option , Ok wheres that brick wall i must have worn a small dent in it by now.

Ice






But still dont get over the problem why news aint displaying, if it wont display in the default news module it probably won't display in any.

Loads of different news mods, I use some different ones at http://www.web-forums.co.uk/

I'll dig out some d/load links for them.






Mozaks news like my site

http://www.nukeresources.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=779&title=Mozaks%20News%20for%20Nuke%206.5%20&%20up




Still no go

Thanks for that i grabed it and installed it , I presume u still add your news via add new story , Well i did that and still got the same result , nothing showing up in the middle of the home page when i log out of admin although it is set to home page and show all vistors , I do have a copy php-nuke 7.02 but i am a bit scared just to copy all the files over replacing all the others as knowing my luck nothing will work at all then. I have spent quite abit of time setting it up to what it looks and works like now. Oh i also made sure set the order , And the topics are showing up as green , which in the readme files says will be on the homepage.
Ok i give up , where to now , Is there any blocks i could use instead for posting news.

Ice






Like I said in a previous post it is unlikely that any addon news mod will work if you have an underlying problem.

If this was my site and there was no content to lose I'd have to do a fresh install.






THANKYOU THANKYOU - you helped me fix my story!!!!!






I have a bit of a similar problem but I run 7.3. The issue has something to do with the ihome value in the nuke_sotries - I dont know why but if ANY article is set to 1 - then all news disappears from the home.

Where is the actual QUERY that pulls the data for the News Mod in the Home located?




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Select page

Valid HTML 4.01 Valid CSS