Clan Adverts

PHP Web Host - Quality Web Hosting For All PHP Applications

 

www.clan-themes.co.uk :: View topic - Topic module question

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Topic module question

5 Replies / 455 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » Modules

View previous topic :: View next topic


shockerman88
Reputation: 469.5
Local time: 7:51 AM


Status: Offline
0.03 posts per day
Medals: 0

Joined: Oct 28, 2007
Last Visit: 14 Sep 2008
Posts: 13
Points: 359 

Post Topic module question Posted: Mon Jun 16, 2008 1:39 pm   

I use PHP-Nuke 7.9 and I can only add 4 Topics for my news. Is that the way it is supposed to be or is there something I can do to add more? When I add a topic it gives no errors the new one just doesn't show up. Thanks.
 

 
View user's profileSend private message Reply with quote

Bayler
Reputation: 748
votes: 9
Local time: 7:51 AM

usa.gif

Status: Offline
0.71 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 20 Aug 2008
Posts: 275
Points: 6636 

Post Topic module question Posted: Mon Jun 16, 2008 4:54 pm   

The Topics Module should hold unlimited amount of topics, or up to the max SQL field amount ( 999 ) if i had to guess...

Have you tried looking into your phpmyadmin and checking to see if the topics are being saved to the Database ?
 

You will not recieve help from me if i have to go digging for your CMS information and version, If i have to take the time to play 21 questions, then you can take the time to google! No Copyright, no support either!  
View user's profileSend private messageMSN Messenger Reply with quote

shockerman88
Reputation: 469.5
Local time: 7:51 AM


Status: Offline
0.03 posts per day
Medals: 0

Joined: Oct 28, 2007
Last Visit: 14 Sep 2008
Posts: 13
Points: 359 

Post Re: Topic module question Posted: Mon Jun 16, 2008 5:36 pm   

I checked phpmyadmin, looked at _topics and checked to see if they were there. The only ones that are there are the 4 current ones I have. If I add more it doesn't add them. I do not know sql at all really and I am not sure if there is a setting in there that would limit it. I will look at it more once I get home from work. Thanks for the reply.
 

 
View user's profileSend private message Reply with quote




Ped
Reputation: 334.7
votes: 17
Local time: 1:51 PM
Location: Great British Empire
uk.gif

Status: Offline
2.36 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 23 Nov 2008
Posts: 1746
Points: 15173 

Post Topic module question Posted: Mon Jun 16, 2008 8:25 pm   

YOU MIGHT WANT TO MAKE A BACKUP OF YOUR DATABASE BEFORE !!

Try running this in phpmyadmin (hit the SQL tab, usually second tab in) and then paste this code in and hit GO

Code:
DROP TABLE IF EXISTS `nuke_topics`;
CREATE TABLE `nuke_topics` (
  `topicid` int(3) NOT NULL auto_increment,
  `topicname` varchar(20) default NULL,
  `topicimage` varchar(20) default NULL,
  `topictext` varchar(40) default NULL,
  `counter` int(11) NOT NULL default '0',
  PRIMARY KEY  (`topicid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=0 ;

--
-- Dumping data for table `nuke_topics`
--

INSERT INTO `nuke_topics` VALUES (1, 'ravennuke', 'AllTopics.gif', 'RavenNuke(tm)', 0);


If that fails to work, re upload the topics module yoursite/modules/topics
 

 
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

shockerman88
Reputation: 469.5
Local time: 7:51 AM


Status: Offline
0.03 posts per day
Medals: 0

Joined: Oct 28, 2007
Last Visit: 14 Sep 2008
Posts: 13
Points: 359 

View user's profileSend private message Reply with quote

Ped
Reputation: 334.7
votes: 17
Local time: 1:51 PM
Location: Great British Empire
uk.gif

Status: Offline
2.36 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 23 Nov 2008
Posts: 1746
Points: 15173 

View user's profileSend private messageSend e-mailVisit poster's website Reply with quote



Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » Modules


 
5 Replies / 455 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum