Author |
Topic |
|
BitByter
New Member
Netherlands
53 Posts |
Posted - 31 July 2002 : 20:45:22
|
i downloaded and installed this mod:
NewsFlash MOD v1.2 for Snitz 3.3.x Author: Robert Vesse Author Email: webmaster@vdesign-studios.com Author Website: http://www.vdesign-studios.com Release Date: 30/5/2002 Version: 1.2
it ALL works fine but one thing
on the frontpage, if i add a newsflash, it works it shows up on the frontpage, BUT if i want to click the link to the newsflash, he says "cannot find page"
The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the 212.61.68.34 home page, and then look for links to the information you want. Click the Refresh button, or try again later.
Click Search to look for information on the Internet. You can also see a list of related sites.
HTTP 500 - Internal server error Internet Explorer
this really suxz it try's to go to http://212.61.68.34/ronald/newsflash.asp?n_id=2 my forum is located @ http://www.manueleforum.tk
maybe u guys know what i did wrong? this s|_|x0rz.. ;)
|
|
BitByter
New Member
Netherlands
53 Posts |
Posted - 31 July 2002 : 20:49:43
|
**** this is screwed
i cannot visit any topic or subject on my forum anymore
where did i go wrong :(
i guess i screwed up functions.asp gonna do it again
Edited by - BitByter on 31 July 2002 20:52:31 |
|
|
BitByter
New Member
Netherlands
53 Posts |
Posted - 31 July 2002 : 21:00:59
|
****, i done the file 4 times, still don't work
but i began thinking....
i think it cannot be my code i didn't change ANY code that links to newsflash.asp
the script itself links to that asp file....
/me is poundering....
edit!
wrong thinking, my whole forum isn't working anymore if i click on a forum it gives the same fault :(
Edited by - BitByter on 31 July 2002 21:02:59 |
|
|
BitByter
New Member
Netherlands
53 Posts |
Posted - 31 July 2002 : 22:25:20
|
allright, i "sorta" fix0r3d the problem
the inc_jump_to.asp file
if i don't change that file at all it ALL!?!? works fine
i don't know what this code exactly does? maybe someone can explain if this code is really needed or something?
this is the code
## Editing inc_jump_to.asp ##
After this line (line 94):
" <option value=""faq.asp"">Frequently Asked Questions</option>" & vbNewline & _
Add this code:
'Show NewsFlash Links if Enabled if (strNewsFlash = "1" And CInt(chkMemLevel(strDBNTUserName)) >= CInt(strNewsFlashView)) then Response.write(" <option value=""newsflash_viewall.asp"">View NewsFlash Alerts</option>" & vbcrlf) end if
Changes to inc_jump_to.asp Complete!
|
|
|
|
Topic |
|