PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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 :
Only registered users can see links on this board!
Get registered or login to the forums!


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: 6373
Location: Vsetin, Czech Republic

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

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 Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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"
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

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.
View user's profile Send private message Send e-mail Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

now check it out see how the videos are overlapping ...
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

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?
View user's profile Send private message Send e-mail Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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 ...
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

As there is no link in the modules copyright notice I cannot even try it out.
View user's profile Send private message Send e-mail Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

try what out? tell me plz I wanna be done with this ...
View user's profile Send private message
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

do you want the admin login ?
View user's profile Send private message
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

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.
View user's profile Send private message Send e-mail Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

Only registered users can see links on this board!
Get registered or login to the forums!


Official site of the MOD it's a free MOD
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

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.
View user's profile Send private message Send e-mail Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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
View user's profile Send private message
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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?
View user's profile Send private message
Dawg
RavenNuke(tm) Development Team


Joined: Nov 07, 2003
Posts: 889

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

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
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

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
View user's profile Send private message
bugsTHoR
Involved
Involved


Joined: Apr 05, 2006
Posts: 252

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

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.
View user's profile Send private message Visit poster's website
psychoses
Regular
Regular


Joined: Jun 19, 2007
Posts: 66

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

in which file?
View user's profile Send private message
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.

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum