Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 76

BigAnth
Aspiring developer
Profile
Posts: 133
Reg: Jan 25, 2012
Sunderland
2,780
11/19/12 01:51 PM (13 years ago)

Blog Pro plugin...

Must say, Im loving this plugin - lots of work getting it up and running and how i like it! Quick question about it, i just want to show a video and no image - i leave the image bit blank but in the blog section theres still a section that says "click image to enlarge" - is there a way to get rid of this ?? thanks in advance
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
11/19/12 03:28 PM (13 years ago)
Hi BigAnth, Thanks for liking the plugin. If you're a bit familiar with css and html you can modify the template to your needs. All you have to do is look at the file in BT_Plugins/bta_screen_blogPro/BTA_blogPro_Default.html Inside this file you see blocks of code that you can move/re-order in the way you would like. Assuming you don't want the images just delete these lines of code: <div class="gallery-container"> <div id="gallery"> <nav> <div id='prev' ><em>[[DATEDAY]] - [[DATEMONTH]] - [[DATEYEAR]]</em></div> </nav> <div id='slider' class='swipe'> </div> <nav> <div id='prev' ><em>click image to enlarge</em></div> </nav> </div> </div><!--end gallery-container --> If you want the youtube video on that spot just cut the next code and paste it on the spot where you deleted the code for the gallery: <div class="tubecontainer"> <div class="tubevideo"> <iframe allowfullscreen="" frameborder="0" height="174" src="[[YOUTUBE]]" width="280"></iframe> </div><!-- end tubecontainer --> </div><!-- end tubevideo --> I hope this helps. Best Regards, Danny
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.