Allowed Member List not working

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/69814?pagenum=1
05 November 2025, 13:06

Topic


Peppermint Patti
Allowed Member List not working
01 February 2011, 14:26


I am running 3.4.05 (I think) and the private forums section just quit working correctly. The private forums feature is on, however, now when I go into the edit section and select either of the Allowed Member List choices, there is not a column on the right to move names into. Please help me, however, know that I know NOTHING about code and don't speak your computer language. I have searched for this issue on this forum and haven't found anything, but that doesn't mean it isn't here.

 

Replies ...


AnonJr
01 February 2011, 19:40


Have you or your host made any changes? I ask because things don't "just quit working correctly" for no reason.
Peppermint Patti
01 February 2011, 20:30


Good question. I have not made any changes, but I will call my host tomorrow and will post the answer. Thank you for responding.
HuwR
02 February 2011, 02:17


can you post an image of what your edit screen looks like
Peppermint Patti
03 February 2011, 20:05


I spoke with our host and they said they did not make any changes. Here is a picture of my edit screen.
[IMG]http://i850.photobucket.com/albums/ab67/jppyland/Image2.jpg[/IMG]
ruirib
04 February 2011, 03:49


Have you tried that in more than one browser?
Shaggy
04 February 2011, 06:18


Also, have a look in the source of the page for any ASP errors that may be hidden from the on-screen output. Although, looking at your screenshot, I don't think there will be any.
Peppermint Patti
04 February 2011, 11:53


Originally posted by ruirib
Have you tried that in more than one browser?
Yes, it is the same in both Internet Explorer and Firefox.
Also, Shaggy, I don't understand. What do you mean by the source of the page? If you are asking about the address bar at the top, it says

post.asp?method=EditForum&FORUM_ID=55&CAT_ID=13
AnonJr
04 February 2011, 20:59


Use your browser's "View Source" option (usually found via right-clicking on a page, and in the menus somewhere) to look at the finished HTML. Depending on where an error occurs, it may get obscured from view, but will show up in the source.
Peppermint Patti
04 February 2011, 23:12


Thank you for being patient with me. Like I said, I know NOTHING!! Here is the code that I think goes to that section of the page:

<td bgColor="lightsteelblue" noWrap vAlign="top" align="right"><font face="Verdana, Arial, Helvetica" size="2"><b>Auth Type:</b></font></td>

<td bgColor="lightsteelblue">
<select readonly name="AuthType">
<option value="0">All Visitors</option>
<option value="4">Members Only</option>
<option value="5">Members Only (Hidden)</option>
<option value="2">Password Protected</option>
<option value="7">Members Only & Password Protected</option>
<option value="3">Allowed Member List & Password Protected</option>
<option value="1" selected>Allowed Member List</option>
<option value="6">Allowed Member List (Hidden)</option>
</select> <a href="Javascript:openWindow3('pop_help.asp?mode=options#authtype')" tabindex="-1"><img src="icon_smile_question.gif" width="15" height="15" border="0" alt="Click here to get more help on this option" title="Click here to get more help on this option" /></a>
<br /><font face="Verdana, Arial, Helvetica" size="2"><b>Password:</b><br /></font>
<input maxLength="255" type="text" name="AuthPassword" size="50" value=" "></td>

</tr>
<tr>
<td bgColor="lightsteelblue" noWrap vAlign="top" align="right"><font face="Verdana, Arial, Helvetica" size="2"><b>Allowed Member List:</b></font></td>
<td bgColor="lightsteelblue">
<table>
<tr>
<td align="center"><font face="Verdana, Arial, Helvetica" size="2"><b>Available</b></font><br />
<select name="AuthUsersCombo" size="6" multiple onDblClick="moveSelectedOptions(document.PostTopic.AuthUsersCombo, document.PostTopic.AuthUsers, false, '')">

<option value="320">1987JEEPMJ</option>
<option value="424">5150Scout</option>
<option value="393">87 4RUNNER 22R TURBO</option>
Carefree
04 February 2011, 23:20


Patti, could you open a copy of your "post.asp" file and save it as a .txt file (click on File, Save as:, then choose text from drop down formats)? Save that on the web somewhere and give us a link to it.
Peppermint Patti
05 February 2011, 13:02


I hope this is what you are asking for. BTW, I am running 3.4.06. http://www.deschutescounty4wheelers.com/Junk/Edit%20Forums%20Post.txt
Carefree
05 February 2011, 13:26


No, Patti, it's not in a .txt format, that's saved as .asp format. Open Windows Explorer (My Computer) & browse to the location of your forum files. Find post.asp and open it with notepad and then save it as "post.txt" - then post a link to it so we can review the programming.
Peppermint Patti
05 February 2011, 13:44


http://www.deschutescounty4wheelers.com/Junk/post.txt How is this? Again, I can't say it enough - thank you for being so patient with someone who does not know this stuff.
Carefree
05 February 2011, 14:10


That file is perfect, matches the original exactly so it's not the issue.
Peppermint Patti
05 February 2011, 17:28


OK, so what is causing my loss of private forums? Any other ideas??
ruirib
05 February 2011, 18:23


Does this happen with more than one user? Would you be willing to email me the data for a temporary moderator account, so that I could have a look?
Peppermint Patti
05 February 2011, 19:10


Yes, it does happen with more than one user. We have tried three different administrator accounts. But I would be willing to give you admin temporarily if you think it will help. This forum won't let me email you, so would you please email me?
ruirib
05 February 2011, 19:41


I would just like to see the javascript being loaded with the page. You are very close to being able to email me, anyway, but I will send you an email.
ruirib
06 February 2011, 04:49


As I suspected, the problem is related to javascript. You seem to be missing the javascript files need to have the page working as it should. In this case, the files are inc_code.js and selectbox.js. You need to get them from the Snitz download zip file and upload them to the forum folder.
Peppermint Patti
06 February 2011, 18:43


Success!! It worked!! Thanks Rui for all the help you gave me.
ruirib
06 February 2011, 18:48


You're welcome :).
© 2000-2021 Snitz™ Communications