Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.216
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Change signature maximum characters in cnb_youraccount 4.4.1
Change signature maximum characters in cnb_youraccount 4.4.1

5 Replies / 1552 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Modules

View previous topic :: View next topic


spec4
Reputation: 220.8 Add RepSubtract Rep
Local time: 2:13 PM
Location: McPherson,KS
usa.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Nov 03, 2007
Last Visit: 09 Jul 2008
Posts: 14
Points: 502 

Post Change signature maximum characters in cnb_youraccount 4.4.1 Posted: Mon Nov 12, 2007 1:03 am

Shop Purchases:
Day of Defeat (Sabre) Sand Php Nuke Theme · Day of Defeat (Sabre) Php Nuke Theme

Anyone have a clue how to do this...ive looked in the lang file and came up with _255CHARMAX for the variable and have looked in alot of the files but im growing tired and im looking for a quick fix.
 

 
View user's profileSend private messageVisit poster's websiteAIM AddressMSN Messenger Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:13 PM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Change signature maximum characters in cnb_youraccount 4.4.1 Posted: Mon Nov 12, 2007 6:56 am

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

It is most likely limited by the sql table. Are you very familiar with phpmyadmin?
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

spec4
Reputation: 220.8 Add RepSubtract Rep
Local time: 2:13 PM
Location: McPherson,KS
usa.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Nov 03, 2007
Last Visit: 09 Jul 2008
Posts: 14
Points: 502 

Post Re: Change signature maximum characters in cnb_youraccount 4 Posted: Mon Nov 12, 2007 9:16 am

Shop Purchases:
Day of Defeat (Sabre) Sand Php Nuke Theme · Day of Defeat (Sabre) Php Nuke Theme

If it is i didnt figure out which one it was. thrers the tables.

Thanks for helping

Code:
-- Table structure for table `nuke_cnbya_config`
--

CREATE TABLE `nuke_cnbya_config` (
  `config_name` varchar(255) NOT NULL default '',
  `config_value` longtext,
  UNIQUE KEY `config_name` (`config_name`)
) ENGINE=MyISAM;

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

--
-- Table structure for table `nuke_cnbya_field`
--

CREATE TABLE `nuke_cnbya_field` (
  `fid` int(10) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default 'field',
  `value` varchar(255) default NULL,
  `size` int(3) default NULL,
  `need` int(1) NOT NULL default '1',
  `pos` int(3) default NULL,
  `public` int(1) NOT NULL default '1',
  PRIMARY KEY  (`fid`),
  KEY `fid` (`fid`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `nuke_cnbya_tos`
--

CREATE TABLE `nuke_cnbya_tos` (
  `id` int(11) NOT NULL auto_increment,
  `data` text NOT NULL,
  `status` tinyint(4) NOT NULL default '0',
  `des` text NOT NULL,
  `language` varchar(25) NOT NULL default '',
  `time` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `nuke_cnbya_value`
--

CREATE TABLE `nuke_cnbya_value` (
  `vid` int(10) NOT NULL auto_increment,
  `uid` int(10) NOT NULL default '0',
  `fid` int(10) NOT NULL default '0',
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`vid`),
  KEY `vid` (`vid`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `nuke_cnbya_value_temp`
--

CREATE TABLE `nuke_cnbya_value_temp` (
  `vid` int(10) NOT NULL auto_increment,
  `uid` int(10) NOT NULL default '0',
  `fid` int(10) NOT NULL default '0',
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`vid`),
  KEY `vid` (`vid`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
 

 
View user's profileSend private messageVisit poster's websiteAIM AddressMSN Messenger Reply with quote


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:13 PM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Change signature maximum characters in cnb_youraccount 4.4.1 Posted: Mon Nov 12, 2007 9:53 am

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

I think what your looking for can be found in the nuke_users table

Check out what I found.

BTW, _255CHARMAX is probably a language definition. To edit open your language file in the your_account module folder.

user_sig.png
 Description:
 Filesize:  37.95 KB
 Viewed:  9 Time(s)

user_sig.png


 

 
View user's profileSend private messageVisit poster's website Reply with quote

spec4
Reputation: 220.8 Add RepSubtract Rep
Local time: 2:13 PM
Location: McPherson,KS
usa.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Nov 03, 2007
Last Visit: 09 Jul 2008
Posts: 14
Points: 502 

Post Re: Change signature maximum characters in cnb_youraccount 4 Posted: Mon Nov 12, 2007 9:32 pm

Shop Purchases:
Day of Defeat (Sabre) Sand Php Nuke Theme · Day of Defeat (Sabre) Php Nuke Theme

Sure ennough you where right.. i would have figured it would have been a cnb thing beacuse ive never had a problem befor this.

Thanks for the help floppy
 

 
View user's profileSend private messageVisit poster's websiteAIM AddressMSN Messenger Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:13 PM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Change signature maximum characters in cnb_youraccount 4.4.1 Posted: Mon Nov 12, 2007 9:37 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

I had a similar problem customizing our advertising module a few weeks ago. It took me 2 days to figure it out, lol. So it was sorta a fresh thought.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Modules


 
5 Replies / 1552 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