<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : NEW USER HAS A QUESTI&#079;N</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : NEW USER HAS A QUESTI&#079;N]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 15:32:10 +0000</pubDate>
  <lastBuildDate>Sat, 26 Nov 2005 23:44:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=17207</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : 1.) This was exactly the kind...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post94395.html#94395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22251">Wrightwood</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2005 at 11:44pm<br /><br />1.)&nbsp; This was exactly the kind of tutorial I needed to make the change.&nbsp; With your perfect instructions I decided to take the plunge and edit the database.&nbsp; It seems to be working great....thank you soooo much.<DIV>2.)&nbsp; I am wondering is there a way to write http:// addresses in the description of a forum?&nbsp; or link the description?&nbsp; I am just wondering it would be nice if I could do that!&nbsp; I can't wait for 8 to come out it sounds like the search change is going to make it 10 times better.&nbsp; Let alone all the other changes.</DIV><DIV>&nbsp;</DIV><DIV>3.)&nbsp; I have seen a mod somewhere on this forum about changing the actual date to words like TODAY, YESTERDAY etc.&nbsp; I read it and I think I even tried it but without knowing exactly where to put those changed files I didn't want to take the chance.&nbsp; Ali, if you wouldn't mind giving it to me in the same ordered format I would appreciate it greatly.&nbsp; Hope you all had a great Thanksgiving</DIV>]]>
   </description>
   <pubDate>Sat, 26 Nov 2005 23:44:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post94395.html#94395</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : here you go 1-backup database 2-open...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post94076.html#94076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20191">Ali Bilgrami</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 21&nbsp;November&nbsp;2005 at 12:36am<br /><br />here you go<DIV>1-backup database</DIV><DIV>2-open database table tblAuthor in design view</DIV><DIV>3-select the field Username</DIV><DIV>4-in the properties below increase the field size to what ever number u want its 30 by default.</DIV><DIV>5-exit and save</DIV><DIV>6- upload yer database</DIV><DIV>same goes for forum details and forum names but i think they are already pretty large forum name field size is 100 and forum details size is 200 (these can be to the max of 255 due to text data type limitation). Any way same steps for those two.</DIV><DIV>now after uploading your database you want these changes to take effect.</DIV><DIV>open the register.asp find this </DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>'If this is a new registration display a filed for the username<BR>&nbsp;If strMode = "new" Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="text" name="name" size="15" maxlength="15" value="&lt;% = strUsername %&gt;" /&gt;&lt;%<BR></td></tr></table></DIV><DIV>it would be line 1454 under the title Registration Details if you are using an UnModed and Fresh copy of the file.</DIV><DIV>change it to this</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>'If this is a new registration display a filed for the username<BR>&nbsp;If strMode = "new" Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="text" name="name" size="<FONT color=#0000ff>15</FONT>" maxlength="<FONT color=#ff0000><strong>50</strong></FONT>" value="&lt;% = strUsername %&gt;" /&gt;&lt;%<BR></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>now save the changes and upload the file. u can change the max length to max of 255. </DIV><DIV>now for the forum name and details.</DIV><DIV>&nbsp;</DIV><DIV>goto admin directory and open forum details.asp. At line 353 edit this code</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&lt;input type="text" name="forumName" maxlength="60" size="30" value="&lt;% = strForumName %&gt;"&gt; &lt;/td&gt;</DIV><DIV></td></tr></table></DIV><DIV>to this</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&lt;input type="text" name="forumName" maxlength="<strong><FONT color=#ff0000>200</FONT></strong>" size="<FONT color=#0000ff>30</FONT>" value="&lt;% = strForumName %&gt;"&gt; &lt;/td&gt;</DIV><DIV></td></tr></table></DIV><DIV>then at line 358 change this code</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&lt;input type="text" name="description" maxlength="190" size="30" value="&lt;% = strForumDescription %&gt;"&gt;&lt;/td&gt;</DIV><DIV></td></tr></table></DIV><DIV>to this</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&lt;input type="text" name="description" maxlength="<strong><FONT color=#ff0000>255</FONT></strong>" size="<FONT color=#0000ff>30</FONT>" value="&lt;% = strForumDescription %&gt;"&gt;&lt;/td&gt;</DIV><DIV></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>save the file and upload it. this should pretty much do it. the fields in red are the length of the string you can type in the input text box. where as the size in blue is the actual width of textbox you can increase it if seems fit to you. let us know if it works.</DIV><DIV>&nbsp;</DIV><DIV>Note: <strong>Before doing anything please backup the files to be edited&nbsp;and database.</strong></DIV><DIV>&nbsp;</DIV><DIV>Note: <strong>These changes are for a fresh copy of those files. If you have moded any of those the line numbers might not be the same but sure will somewhere around those line numbers. </strong></DIV>]]>
   </description>
   <pubDate>Mon, 21 Nov 2005 00:36:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post94076.html#94076</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N :  Forget the ads... and the question!...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post94068.html#94068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22251">Wrightwood</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2005 at 3:28pm<br /><br /><DIV><DIV>Forget the ads... and the question!&nbsp; <strong>SEE BELOW</strong></DIV></DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Wrightwood" alt="Originally posted by Wrightwood" style="vertical-align: text-bottom;" /> <strong>Wrightwood wrote:</strong><br /><br />1.)&nbsp; Well so far the edits are going well.&nbsp; I still haven't tried to change the database to give me more character spaces for topics.&nbsp; Sounds kinda scary if you can corrupt your database doing that however, I sure do need more room for both topic descriptions and user names (I have a few with 16 characters instead of the max of 15).&nbsp; I know it can be done because these forum members belong to others that have no trouble accepting the longer names.&nbsp;</td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>How do I increase the characters in Forum descriptions?</DIV><DIV>so that I don't get cut off in mid sentence?&nbsp; I know it has something</DIV><DIV>to do with the database but as I said before I don't want to go messing with numbers that may affect the program.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 20 Nov 2005 15:28:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post94068.html#94068</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : Ads cannot bemessed with Id say...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post94008.html#94008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20191">Ali Bilgrami</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2005 at 8:16pm<br /><br /><P>Ads cannot be&nbsp;messed with Id say leave them as they are if you havent purchased the license key. </P>]]>
   </description>
   <pubDate>Thu, 17 Nov 2005 20:16:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post94008.html#94008</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N :   Wrightwood wrote:1.)   2.)...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93997.html#93997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22251">Wrightwood</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2005 at 2:38pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Wrightwood" alt="Originally posted by Wrightwood" style="vertical-align: text-bottom;" /> <strong>Wrightwood wrote:</strong><br /><br />1.)&nbsp; <DIV>&nbsp;</DIV><DIV>2.)&nbsp; Last but not least, I have seen several examples of webwiz forums with the advertisements stacked on the bottom instead of both the top and bottom.&nbsp; I was wondering if there is a trick to setting them at the bottom.&nbsp; I have no problem with the ads but I would like to have a bigger area for my header without corrupting the operation of the board.&nbsp; Anyway those are the latest questions I have.&nbsp; Keep up the good work.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Thanks to all the team at Webwizforums.</DIV></td></tr></table><DIV>&nbsp;</DIV><DIV>Maybe the above question was overlooked?</DIV>]]>
   </description>
   <pubDate>Thu, 17 Nov 2005 14:38:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93997.html#93997</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : 1.) Well so far the edits are...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93878.html#93878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22251">Wrightwood</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 15&nbsp;November&nbsp;2005 at 4:37am<br /><br />1.)&nbsp; Well so far the edits are going well.&nbsp; I still haven't tried to change the database to give me more character spaces for topics.&nbsp; Sounds kinda scary if you can corrupt your database doing that however, I sure do need more room for both topic descriptions and user names (I have a few with 16 characters instead of the max of 15).&nbsp; I know it can be done because these forum members belong to others that have no trouble accepting the longer names.&nbsp; <DIV>&nbsp;</DIV><DIV>2.)&nbsp; Last but not least, I have seen several examples of webwiz forums with the advertisements stacked on the bottom instead of both the top and bottom.&nbsp; I was wondering if there is a trick to setting them at the bottom.&nbsp; I have no problem with the ads but I would like to have a bigger area for my header without corrupting the operation of the board.&nbsp; Anyway those are the latest questions I have.&nbsp; Keep up the good work.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Thanks to all the team at Webwizforums.</DIV>]]>
   </description>
   <pubDate>Tue, 15 Nov 2005 04:37:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93878.html#93878</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : you can turn off the edit by system...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93762.html#93762</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2005 at 11:17am<br /><br />you can turn off the edit by system all together yes from tha admin menu my method is on a per edit status. <br><br>so you can choose everytime you edit a post if to or not.<br>]]>
   </description>
   <pubDate>Sun, 13 Nov 2005 11:17:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93762.html#93762</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : i think there is an option in...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93754.html#93754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20191">Ali Bilgrami</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2005 at 8:15am<br /><br />i think there is an option in forum configuration tab in admin pannel for this...]]>
   </description>
   <pubDate>Sun, 13 Nov 2005 08:15:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93754.html#93754</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N :  this is not an option in the...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93749.html#93749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2005 at 6:16am<br /><br />this is not an option in the standard install,<br><br>but not hard to eccomplish<br><br>in the message form (RTE and stanfdard message include files in the includes file)<br><br>when its not pm or new post, (strMode = "edit")<br><br>then add a checkbox, and call it /add mesasge saying dont display edit by<br><br>then on post_message.asp find the section that handles the edited by part mid way i think.<br><br>and add if CBool(request.form("EditBy")) = True then<br><br>add ' AND CBool(request.form("EditBy")) = True' to the if statement for it.<br><br><br>i have used this method on my support forum.<br><br><br>makee sure its for blnAdmin or blnModerator can only see it<br><span style="font-size:10px"><br /><br />Edited by dj air - 13&nbsp;November&nbsp;2005 at 6:17am</span>]]>
   </description>
   <pubDate>Sun, 13 Nov 2005 06:16:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93749.html#93749</guid>
  </item> 
  <item>
   <title><![CDATA[NEW USER HAS A QUESTI&#079;N : I hope you don&amp;#039;t get tired...]]></title>
   <link>https://forums.webwiz.net/new-user-has-a-question_topic17207_post93743.html#93743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22251">Wrightwood</a><br /><strong>Subject:</strong> 17207<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2005 at 12:01am<br /><br />I hope you don't get tired of hearing from me but here goes:&nbsp; Recently my wife found the need to edit or add to several hundred posts on our forum.&nbsp; She was really mad when it said this post was edited by and gave the time, date and who by.&nbsp; Is there anyway that I can turn that off while editing as an administrator?<DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV>]]>
   </description>
   <pubDate>Sun, 13 Nov 2005 00:01:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-user-has-a-question_topic17207_post93743.html#93743</guid>
  </item> 
 </channel>
</rss>