Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Links Manager v3.0 Beta (Snitz v3.4)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 14 September 2003 :  19:55:25  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
I will take a look at this and let you know as soon as possible, thanks!<

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 16 September 2003 :  13:05:30  Show Profile  Visit Bassman's Homepage  Reply with Quote
OneWayMule thanks for the great mod, I love it...its working fine and stable on my forum.

http://www.scoutingforum.com/links.asp

Its translated to Dutch, thats the only thing

Good Job.

Right now i'am testing a include for the frontpage with the 5 latest links.<
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 16 September 2003 :  15:16:26  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Thanks for the comments, Bassman, the MOD looks great on your site! <

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 17 September 2003 :  10:33:29  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message  Reply with Quote
quote:
Originally posted by samyot

Hi,

Don't know if this is a bug or my own problem but I noticed that if I do a search it will bring up a listing (site) that is still waiting to be approved.
Since it has not been approved I assume it should not be diplayed at all, right?

I noticed the search section of the code in links.asp does have the show=1 in the query but for some reason doesn't appear to be working for me!
I am using an Access DB. Anybody else getting this



Something else I noticed. Since the unapproved links are displayed they can also be edited by anyone! Once the issue of displayed unapproved links in a search is resolved, obviously this won't be an issue but until it is resolved, this could allow anybody to edit an unapproved link through a search.<

Sylvain Amyot
Forum | Home

MY OTHER SITES:
http://www.mypcsecurity.ca
http://www.mynature.ca
http://www.myworkshop.ca
http://www.toptechsites.com
http://www.topsportsites.com
http://www.mysportsforums.net

Edited by - samyot on 17 September 2003 10:34:07
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 18 September 2003 :  12:47:01  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message  Reply with Quote
I fixed the search bringing up unapproved links by replacing: (around line 278-287 in links.asp)


  Call DisplayLinksMenu()
  strsql = "SELECT LINK_ID FROM " & strTablePrefix & "LINKS WHERE "
  strsql = strsql & "NAME LIKE '%" & strLMQuery & "%' "
  If strLMShowDesc = 1 Then
    strsql = strsql & "OR DESCRIPTION LIKE '%" & strLMQuery & "%' "
  End If
  If strLMShowKeywords = 1 Then
    strsql = strsql & "OR KEYWORD like'%" & strLMQuery & "%' "
  End If
  strsql = strsql & "AND SHOW=1 ORDER BY LINK_ID"


with this:


  Call DisplayLinksMenu()
  strsql = "SELECT LINK_ID FROM " & strTablePrefix & "LINKS WHERE "
  strsql = strsql & "NAME LIKE '%" & strLMQuery & "%' AND SHOW=1 "
  If strLMShowDesc = 1 Then
    strsql = strsql & "OR DESCRIPTION LIKE '%" & strLMQuery & "%' AND SHOW=1 "
  End If
  If strLMShowKeywords = 1 Then
    strsql = strsql & "OR KEYWORD like'%" & strLMQuery & "%' AND SHOW=1 "
  End If
  strsql = strsql & "ORDER BY LINK_ID"
<

Sylvain Amyot
Forum | Home

MY OTHER SITES:
http://www.mypcsecurity.ca
http://www.mynature.ca
http://www.myworkshop.ca
http://www.toptechsites.com
http://www.topsportsites.com
http://www.mysportsforums.net
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 19 September 2003 :  07:42:03  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Thanks Sylvain, yes, the code you posted above fixes the problem.
I hope I can release the next version within the next few days, so stay tuned people. <

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

kristien
New Member

78 Posts

Posted - 20 September 2003 :  09:07:31  Show Profile  Visit kristien's Homepage  Reply with Quote
Is there any news on when the official version will be released ? (not beta)<
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 24 September 2003 :  10:01:59  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Not sure, kristien, there's still some work left (new features, improved performance, MySQL "support").
I cannot give any date at the moment, but I try to complete it as soon as I can.<

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 03 November 2003 :  11:54:12  Show Profile  Reply with Quote
I have this installed on SQL and it works great except for one minor thing:

when viewing comments, if the member who made the comment has since been deleted:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/links.asp, line 418
<
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 21 November 2003 :  02:00:30  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message  Reply with Quote

         _                 _        
        | |               | |       
        | |               | |       
       /  |___           /  |___    
______/   ____)   ______/   ____)   
          ____)             ____)   
          ____)             ____)   
-------.______)   -------.______)   


OneWayMule - You get two thumbs-up for this one! Large function MOD and very easy to install.<

- Kevin
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 21 November 2003 :  13:15:14  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message  Reply with Quote
I thought it would be a good idea to let visitors know when a bad link has already been reported. I added what is in red to inc_func_links.asp around line 215.
End If
  If (mLev=4) or (mLev=3 and strLMEdit>0) or (trs("MEMBER_ID")=intUserMemberID and strLMEdit=2) Then
    TmpStr = TmpStr & "          | <a href=""links.asp?action=edit&id=" & trs("LINK_ID") & """>" & getCurrentIcon(strIconPencil,"Edit Link","") & "</a>" &vbNewLine 
  End If
  '##### Show that a link has been reported as bad #####
  If trs("BADLINK") = "1" Then
    TmpStr = TmpStr & "          | <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strHiLiteFontColor & """><b>(This has been reported as a bad link.)</b></font>" &vbNewLine 
  End If
  '##########
  If display_method="search" Then
    TmpStr = TmpStr & "<br /><b>Category:</b>" & vbNewLine
    If trs("CATEGORY") = 0 Then
      TmpStr = TmpStr & "<a href=""links.asp?action=showcat&id=" & trs("PARENT_ID") & """>" & getCategoryName2(trs("PARENT_ID")) & "</a>" & vbNewLine 
    Else
      TmpStr = TmpStr & "<a href=""links.asp?action=showsubcat&id=" & trs("CATEGORY") & """>" & getCategoryName(trs("CATEGORY")) & " / " & getSubCatName(trs("CATEGORY")) & "</a>" & vbNewLine
    End If                       
  End If
<

- Kevin
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 November 2003 :  13:45:04  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
quote:
I have this installed on SQL and it works great except for one minor thing:

when viewing comments, if the member who made the comment has since been deleted:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/links.asp, line 418

I will look investigate this issue. Thank you for reporting.

quote:
I thought it would be a good idea to let visitors know when a bad link has already been reported.

Yes, good idea. Will be added to the MOD.
quote:
OneWayMule - You get two thumbs-up for this one! Large function MOD and very easy to install.

You're welcome!
The final version will be a lot better!<

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 21 November 2003 :  15:05:46  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message  Reply with Quote
quote:
Originally posted by OneWayMule

The final version will be a lot better!

I have to ask, "any idea when we might see the final version?"<

- Kevin
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 November 2003 :  18:35:58  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Hmmm... I originally wanted to stop giving out estimated release dates, there's always something that keeps me from releasing a MOD in the time I planned it.
Anyway, does Christmas sound good to you? <

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

zeth
Junior Member

United Kingdom
117 Posts

Posted - 21 November 2003 :  18:40:15  Show Profile  Visit zeth's Homepage  Reply with Quote
OneWayMule, I made the title of each link page display the category name in the same way a forum topic does, I think it might be worth you doing this for the 1.0 release.<

THEOLOGY.ME.UK CROSSRING.COM
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07