Author |
Topic  |
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
Intrepidone
Average Member
  
Canada
515 Posts |
Posted - 17 February 2001 : 19:27:02
|
G's Da_Stimulator, you've just been pumping out these MODS this last week 
Installed and the guestbook works great. One question though, what is admin_guestbook.asp for? I thought it was maybe for config settings and put it in my admin_home.asp, but when I click on admin_guestbook.asp it takes me right to guestbook.asp or is that what is suppose to happen?
Intrepidone |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 17 February 2001 : 19:31:58
|
When logged in as admin, go to guestbook.asp and you will see options for each topic. they link to admin_guestbook.asp :) thats what its for.
---- Da_Stimulator Snitz Forums Dev Team Member http://stimmy.cfm-resources.com/forum - my testing forums. |
 |
|
Capt_Dunzell
Junior Member
 
USA
160 Posts |
|
Intrepidone
Average Member
  
Canada
515 Posts |
Posted - 17 February 2001 : 19:38:08
|
Ahhhh !!! Ok, the edit n delete.
Thanks Da_Stimulator, I should have noticed that when I hovered my mouse over before
Thanks bud
Intrepidone |
 |
|
Capt_Dunzell
Junior Member
 
USA
160 Posts |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
Capt_Dunzell
Junior Member
 
USA
160 Posts |
Posted - 17 February 2001 : 20:41:49
|
How can I make it so that when people are viewing the guestbook they show up as viewing the guestbook on the active users page?
I tried copying a few of the lines in the active users script and changing the entry to guestbook, but it didnt work.
http://www.dunzellsden.com/forum/ |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 17 February 2001 : 20:47:42
|
you have to make sure that the # is the correct # of characters in the name you have it looking for.
like for instance:
ElseIf lcase(Right(strOnlinePathInfo, 10)) = "active.asp" Then
the 10 is the amount of characters in active.asp
for guestbook.asp it should look like this:
ElseIf lcase(Right(strOnlinePathInfo, 13)) = "guestbook.asp" Then
Edited by - Richard Kinser on 17 February 2001 20:49:45 |
 |
|
Capt_Dunzell
Junior Member
 
USA
160 Posts |
|
Capt_Dunzell
Junior Member
 
USA
160 Posts |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 18 February 2001 : 16:54:51
|
Just Updated: Fixed font sizes and faces to defaults for error messages etc. Added a summary of what you submitted after you submit it.
---- Da_Stimulator Snitz Forums Dev Team Member http://stimmy.cfm-resources.com/forum - my testing forums. |
 |
|
Aznknight
Senior Member
   
USA
1373 Posts |
Posted - 18 February 2001 : 17:02:15
|
hmm this seems like a great mod, stimmy ...also seems like it's a work in progress hehe...should I wait a bit before modifying it to my needs?
I plan to use this so that every member gets their own guestbook on their profile pages...but it'll require some modifications, that would be a pain to redo each time..hehe not really a pain, some extra work i guess.
great mod stimmy. We're releasing mods left and right 
- Alan www.iamviet.com |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 18 February 2001 : 17:04:02
|
I would wait, because there are some display problems I have to work out yet, like this stupid website thing. maybe you could help, take a look at my post in ASP discussion.
---- Da_Stimulator Snitz Forums Dev Team Member http://stimmy.cfm-resources.com/forum - my testing forums. |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 18 February 2001 : 20:31:06
|
If you want I could make you a modified version so that you could have one for each individual person...
---- Da_Stimulator Snitz Forums Dev Team Member http://stimmy.cfm-resources.com/forum - my testing forums. |
 |
|
Topic  |
|