Author |
Topic |
Woodie333
Starting Member
USA
19 Posts |
Posted - 17 April 2009 : 16:28:30
|
I have installed this MOD a few times now and I can't get it to work, the buttons show and insert code when clicked, however nothing shows up when previewing or posting, no viewer, no video. Could someone please help, Thanks |
SBPT Poker Talk Snitz Forums 2000 Version 3.4.07 MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper- |
|
|
thelodger
Junior Member
United Kingdom
296 Posts |
Posted - 17 April 2009 : 17:26:07
|
Check that inc_header.asp is correct, I had the same problem with the same error as you, inc_header was the problem, if memory serves me right it was the include file, for some reason a few have missed it, not sure if its a brain teaser but carefully check it. |
|
|
Woodie333
Starting Member
USA
19 Posts |
Posted - 17 April 2009 : 23:02:29
|
Just checked everything and can't find anything wrong. My guess is that it has something to do with the js file???? maybe where it is placed because my forum is in sub folder. I did try multiple locations for the js file however I don't know if I would have to change any code to tell it's location. I also just noticed that the instructions state that there are 9 files that need to be updated, there are only 6 listed in the instructions. Did I miss something here? Thanks for your help. |
SBPT Poker Talk Snitz Forums 2000 Version 3.4.07 MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper- |
Edited by - Woodie333 on 17 April 2009 23:03:01 |
|
|
MikeB.Lynn
New Member
54 Posts |
Posted - 18 April 2009 : 00:32:17
|
The js file goes into your forum directory. Not seeing the posts in preview or posting is beacuse your missing the: Response.Write "<script type=""text/javascript"" src=""video.js""></script>" in the inc_header.asp and the inc_header_short.asp |
|
|
Woodie333
Starting Member
USA
19 Posts |
|
MikeB.Lynn
New Member
54 Posts |
Posted - 18 April 2009 : 14:58:16
|
Woodie- The only difference between your inc_header.asp and mine is you have: %> <!--#INCLUDE FILE="inc_func_common.asp" --> <%
if strShowTimer = "1" then '### start of timer code
I have: %> <!--#INCLUDE FILE="inc_func_common.asp" --> <!--#INCLUDE FILE="inc_js.asp" --> <%
if strShowTimer = "1" then '### start of timer code also I have: Response.Write "<script type=""text/javascript"" src=""video.js""></script>" under both instances of: '## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT Response.Write "<meta name=""copyright"" content=""This Forum code is Copyright (C) 2000-05 Michael Anderson, Pierre Gorissen, Huw Reddick and Richard Kinser, Non-Forum Related code is Copyright (C) " & strCopyright & """>" & vbNewline '## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Can you post the text of the rest of the files that needed to be changed?
|
Edited by - MikeB.Lynn on 18 April 2009 15:03:53 |
|
|
Woodie333
Starting Member
USA
19 Posts |
Posted - 25 May 2009 : 01:10:36
|
Update: let me please start by saying thanks for all of you that took the time to look into my problem, my apologies for not getting back to you but I've had some health issues and haven't worked on this for a while. Enough of that, I fixed my problem and here is the solution. The js folder is not the same as the video.js file. This file is in the "ModFiles" folder and without this being placed in the root directory (like the directions clearly state) this mod will not work. I hope that letting the world know of my stupid mistake it will someone in the future.
Thanks again. |
SBPT Poker Talk Snitz Forums 2000 Version 3.4.07 MODs=Avatar-Video-Poll-Mikes File Attachment-Gatekeeper- |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 25 May 2009 : 08:30:44
|
Thanks for letting us know what the problem was. Hope you're feeling better. |
|
|
balexandre
Junior Member
Denmark
418 Posts |
Posted - 26 May 2009 : 09:15:18
|
I'm way from the forum for a looooong time... I hope that everything is ok now... we have a great community |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
|
|
skpmaniac
Starting Member
United Kingdom
11 Posts |
Posted - 05 November 2009 : 09:49:20
|
Hi guys, I seem to having the same issue as 2 other members had, but I have double double checked my code and made sure all the code is in the right place. The video.js is in the root of my forum and the CSS and JS folders are uploaded to the root.
The buttons are visible but nothing happens when you click on them :(
The hyperlink in the bottom left shows javascript:flashv();
Any help would be greatly appreciated.
Not sure if this will make any difference but I am running an IMAGE MODDED Forum
When I place some of the code I have tried it in different places both HEADER files because of the changes made my IMAGE.
Bear in mind I aint a coder, this is just a hobby, so I will try anything, you just have to bear with me ;)
http://www.theparanormalgateway.com
you can login with User and pass of maniac/maniac
Thanks for any advice
UPDATE: if I had the TAGS manually [ tube ] and [ /tube ] the video works, so its JUST the buttons |
42! |
Edited by - skpmaniac on 05 November 2009 10:29:04 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 05 November 2009 : 11:09:17
|
Since we don't know what he did, we don't support his forum - you'll need to ask for help in Image's support forum. |
|
|
skpmaniac
Starting Member
United Kingdom
11 Posts |
Posted - 05 November 2009 : 11:21:43
|
ok, thanks :( |
42! |
|
|
balexandre
Junior Member
Denmark
418 Posts |
Posted - 13 November 2009 : 04:30:22
|
I tried loging with maniac/maniac but keep getting invalid user... |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
|
|
puthenveetil
New Member
54 Posts |
Posted - 19 November 2009 : 13:40:05
|
Hi, I tried to add the online video mode.I can preview the post.when i try to post, the page hangs (post_info.asp) and when i look at the post it is empty.That is I can see the wordings etc but no vedio.I think my problem is in my inc_function_common.asp. Am I doing something wrong here?--functioncChkURLs-- Any help will be highly appreciated. |
Edited by - puthenveetil on 19 November 2009 13:55:40 |
|
|
puthenveetil
New Member
54 Posts |
Posted - 20 November 2009 : 18:21:15
|
Hi, Solved. Need Response.Write "<script type=""text/javascript"" src=""video.js""></script>"under all <!--#INCLUDE FILES in topic.asp to show the images on posts. This is not mentioned in the instructions for this mod. |
|
|
Topic |
|