Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 30 March 2001 : 17:20:07
|
I did find a couple of stray table tags, but I'll recheck the new zip and let you know, one thought I had (yet another crazy idea) it would be nice if you could specify wether the category occupied 2 or one column, so you could have one the full width.
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 30 March 2001 : 17:53:22
|
still getting aproblem with template, it is expecting it to be in cats not links.
Can not delete any thing, get object required line 51 in deletecategory.asp this refers to objrec2
|
|
|
work mule
Senior Member
USA
1358 Posts |
Posted - 31 March 2001 : 01:15:14
|
I just took the demo for a test drive. Looks good. There's a lot of potential with this, keep up the good work!!!
|
|
|
tschive
New Member
Switzerland
63 Posts |
Posted - 31 March 2001 : 03:59:26
|
quote:
quote:
i was working a little bit with the code and implemented a test portal here my idea is to make a lot of "puzzles" so you are able to put the content really flexible into the design you need. please visit, and send me your comments.
tschive,
This looks exactly like what I had in mind! Great job, if you added the links calendar to the layout it would be awesome. Try using this file as an include, I haven't tested it very thoroughly but it should work if you have the Calendar mod installed.
http://www1.7host.com/ninjaman/Portal/Calendar.inc
hi all brent thanks a lot for your feedback. i added the events mod and your include. this works really fine. and beside. i can even jump from your include file to a specific date in the events.asp. if i do this with the small calendar in the events.asp i recive an error. strange, but we "europeans" are not really served with this mod in the next days, i will try to work on different display possibilities. so we can provide a wide variety of "looks". the first will be a news display with include (done), newslist, and detail view.
tschive
;-) .... und tschüss |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 31 March 2001 : 04:36:49
|
tschive,
I am working on de-americafying the evnts .asp at the moment.
Brent, Any pointers on my inability to delete links and categories
|
|
|
tschive
New Member
Switzerland
63 Posts |
Posted - 31 March 2001 : 05:56:39
|
quote:
tschive,
I am working on de-americafying the evnts .asp at the moment.
HuwR you are great tschive
;-) .... und tschüss |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 31 March 2001 : 06:16:13
|
Brent,
Another glitch, everytime I click on the search button, it logs me out of the forum
Ok, ignore that one, it was a prob with my inc_top
|
|
|
Ericke
Starting Member
1 Posts |
Posted - 31 March 2001 : 06:32:03
|
You're forum database is not writeable! Contact your host to make you databasefile (*.mdb) writeable.
Good luck!
quote:
Hi Brent,
Very nice mod... thanks for sharing it!
Just a couple of things --
I tried to login as Admin and it gave me this error:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/Portal/Forum/inc_functions.asp, line 644
Also, when I click on this link: NEW! Testing Related Forum Topic
I get this error:
Microsoft JET Database Engine error '80040e09'
Cannot update. Database or object is read-only.
/Portal/redirect.asp, line 20
I'm curious, about a lot of things, but rather than pepper you with questions, I'd like to have a look around some more...
Great job and Cheers!
Rob
SOrry .... guess I should have read the whole thread more thoroughly...
Edited by - Rob Poretti on 22 March 2001 09:15:11
|
|
|
GP
New Member
63 Posts |
Posted - 31 March 2001 : 10:13:05
|
Hi there,
This looks cool but I have a slight problem..
When I run the database update script "mod_dbsetup.asp" I get this error:
Adding new records.. INSERT INTO FORUM_Site_Links (CatID,Name,URL,LinkDesc) VALUES (0,'Example Link','This link is a demo to give you and idea of what this script can do.') -2147217900 | Number of query values and destination fields are not the same.
Any Ideas.?
|
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 31 March 2001 : 22:51:11
|
I have posted the fixes to these problems in another thread. The problem was with the mod_dbsetup.asp and the portal.dbs pages. very sorry about this!
http://forum.snitz.com/forum/link.asp?TOPIC_ID=7332
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 31 March 2001 : 23:34:30
|
quote:
still getting aproblem with template, it is expecting it to be in cats not links.
Can not delete any thing, get object required line 51 in deletecategory.asp this refers to objrec2
HuwR,
I am looking into these problems right now and should have a fix in about 10 mins...
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 31 March 2001 : 23:47:22
|
HuwR,
I have fixed the files, the problem was with a copy-paste that I did without paying too much attention to making sure I got everything pasted in properly...
You can test the fixes on the demo site.
I have a zip file with the fixed files in it for download here, the files are in the Forum/include/ directory, just over write the old ones.
http://www1.7host.com/ninjaman/Portal/deletefiles.zip
Notice: There were also bugs in the Validate.asp and ShowBadLinks.asp files, which can be downloaded below. These files are also located in the Forum/include directory...
http://www1.7host.com/ninjaman/Portal/OtherFiles.zip
I have also updated the main zip file, yet again... Arrrgh...
Adios.
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com
Edited by - Brent Trevel on 31 March 2001 23:49:53
Edited by - Brent Trevel on 01 April 2001 00:02:10 |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 01 April 2001 : 05:02:34
|
quote:
I did find a couple of stray table tags, but I'll recheck the new zip and let you know, one thought I had (yet another crazy idea) it would be nice if you could specify wether the category occupied 2 or one column, so you could have one the full width.
This is an interesting request... The way I have the category display setup it checks to see if the cat being displayed is the first or second in a row (by checking a counter var and seeing if the number is odd(1st) or even(2nd) line 67 in DisplayCats.asp) and then writes the /td /tr tags accordingly.
Currently the only way to get a category to display the entire width is to only have one per level. I suppose what I could do (this might be what you are asking for actually...) is set it up so that ALL categories display the entire length, instead of side-by-side. This is very easy to do, simply delete the 'if not i mod 2' code and such...
http://www1.7host.com/ninjaman/Portal/Resources_Mod.asp
If this is what you were talking about then I can add the modified DisplayCats.asp to the zip file and people can choose which one they want to use...
Get back to me on this one, and oh yeah, why not check out this topic while you're here?? http://forum.snitz.com/forum/link.asp?TOPIC_ID=7361
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 April 2001 : 05:41:47
|
Thanks for the fixes, will carry on working.
The other point was merely a question, I just thought that if you had three top level cats it would be nice to make one of them full width that was all, not important
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 April 2001 : 08:47:59
|
Biggest problem, can't get the links to work, for some reason it thinks my forum URl is something entirely different, and I can't work out why, when I'm in the forum all is ok, but when I come out of the forum they point to my local server ? not my web server.
|
|
|
Topic |
|