20 credits for help

sinogap

New Member
Messages
342
Reaction score
0
Points
0
This is my website

When u go on it it shows on the main page the latest post which are embedded movies, how can i make my latest post just titles and when the user clicks on the title hell see an embedded video.
because too many emebedded videos on the main page take too much bandwith
 
Last edited by a moderator:

nexhunter

New Member
Messages
239
Reaction score
1
Points
0
i believe in wordpress not sure 100% but i think there is a break page option in the topic posting page but im not sure if it does break it where you have to click on read more or the title to see the whole post.
 

sinogap

New Member
Messages
342
Reaction score
0
Points
0
well i wana break it so that the vid doesnt show on the main page youll haev to click on the post to view the vid
 

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
it's kind of long, but i think this is what you want.
you have to look in the code at the bottom to put in the video.

the code can be modified to access an external file instead of a div in the page, too.
 

Attachments

  • test.html
    19.5 KB · Views: 51
Last edited:

vTech

New Member
Messages
34
Reaction score
0
Points
0
According to the codes given by kbjradmin,i simplify it a lil full credits goes to the creator of the codes not me....

1.First add the codes from style.txt to your stylesheet....

2.next add the codes from head.txt to the <HEAD> section of your page.
don't forget to add the images for the following icons and their respective directory
Code:
imagefiles:['min.gif', 'close.gif', 'restore.gif', 'resize.gif'], //Path to 4 images used by script, in that order

3.then lastly on each posts,just add these codes with the links to your video...
Code:
<a href="#" onclick="divwin=dhtmlwindow.open('divbox', 'div', 'somediv', '#4: DIV Window Title', 'width=450px, height=300px, left=200px, top=150px, resize=1, scrolling=1'); return false">Video</a>
<!--SET RESIZE AND SCROLLING TO "0" TO REMOVE THOSE FUNCTIONS-->

<div id="somediv" style="display:none">
[COLOR="Red"]<!--THIS IS WHERE YOU INSERT THE CODE FOR YOUR VIDEO-->[/COLOR]
</div>

hope this works for you...
 

Attachments

  • head.txt
    17.8 KB · Views: 61
  • style.txt
    1.2 KB · Views: 35

sinogap

New Member
Messages
342
Reaction score
0
Points
0
thankyou im not working on tht section of my site now when i do il pay the code supplyer creds
 

tondopie

New Member
Messages
112
Reaction score
0
Points
0
I think you should remove the movies as it is illegal and it is against the Terms of Service. Remove them all in the next 24 hours or I will contact x10 to suspend your site.
 
Last edited:

sinogap

New Member
Messages
342
Reaction score
0
Points
0
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
First of all, please refrain from double posting, it seems that sinogap is right here.

Secondly i have give you an infraction for threatening a user, that is not allowed at all so there's no point telling someone they have broken the rules when you have broken them yourself.

This is your first warning / infraction, you will receive a temp. ban if this occurs again!
 

Alejandro

Staff
Staff member
Community Support
Messages
9,436
Reaction score
1
Points
38
As of right now, I didn't find any illegal movies on your site, but, were you to upload anything illegal to that movies section, your account will be suspended, this is a warning.

And we do notice stuff, so the only one who has something to loose it's you and not tondopie.
 
Top