Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
FishinKev
New Member
New Member



Joined: May 11, 2005
Posts: 15
Location: Northern Ontario, Canada

PostPosted: Sun Aug 13, 2006 4:54 pm Reply with quote

Hi its been a while... But i have a question.. Im trying to help a friend do up a site. so to make things easy i thought this would be easiest for him.
I am trying to make pages in "Content" from the admin panel. Then directly link those pages useing the sommere menu.

The problem is. When i make a page i think there is a limmit on how big the page can be. If i make a small page it gets saved. Now if i make a big page i does not and i get no error.

Also ill find out soon but is there a limit to what HTML i can use there?


Also i am useing a fresh install on Nuke 7.6 patched 3.2 (2 i think)


Thanks FishinKev
 
View user's profile Send private message Visit poster's website MSN Messenger
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Sun Aug 13, 2006 5:26 pm Reply with quote

Look at the fields in the content table. Then compare the field types to the what your database (e.g. MySQL) supports for that field type.

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
FishinKev







PostPosted: Sun Aug 13, 2006 5:58 pm Reply with quote

Just look he is running MySQL version 4.1.12

Now im a little confused about the rest here.
Here are the two db i grabed from a backup.
Everything seems to be working great though.Other than this.

CREATE TABLE nuke_pages (
pid int(10) NOT NULL auto_increment,
cid int(10) DEFAULT '0' NOT NULL,
title varchar(255) NOT NULL,
subtitle varchar(255) NOT NULL,
active int(1) DEFAULT '0' NOT NULL,
page_header text NOT NULL,
text text NOT NULL,
page_footer text NOT NULL,
signature text NOT NULL,
date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
counter int(10) DEFAULT '0' NOT NULL,
clanguage varchar(30) NOT NULL,
PRIMARY KEY (pid),
KEY pid (pid),
KEY cid (cid)
);

CREATE TABLE nuke_pages_categories (
cid int(10) NOT NULL auto_increment,
title varchar(255) NOT NULL,
description text NOT NULL,
PRIMARY KEY (cid),
KEY cid (cid)
);
 
kguske







PostPosted: Sun Aug 13, 2006 6:29 pm Reply with quote

The text fields are the ones you're interested in. I couldn't verify, but I believe the maximum for a row of an ISAM table is 65535 bytes.
 
FishinKev







PostPosted: Sun Aug 13, 2006 6:33 pm Reply with quote

Ahhh i see what your saying now.

Now with keeping my theary that he can create pages in the admin area, i guess he would have to make "storeys" then link to them?

Thanks for the very quick responce! You guys rock.
Ive been searching for a content module hack. But no luck so far. Te only one i found was made so that members can submit a content page.....

Thanks Kev


*Edit
I found two content hacks.
First was contentplus100
It worked as in being able to make my bigger pages. But the admin area looked like it was for a new version of nuke. Missing buttons etc etc.
So i uninstalled it.
Second was
Contenthack7.6
It never did let me make my larger content pages.

Im assuming that contentplus alterted a table? Contentplus100 has an autoinstaller. Would someone help me decipher it? Hopefully it will work for me.

Kev
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©