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: News Page
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

snaayk
Senior Member

USA
1061 Posts

Posted - 08 February 2002 :  13:32:58  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
UPDATE: So that the posts show as intended, like on the forum, with urls, <br>, etc do the following:

On pages:
  • newscurrent.asp
  • newsrecent.asp
  • newsarch.asp

Find:
Set rsNews = my_conn.Execute(strSql)
Add beneath:
T_MESSAGE = rsNews("T_MESSAGE")

Find:
<%=rsNews("T_MESSAGE")
Replace With:
<%=formatStr(T_MESSAGE)

The zip has been updated.

Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 30 March 2002 :  08:48:11  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
quote:

UPDATE: So that the posts show as intended, like on the forum, with urls, <br>, etc do the following:

On pages:
  • newscurrent.asp
  • newsrecent.asp
  • newsarch.asp

Find:
Set rsNews = my_conn.Execute(strSql)
Add beneath:
T_MESSAGE = rsNews("T_MESSAGE")

Find:
<%=rsNews("T_MESSAGE")
Replace With:
<%=formatStr(T_MESSAGE)

The zip has been updated.





the mod have been delete forum the server
can some one can upload it plaese ?
tanx.

Go to Top of Page

hostile
Starting Member

USA
7 Posts

Posted - 01 April 2002 :  16:23:19  Show Profile  Visit hostile's Homepage  Send hostile an AOL message  Send hostile an ICQ Message
Your snitz mod folder is empty.

Hostile
hostile@hostileterritory.org
Register for http://www.capitolpunishment.org
Visit http://www.hostileterritory.org
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 01 April 2002 :  18:40:06  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
Since Yahoo does not want to cooperate here is another link to download from

http://www.realmslore.com/files/newspage_MOD.zip

I updated the original link.
I will also be adding to the various snitz mod resources

Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 02 April 2002 :  00:00:31  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
tanx man !
can i pot the news on my default.asp ???
i have 3.3.03 tanx agin

Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 02 April 2002 :  13:37:50  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
quote:

tanx man !
can i pot the news on my default.asp ???
i have 3.3.03 tanx agin





You can put it whereever you like
Yes, it will work wherever you put it as long as the includes are included and the paths are correct.



Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 02 April 2002 :  22:58:32  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
can i give a demo the link you give isnt see the news (i thing)

Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 03 April 2002 :  14:07:36  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
quote:

can i give a demo the link you give isnt see the news (i thing)





The demo is at the link above, http://www.realmslore.com
The main page uses one of the forums for the information to place there. If you click on where it says recent/archived to the left you will see the older posts as well as te archived posts (I have none).

Go to Top of Page

Joshuancsu
Starting Member

Bangladesh
11 Posts

Posted - 01 May 2002 :  20:17:56  Show Profile
Did I not do something wrong??

--------------
ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/cafesupport/forum/newscurrent.asp, line 9
------------------

I get this when I type in .../news.asp

Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 02 May 2002 :  00:01:55  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
I found a couple of things that I needed to change in newscurrent.asp

1) Need to remove the /image/ from the three icons
2)

Change
<%=formatStr(T_MESSAGE)%>
to
<%=formatStr(rsNews("T_MESSAGE"))%>


----------------------------------------
Badges? We don't need no stinking badges

Edited by - Steve D. on 02 May 2002 00:04:10
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 02 May 2002 :  00:25:38  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
quote:

Did I not do something wrong??

--------------
ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/cafesupport/forum/newscurrent.asp, line 9
------------------

I get this when I type in .../news.asp

I can only seem to get this to work in 2 forums, the rest give me this error as well. Any ideas. I have modified the inc_news.asp file to reflect the new Cat ID and Forum ID.



----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page

XavierSlater
Junior Member

United Kingdom
137 Posts

Posted - 02 May 2002 :  10:07:39  Show Profile  Visit XavierSlater's Homepage
I have same problem....:-(

Managed to get it to work on one site, but not the site I want it to work on.....

Any ideas?

Go to Top of Page

underfunded
Starting Member

7 Posts

Posted - 04 May 2002 :  16:47:31  Show Profile  Visit underfunded's Homepage  Send underfunded an AOL message  Send underfunded an ICQ Message
bump. I'm getting the same error.

Go to Top of Page

underfunded
Starting Member

7 Posts

Posted - 06 May 2002 :  08:38:41  Show Profile  Visit underfunded's Homepage  Send underfunded an AOL message  Send underfunded an ICQ Message
I managed to get it to work right but am still having one problem. It posts the correct title for the news but the actual post does not work properly. It uses the posts from the newest news post. any suggestions?

www.underfunded.net

Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 06 May 2002 :  09:34:52  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
I posted the fix for this on the first page.

Any luck getting it to work in any forum?

----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07