Sorry for the delay on a new version. The past weekend did not work out as planned. So now I'll just say an update will be coming "soon".
Jeff - What little changes are you looking for? I might be able to implement them quickly.
The changes I've been wanted we've already talked about.
Setting a variable to allow certain events to be 'sign-up-able'. I have the change in eventlist.asp which limits it and the option set in topic.asp to enter for events. But I dont know how to have it enter this into the db.
It would be cool if on the 'pick an event:' dropdown list it would just show those forums which are 'sign-up-able'.
It would also be cool if on the even list cal.asp there were an icon (with link to sign-up) next to the events which have sign-up ability. This would also be cool if it showed icons (with link) on the events on sitenews.asp on SH.
I would like if it was a pop-up window.
I know this is asking alot.
Some ideas .. maybe if anyone has a chance to look at it who would know how to do it.
Would you mind sharing the changes you made to n8's sign-up mod? Also can you tell me how you made a dynamic link to users photo gallery from your drop down menu?
Would you mind sharing the changes you made to n8's sign-up mod? Also can you tell me how you made a dynamic link to users photo gallery from your drop down menu?
Hello guys I have been using this noe since the 4th of April and all works fine... Up until now. I just went over to the May cal. to sign up for som events and the links is gone...Any ideas why?
you can download it from here http://www11.brinkster.com/drhodes/snitzmods.asp I have modified the folder breadcrumb thingy and removed date from the mod, but you can copy the formatting if needed
Hello guys I have been using this noe since the 4th of April and all works fine... Up until now. I just went over to the May cal. to sign up for som events and the links is gone...Any ideas why?
Is this a bug?
A good developer never creates bugs, they're always 'features'
Seriously though, i've had no problems with mine over multiple months
David - I going to download your version of the snitz formating. I thought I have corrected the look in the last update but if yours is better I would like to include it in the next version. I want to make sure that is ok?
jeffery - I am working on selecting what events you want to sign up to show on. Unfortunatly I have not had much time lately to work on it. I think I will have all your suggestions included in the next release. I am including the ability for moderators/admins to change and delete the list. I need this for my board. I plan on having a admin page where you can delete the entire list. I will not give out a release date except "coming soon" - sorry .
Randy K - the link is generated in the topic.asp file. This is were you would need to start. If you want to send me that file i'll take a look at it.
One last thing - I never said I was a good developer so this could be a bug
David - I going to download your version of the snitz formating. I thought I have corrected the look in the last update but if yours is better I would like to include it in the next version. I want to make sure that is ok?
jeffery - I am working on selecting what events you want to sign up to show on. Unfortunatly I have not had much time lately to work on it. I think I will have all your suggestions included in the next release. I am including the ability for moderators/admins to change and delete the list. I need this for my board. I plan on having a admin page where you can delete the entire list. I will not give out a release date except "coming soon" - sorry .
Randy K - the link is generated in the topic.asp file. This is were you would need to start. If you want to send me that file i'll take a look at it.
One last thing - I never said I was a good developer so this could be a bug
Randy - try this - Line 1301 move the following code:
if isevent = "False" then
Response.Write " <tr>" & vbNewLine & _
" <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">To sign up for this event or to see who it attending click below:<br><a href=""" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit"">" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit</a> </span></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
end if
after this code:
' Remember to start the 2nd line below with Response.Write.
' #####################################################################################
Response.Write " </tr>" & vbNewLine
Randy - try this - Line 1301 move the following code:
if isevent = "False" then
Response.Write " <tr>" & vbNewLine & _
" <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">To sign up for this event or to see who it attending click below:<br><a href=""" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit"">" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit</a> </span></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
end if
after this code:
' Remember to start the 2nd line below with Response.Write.
' #####################################################################################
Response.Write " </tr>" & vbNewLine
Ok I moved: if isevent = "False" then Response.Write " <tr>" & vbNewLine & _ " <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">To sign up for this event or to see who it attending click below:<br><a href=""" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit"">" & strForumURL & "eventlist.asp?Event=" & TopicID & "&B1=Submit</a> </span></font></td>" & vbNewLine & _ " </tr>" & vbNewLine end if
And placed it after: ' Remember to start the 2nd line below with Response.Write. ' ##################################################################################### Response.Write " </tr>" & vbNewLine
I was sure hoping to get this fixed befor today may 1st. Oh well just when ever anyone can get back to me. We love this on our site and worked fine the month April but no link to sign up after that. Andy when I do find my way into it here is how I see it.. There is a black area around then field boxs and you can't see the text.
Thank you Randy
Edited by - randykirkpatrick on 01 May 2003 08:31:55