NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·Creating a Gaming PHP Nuke Site - Newbie
·Issues with GIF Images
·Installation Issues
·Please Help Question about Siggy's
·Hi My name is Rukasuzu, where is the introduction?
·Include file as block?
·How Do I make a Website?
·Array of strings as parameter
·Theme Change, just white? :(
·How can i disable upload t download by other users?Php-Nuke8

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: carlosmafud
Today: 0
Yesterday: 1
Overall: 15026

Visitation:
Guests: 389
Members: 0
Total: 389


You are Anonymous user. You can register for free by clicking here
Sponsor Links
php-Nuke Themes and Templates
php-Nuke Themes and Templates

NukeResources :: View topic - Migrating back to Nuke from Platinum
NukeResources Forum Index

NukeResources Forum Index -> Upgrading PHP-Nuke -> Migrating back to Nuke from Platinum Goto page Previous  1, 2, 3
Post new topic  Reply to topic    View previous topic :: View next topic 
PostPosted: Sun Sep 18, 2005 9:39 pm Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




Not a SQL guru, but is the entry in your SQL? 'nuke.nuke_bbtopics_watch'

If not let me know I will look at the entry and get you the insert for it
View user's profile Send private message
PostPosted: Sun Sep 18, 2005 10:10 pm Reply with quote
Artemis
Resource Seeker
Resource Seeker
 
Joined: Sep 18, 2005
Posts: 5




No it's not in my SQL


Question
View user's profile Send private message
PostPosted: Sun Sep 18, 2005 10:25 pm Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




[quote="Artemis"]No it's not in my SQL


:?:[/quote]

Drop this into your SQL

-- --------------------------------------------------------

--
-- Table structure for table `nuke_bbtopics_watch`
--

CREATE TABLE `nuke_bbtopics_watch` (
`topic_id` mediumint(8) unsigned NOT NULL default '0',
`user_id` mediumint(8) NOT NULL default '0',
`notify_status` tinyint(1) NOT NULL default '0',
KEY `topic_id` (`topic_id`),
KEY `user_id` (`user_id`),
KEY `notify_status` (`notify_status`)
) TYPE=MyISAM;

--
-- Dumping data for table `nuke_bbtopics_watch`
--
View user's profile Send private message
PostPosted: Sun Sep 18, 2005 11:28 pm Reply with quote
Artemis
Resource Seeker
Resource Seeker
 
Joined: Sep 18, 2005
Posts: 5




Thanks..

worked like a charm Smile
View user's profile Send private message
PostPosted: Thu Oct 27, 2005 5:55 am Reply with quote
Eagle75au
Resource Seeker
Resource Seeker
 
Joined: Oct 27, 2005
Posts: 2




i curently have a clan modded 7.6 Platium installed, what i would like to know is what happens to the theme/forums/downlods ect after reverting back.

and has anyone actually tried this with a clan mod.

the mod i have is PNC 2.1 from www.phpnuke-clan.com

i wanna take this back to 7.6 as i cannot get Sentinel to work on this mod.
View user's profile Send private message
PostPosted: Sun Oct 30, 2005 10:45 am Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




Eagle75au wrote:
i curently have a clan modded 7.6 Platium installed, what i would like to know is what happens to the theme/forums/downlods ect after reverting back.

and has anyone actually tried this with a clan mod.

the mod i have is PNC 2.1 from www.phpnuke-clan.com

i wanna take this back to 7.6 as i cannot get Sentinel to work on this mod.


This is for Nuke-Platinum Only, I am sure with some mods you can use this to convert clan to nuke
View user's profile Send private message
PostPosted: Sun Oct 30, 2005 7:59 pm Reply with quote
Eagle75au
Resource Seeker
Resource Seeker
 
Joined: Oct 27, 2005
Posts: 2




RoadLessTraveled wrote:

This is for Nuke-Platinum Only, I am sure with some mods you can use this to convert clan to nuke


as i stated it is Nuke Platinum.

being a clan mod doesnt actually make it non Platinum, it just has added modules/blocks to suit a clan rather than everyday user.
View user's profile Send private message
PostPosted: Mon Oct 31, 2005 8:18 pm Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




Eagle75au wrote:
RoadLessTraveled wrote:

This is for Nuke-Platinum Only, I am sure with some mods you can use this to convert clan to nuke


as i stated it is Nuke Platinum.

being a clan mod doesnt actually make it non Platinum, it just has added modules/blocks to suit a clan rather than everyday user.


No worries, let me know how it turns out
View user's profile Send private message
PostPosted: Fri Mar 24, 2006 9:55 am Reply with quote
o0CAPPI0o
Resource Seeker
Resource Seeker
 
Joined: Apr 13, 2004
Posts: 2




is there an evolution conversion to phpnuke?

i have a site that was converted from php plat 7.6 to Evo and now i want to convert it back to basic phpnuke 7.8 or higher its mainly the users and forums i want to keep.
View user's profile Send private message
PostPosted: Wed Aug 23, 2006 11:48 pm Reply with quote
waverider
Resource Seeker
Resource Seeker
 
Joined: Jul 08, 2005
Posts: 20




Has anyone tried 7.8 platinum back to 7.8?
Im not looking forward to it Smile
View user's profile Send private message
Migrating back to Nuke from Platinum
 NukeResources Forum Index -> Upgrading PHP-Nuke
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
All times are GMT - 4 Hours  
Page 3 of 3  
Goto page Previous  1, 2, 3
  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 139 unique hit(s) in the past 24 hours.
Forums ©
Need to find your IP fast?


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.41 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::