[GET] PHP MyVideoBlog 2.82 (03/24/10)

nahor

Junior Member
Joined
Sep 24, 2008
Messages
156
Reaction score
206
Sales Page

Code:
[URL]http://www.phpmyvideoblog.com[/URL]


There is no need to null or whatever. Its a plugin to WordPress that will automate pulling vids to your sites


**************************************************

Also here's my little fix for those of you using VideoFlick and MyVideoBlog plugin having thumbnail issues...


for those still struggling with the videoflick theme and the myvideoblog for thumbnails, was racking my brains trying to interpret the base64 code in the index file. Finally found someone else decoded it here and it held really no vital code is in the index.php.

It calls for the thumbs in the gallery.php file. I changed the code in there and this fixed the thumbs to show up on my site FINALLY!

here's the code for gallery.php: just one line, but simpler to just replace all text
HTML:
<div id="contentwrap">

    <div id="maincontent">
    
        <?php if (have_posts()) : ?>
                                                                    
        <?php while (have_posts()) : the_post(); ?> 
        
            <div class="galleryitem" id="post-<?php the_ID(); ?>">
            
                <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php echo post_custom('mvb_thumb_url'); ?>" alt="<?php the_title(); ?>" /></a>
                
                   <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title2('', '...', true, '20') ?></a></h3>
                
                <div class="commentsnumber">
                    <a href="<?php the_permalink() ?>#comments" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php comments_number('0', '1', '%'); ?></a>
                </div> 
                
                <p><?php the_content_rss('', TRUE, '', 25); ?></p>                
                
            </div>
        
        <?php endwhile; ?>
        
        <div id="pagenavi">
            <div id="older" class="alignleft"><?php next_posts_link('Older Entries') ?></div>
            <div id="newer" class="alignright"><?php previous_posts_link('Newer Entries') ?></div>        
        </div>
        
        <?php else : ?>
        
        <h2 class='center'>No posts found</h2>
        
        <?php endif; ?>           
    
    </div> <!-- end maincontent -->
    
    <?php get_sidebar(); ?>

</div> <!-- end contentwrap -->
then you still have to edit the Single Post (single.php) if you havent already
HTML:
<?php get_header();?>

<div id="items">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        <div class="item">
        <div class="background"></div> 
      <img src="<?php echo post_custom('mvb_thumb_url'); ?>">  
        <div class="content">
        <h2><?php the_title() ?></h2>
        <p><?php the_time('F jS, Y') ?></p>
        </div>       
       
        </div>
        <div id="content_text">
        <div id="article">
            <h2><?php the_title() ?></h2>
            <?php the_content(''); ?> 
        </div>
        <h2>Comments:</h2>
        <?php comments_template(); ?>   
        </div>
    <?php endwhile; else: ?>
    <?php endif; ?>
<div class="clear"></div>
</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>


The thumbs can work on any theme you just have to know where your theme is looking to display the thumbs and change it to
mvb_thumb_url
then the thumbnails will all show up. But in a near future release there is to be a version where the software will custom display whatever thumb your theme is looking to display.

Also if anyone has the latest version of VideoFlick 2.4, please share the wealth

and dont forget to hit the THANKS button...
 

Attachments

Last edited:
for those of you that added that single.php, there is an error in it if you are using version 2.2. that was for version ONE of VideoFlick

Please copy this code for single.php

Code:
<?php get_header(); ?>

<div id="contentwrap">

	<div id="maincontent">
    
		<?php if (have_posts()) : ?>
                                                                    
        <?php while (have_posts()) : the_post(); ?> 
        
        <?php echo get_video($post->ID); ?>
        
        <div class="postcontent">
        	<img class="thumbnail" src="<?php echo post_custom('mvb_thumb_url'); ?>" alt="<?php the_title(); ?>" />
            
            <h2><?php the_title(); ?></h2>
            <div class="postdets">
                Posted In: <?php the_tags(' '); ?><br />
                Comments: <a href="<?php the_permalink() ?>#comments"><?php comments_number('No Responses','One Response','% Responses'); ?></a>               
            </div>                   
                        
        	<?php the_content(''); ?>
        </div>
        
        <div id="comments">
        	<?php comments_template(); ?>
        </div>
        
		<?php endwhile; ?>
        
        <?php else : ?>
        
        <h2 class='center'>No posts found</h2>
        
        <?php endif; ?>           
    
    </div> <!-- end maincontent -->
    
    <?php get_sidebar(); ?>

</div> <!-- end contentwrap -->

<?php get_footer(); ?>
 
thanks - is there any way to fetch comments as well ? atleast from youtube ?
cheers
 
Hey guys this is version 2.4 only thing is that the i cant get the video working when i try to post one. Maybe someone can cracked that.

Code:
http://sharingmatrix.com/file/3273828
 
Last edited:
Anyone get this plugin to work? It doesn't seem to save any feeds I enter.:confused:

Help:pray2:
 
How do I get this to work on Arras theme? Anyone knows? Thumbnails aren't showing up
 
does anyone know hotto set up cron job for this?
 
here you go guys version 2.7 pro

http://www.megaupload.com/?d=0KSSBRO1
 
hai guys

What themes do you use for this pluggin?
please share it with the theme...
 
how to get rid from Clickthru?

whenever anyone click on video then it open the source location. anyone know how to stop clickthru function?
 
how to get rid from Clickthru?

whenever anyone click on video then it open the source location. anyone know how to stop clickthru function?

Hi:
Here are a couple of wp plugin options for your consideration:
HTML:
http://wordpress.org/extend/plugins/open-in-new-window-plugin/
HTML:
http://www.semiologic.com/software/external-links/
redim

P.S.
Any advance on finding Version3?
 
Last edited:
anybody got the latest version ?
Latest Version:
3.1.5
(July 01, 2010)


Thanks
 
3.1.7 (oct 10) version:
Code:
http://www.mediafire.com/?gdwidu48d0dcvbm
Code:
http://www.virustotal.com/file-scan/report.html?id=1e73bc40774f78ddb6773948d8a213cfcda2ffdba72e99b96962e002524cc817-1287312530
File name: myvideoblog-3.1.7.zip
Submission date: 2010-10-17 10:48:50 (UTC)
Current status: finished
Result: 0/ 42 (0.0%)

Using it on one of my blogs and seems good, dont know if its nulled or needs nulling so dont ask, im using it as it is.
Enjoy!
 
Back
Top