prabackar
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: wordTube] Code For Bypassing Pluginwordtube playlist php code — HTML Code is just enough. Modify the required code marked as bold. Easier option is to do view source it the wordtube admin page and copy the code and paste. The code should look similar to this.
<div style=”text-align: center;”>
<div class=”wordtube”>
<div class=”wordtube playlist0″ id=”WT1_1” name=”WT1_1” style=”width:400px; height:500px;“>
Get the Flash Player to see the wordTube Media Player.
</div></div>
<script type=”text/javascript” defer=”defer”>
var WT1_1 = {
params : {
wmode : “opaque”,
allowscriptaccess : “always”},
flashvars : {
file : “http://127.0.0.1:9080/wp-content/plugins/wordtube/myextractXML.php?id=0“,
volume : “80”,
bufferlength : “5”,
quality : “false”,
shuffle : “false”,
playlist : “bottom”},
attr : {
id : “WT1“,
name : “WT1“},
start : function() {
swfobject.embedSWF(“http://127.0.0.1:9080/wp-content/plugins/wordtube/player.swf“, “WT1_1“, “400“, “500“, “9.0.0”, false, this.flashvars, this.params , this.attr );
}
}
WT1_1.start();
</script>
</div>Forum: Fixing WordPress
In reply to: 2 MB problemTry this there is a utility to split the file automatically. It works perfect.
http://www.gbmini.net/wp/2008/11/splitting_wordpress_export_import_file/
Forum: Installing WordPress
In reply to: request for a way to split a WXR fileMy WXR file size is about 16MB. It will great if there is a plugin.!!!
Hey talgalili,
Try this link till a plugin is available.http://www.gbmini.net/wp/2008/11/splitting_wordpress_export_import_file/