Author |
Topic |
Bo Schafers
Starting Member
Australia
2 Posts |
Posted - 13 January 2001 : 08:41:23
|
quote:
Replace with this one :
mLev = cint(ChkUser2(Request.Cookies(strUniqueID & "User")("Name"), Request.Cookies(strUniqueID & "User")("Pword")))
Pulling my hair out here. I really need the functionality of this mod but am stuck. I'm using RS4, and have changed the suggested line. I also tried commenting out the strCookieURL line as Davio suggested but am still getting a blank page :(
What could I be doing wrong????
Bo
|
|
|
Bo Schafers
Starting Member
Australia
2 Posts |
Posted - 13 January 2001 : 18:45:57
|
quote:
What could I be doing wrong????
Sorry folks, my mistake. Needed to close old the session. The mod_admin page worked fine with the edited cookie code when I logged on as Admin later. Great mod! THANKS! Bo
|
|
|
DewyattStanfield
Starting Member
49 Posts |
Posted - 15 January 2001 : 05:08:34
|
Is there an easy way to make this show the last x posts from a category and not the forum as a whole? Might be a nice feature.
|
|
|
Bob
New Member
USA
79 Posts |
Posted - 18 January 2001 : 17:56:44
|
Any final version of this yet. I tried setting up the current one and am getting this error.
Microsoft JET Database Engine error '80040e14'
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
/forum/slash.asp, line 56
Bob Smith www.zooweb.com http://www.imageworks.net/fp2000/forum/default.asp |
|
|
Bob
New Member
USA
79 Posts |
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 21 January 2001 : 09:16:13
|
I have just copied all the files to /mods directory in my forum directory. Later, I have clicked on the go link in the Mod Com., I have encountered a white page, titled as "bla bla... by Animedj". In the kod ther are some java script works but I dont seen anything on the page. Please Help Me.
Thanks in Advance
|
|
|
anotherwin95
Junior Member
USA
140 Posts |
Posted - 22 January 2001 : 10:24:53
|
Was very hesitant to install this seeing so much discussion and problems but I took the leap today and it works great - had to fix the cookie issue and then I played with the HTML to display the info on my main page so it matched the font and look of my site.
Works great. Looks good in IE but I am getting all bold on the bottom part (stats) in Netscape.
Anyone want to have a look for me and give me some feedback?
I appreciate and thanks in advance.
Richard Hay Webmaster/Forum Admin http://AnotherWin95.com http://AnotherWin95.com/forum http://AnotherWin95.com/cowboys/ |
|
|
JeffB
Starting Member
1 Posts |
Posted - 24 January 2001 : 16:25:41
|
I am also getting a blank white page after installing this mod. I unzip the files in the "mods" folder. I then use modCMDR to setup the mod, but when I click "Go" I get a blank page. Does anyone know why this is happening? Thank you.
|
|
|
ajy
New Member
USA
55 Posts |
Posted - 05 February 2001 : 17:20:04
|
I have installed the mod and when I goto slash_admin.asp it shows the page where I select the number of posts and the characters, but when I update them it doesnt show up in the slash.asp at the bottom of that slash_admin.asp page.
It never asked me to update my database so I dont know if that is not working.
I am running the new Huwr Snitz Modification.
I appreciate anyones help. thanks
ajy http://www.ajy.net/ |
|
|
ajy
New Member
USA
55 Posts |
|
ajy
New Member
USA
55 Posts |
Posted - 06 February 2001 : 12:52:09
|
Me again.
well I got the slash mod working on a duplicate of my forum located on another server but now when I take the files over to my main forum I get a blank page.
I setup the fields by hand in the Database and it worked fine on the other server.
Does anyone know why I get a blank page on the other server. The page is blank because it doesnt run anything between the first <center> and the last </center></body></html>
I ran a check to see my DB path in the page and that ran fine and showed the correct path.
Any ideas??
ajy http://www.ajy.net/ |
|
|
ajy
New Member
USA
55 Posts |
Posted - 06 February 2001 : 12:59:00
|
quote:
ShaneB, I got that same problem. It's a cookie problem. Open slash_admin.asp. Near to the top, uncomment these lines in green like I did in the following:Dim slMessage 'strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/mods/")) action = request.querystring("action") set my_Conn = Server.CreateObject("ADODB.Connection") my_Conn.Open strConnString 'mLev = cint(ChkUser2(Request.Cookies(strCookieURL & "User")("Name"), Request.Cookies(strCookieURL & "User")("Pword"))) Then add this line after you did the above:mLev = cint(ChkUser2(Request.Cookies(strUniqueID & "User")("Name"), Request.Cookies(strUniqueID & "User")("Pword"))) Then try accessing the slash_admin.asp again and see if that doesn't fix it.
*----*----*----*----*----*----*----*----* "To Get To Heaven, It's Who You Know That Counts." *----*----*----*----*----*----*----*----*
This fixed my problem. The thread got long and confusing so I didnt see this fix until now.
ajy http://www.ajy.net/ |
|
|
ajy
New Member
USA
55 Posts |
Posted - 07 February 2001 : 19:33:34
|
quote:
Hello everybody.. well.. evehawk.. you can do the following.. first get the number of your FORUMID for the forum that you don't to show and then in the strSQL stament do the following :
strSQL = "SELECT TOP " & slPosts & " FORUM_TOPICS.TOPIC_ID, " & _ ... "WHERE FORUM_FORUM.F_PRIVATEFORUMS = 0 AND " & _ "FORUM_TOPICS.FORUM_ID = FORUM_FORUM.FORUM_ID AND " & _ "FORUM_TOPICS.T_AUTHOR = FORUM_MEMBERS.MEMBER_ID AND " & _ 'this line changes "FORUM_FORUM.FORUM_ID <> [your forum id]" 'new line added
and frankie.. can you do this.. before this line..
set objRec = my_Conn.Execute(strSql)
add this line :
response.write "strSQL = " & strSQL
and post it here..because it seems that there is a problem with you sql stament
--- Johann Reyes http://animedj.com
When I tried this I get no posts from any forum.
Did I do something wrong?
thanks
ajy http://www.ajy.net/ |
|
|
tomasalsbro
Average Member
Sweden
818 Posts |
Posted - 24 February 2001 : 16:29:52
|
quote:
New version of the Slash add-on. Basically added and admin interface and started to use a new table FORUM_MODS, for future mods to use as well. *note : this mod uses mod commander.
d/l : http://animedj.com/hacks/slash.zip
So now bugs and fixes are welcome ^^;;
---- Johann Reyes http://animedj.com
Edited by - animedj on 29 October 2000 01:51:39
Hi, I wonder where I can find the latest update of this slash mod? Tomas
|
|
|
Reinsnitz
Snitz Forums Admin
USA
3545 Posts |
Posted - 24 February 2001 : 17:20:27
|
I was looking for that too :) was actualy going to include an inc_slash.asp in the source if I can get a good working version
Reinsnitz (Mike) ><)))'> "Therefore go and make disciples of all nations,..." Matthew 28:19a |
|
|
Topic |
|