Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.10.01 - All Issues
Author Message
psychoses
Regular
Regular



Joined: Jun 19, 2007
Posts: 66

PostPosted: Fri Aug 17, 2007 12:23 pm Reply with quote

I added this mod as I wanted to add a few vids on my site but the layout is messed up ... And b4 telling me to ask them for help here's their response :

Quote:
im sorry but all these layout problems are not due to the video stream module. Yes in the watch page the page is rather wide. As a result of this it makes the page wider but because of poor coding on the themes only the side bars stretch out and not the header and footer. There is nothing i can do. I recomend you go to the people that made the themes and get them to add some code to make the header and footers to expand as well


Check out my site :
http://www.stevethefreak.com/modules.php?name=Video_Stream

Tell me what I can do to fix this .... Appreciate the help u guys Wink

Ch33rs ...
Much Appreciated Wink
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Fri Aug 17, 2007 3:04 pm Reply with quote

That page looks fine to me with my screen resolution settings.
A quick look at the source code seems to indicate the theme is already coded for 100% width and not a fixed width but without an video stream to check it with I cannot see where anything is getting pushed out.
 
View user's profile Send private message Send e-mail
psychoses







PostPosted: Fri Aug 17, 2007 3:10 pm Reply with quote

No man I'm re-installing it can u wait 2 mins ... I will add a video and the message I'm getting is :

Quote:
Failed to insert category data. MySQL error: "Duplicate entry '1' for key 1"
 
Guardian2003







PostPosted: Fri Aug 17, 2007 3:15 pm Reply with quote

That message indicates you are trying to populate a database table which already has data in it.
You'll need to remove the tables completely using phpmyadmin or whatever utility your host provides.
 
psychoses







PostPosted: Fri Aug 17, 2007 3:16 pm Reply with quote

now check it out see how the videos are overlapping ...

http://www.stevethefreak.com/modules.php?name=Video_Stream
 
psychoses







PostPosted: Fri Aug 17, 2007 3:18 pm Reply with quote

it used to work fine in the normal PhpNuke ... but now tha I'm using RN it's not working very well do u think that's y? but to my limited knowledge RN = PhpNuke v7.6 Modified no?
 
Guardian2003







PostPosted: Fri Aug 17, 2007 3:40 pm Reply with quote

There are quite a few errors there, unclised TD tags before they start to open another one, forms with no 'action' attribute - it's a wonder this module ever worked to be honest.
However, just to be sure the theme isn't contributing, have you tried switching to one of the built in themes like fisubice?
 
psychoses







PostPosted: Fri Aug 17, 2007 4:03 pm Reply with quote

I tried all the themes ... y did it work on PhpNuke and NOT RN? and How can I fix this Plz help as I need this module .. If there's another free 1 out there u know about plz tell me of it .. My site is ALL about Tech Support ...
 
Guardian2003







PostPosted: Fri Aug 17, 2007 4:06 pm Reply with quote

As there is no link in the modules copyright notice I cannot even try it out.
 
psychoses







PostPosted: Fri Aug 17, 2007 4:23 pm Reply with quote

try what out? tell me plz I wanna be done with this ...
 
psychoses







PostPosted: Fri Aug 17, 2007 4:24 pm Reply with quote

do you want the admin login ?
 
psychoses







PostPosted: Fri Aug 17, 2007 4:35 pm Reply with quote

I have gotten a layout version that lets me show 1 vid/page and that doesn't destroy the look of the module ... But the problem is I CAN't show more that 1 vid/page or else it's gonna be effed up again Sad
 
Guardian2003







PostPosted: Fri Aug 17, 2007 4:44 pm Reply with quote

I was going to try the module out but there's no link in the copyright notice which is unusual and I really don't have time to go hunting around for it.
 
psychoses







PostPosted: Fri Aug 17, 2007 4:46 pm Reply with quote

http://www.steezmatic-designs.com/modules.php?name=Video_Stream

Official site of the MOD it's a free MOD
 
Guardian2003







PostPosted: Fri Aug 17, 2007 4:55 pm Reply with quote

Hmm' there's a bit of messed up code in there.
Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="8">

          <tr>
            <td style ="color: #CCCCCC;"><table width="100%" border="0" cellspacing="0" cellpadding="10">
  <tr valign="top">

The first line opens a new table, then opens a TR (table row) without closing it before opening a TD.
Then it doesn't close the TD before opening another new table.
 
psychoses







PostPosted: Fri Aug 17, 2007 4:59 pm Reply with quote

hmmmmmmmmm. and where do I put this ? Remember I'm a n00b .. In which file do I add these lines and where ... I'm used to instructions Razz
 
psychoses







PostPosted: Fri Aug 17, 2007 5:31 pm Reply with quote

I just found this post with some addon blocks :

Quote:
http://www.ravenphpscripts.com/posts11868


but the guy says :

Quote:
Install went easy. Couple of Small tweaks later....it works like a champ.


how come?
 
Dawg
RavenNuke(tm) Development Team



Joined: Nov 07, 2003
Posts: 928

PostPosted: Fri Aug 17, 2007 7:03 pm Reply with quote

Because I am on 7.3 not RN.

Take a deep breath....relax....we will try to help you.

I am fishing the rest of the weekend but will be back on monday. If you have not fixed it by then....shoot me a PM and we can have a look at it.

My bet is the theme you are using is conficting with the vid mod. I have ahd several things I have had to fix over time.

The places to look first is run view source on your messed up page....
Then plug that into an editor.....IE:Dreamweaver
Look at the code and try to figure out what is messed up....
Once that has been IDed....figure out what is generating that code.
In your theme it is in /themes/your_theme_name/theme.php
In the vid mod it is /modules/Video_Stream/layout.php (most of it)

Look at your source....look at layout.php and match it code for code (html) and correct any errors you can find....

IT's a HAPPY THANG!

Dawg
 
View user's profile Send private message
psychoses







PostPosted: Sat Aug 18, 2007 2:29 am Reply with quote

coz I'm no editor I dunno how to do any of that ... I'm a complete n00b to design ... I don't understand coding ... sorry for the inconvenience but all I know how to do is follow instructions to the word ... I'm trying as we speak but I'll probably mess it up even more Sad
 
bugsTHoR
Involved
Involved



Joined: Apr 05, 2006
Posts: 263

PostPosted: Sat Aug 18, 2007 7:34 am Reply with quote

Guardian2003 wrote:
Hmm' there's a bit of messed up code in there.
Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="8">

          <tr>
            <td style ="color: #CCCCCC;"><table width="100%" border="0" cellspacing="0" cellpadding="10">
  <tr valign="top">

The first line opens a new table, then opens a TR (table row) without closing it before opening a TD.
Then it doesn't close the TD before opening another new table.


what gaurdian means i think

is this
Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="8">

<TR>
            <TD style ="color: #CCCCCC;"><table width="100%" border="0" cellspacing="0" cellpadding="10">
             </TD>
</TR>
    <tr valign="top">


add the closing tags for </tr> and </td> were i have placed them, they are in capitals so you can see them better. each tag should have a forward slash to close it after it been finshied with.

note:- im new to coding i may be wrong, as im not seeing all the code in this file.

_________________
LUV RAVEN DISTROBUTION BEBE

Clanthemes.com are great (free advertisements for now until i get to 20,000 posts LoL) 
View user's profile Send private message
psychoses







PostPosted: Sat Aug 18, 2007 9:57 am Reply with quote

in which file?
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.10.01 - All Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©