Author |
Topic |
|
tsod
Starting Member
10 Posts |
Posted - 14 June 2001 : 00:28:27
|
first of all fter trying to install the avatar mod, unsuccesfully i might add, I have just about given up. U see Im not all that smart on codeing and stuff so all thisreally is to me is a big confusing venture. So the whole deal w/ the avatar mod has now prohibited me to view and edit my and my users profiles. I see the avatar option in the admin section on the actaul site. but when i click i get an error not allowing me to proced to the avatar section. Same thing with my profile. Now i just added the private messege mod and I htink it went succesful but i dont see the private messege icon anywhere. Now i dont understand this part in the readme file:
I recommend that all Access users use the Connectstring in your config.asp file labeled as Access2000 This mod will behave better with it, instead of the connectstring labeled as Access97. You can still use an Access97 database with the Access2000 connectstring.
examples of Access97 connectstrings: (not recommended that you use these with this mod)
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/dbroot/snitz_forums_2000.mdb") '## MS Access 97 using virtual path
examples of Access2000 connectstrings:
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
Yeah i dont get that part. I did the moddb setup and altered the default file and it said everything went ok but yet i dont see the icon anywhere. What am i doing wrong? Should I throw the towel in and take it as is?
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 14 June 2001 : 00:37:02
|
If you want to e-mail me the necessary info to login via FTP to your site, I should be able to get both the Avatar MOD and the Private Messages MOD working for you. |
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 14 June 2001 : 18:50:44
|
strSql = strSql & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL, "
can you please tell me exactly where i add this, the txt file says the end of the line, but the code is in the middle of the line, and no matter where i put it i get an error thankyou.
|
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 14 June 2001 : 18:54:07
|
if oyu like i can give you ftp access, whatever it takes to get my forum back up...
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 14 June 2001 : 18:55:30
|
sure just e-mail the info and I'll take a look at it. |
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 14 June 2001 : 19:09:17
|
all sent.
cheers for as usual, your much apreciated help richard!
|
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 14 June 2001 : 19:23:51
|
dont suppose u could take a look at the events calender whilst youre there could you? *lol*
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 14 June 2001 : 20:15:56
|
stuF, I haven't received any e-mail from you yet. Can you resend it?
|
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 15 June 2001 : 05:20:56
|
i sent it again...perhaps the snitz mail function was buggy last night ?!
|
|
|
stuF
Average Member
United Kingdom
561 Posts |
Posted - 15 June 2001 : 13:37:07
|
richard, i just mailed you again, seems there is another problem!!!
ps - i was wondering how difficult it would be to make the bgcolor of the avatar box white, i have some avatars but they have scrappy edges, and non featuring parts are transparent.... i hope its just the case of td bgcolor tag....
Edited by - stuF on 15 June 2001 14:24:18 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 15 June 2001 : 20:25:32
|
you'd have to make the whole left box where the username/stars/post count and such white as well (the whole thing is 1 datacell). |
|
|
|
Topic |
|