Page 1 of 1

[DEV] jQ Preview v.0.0.1

PostPosted: 28 Sep 2011, 00:21
by Sekuro
jQ Preview

MOD-Title: jQ Preview
MOD-Version: 0.0.1
MOD-Author: 4seven

Request by: jesschen
Request-Post: http://www.phpbb.com/community/viewtopi ... #p13034418

Credits: drakon

phpBB-Version: phpBB 3.0.x
phpBB-Languages: multilingual
phpBB-Styles: prosilver

MOD-Description: This Mod adds a JQ Preview of post-content above post-box

Features:
- JQ Preview of post-content without refresh
- Work with Board- and Custom-BBCodes
- Using genuine phpBB BBCode-Engine
- Easy install, 3 little edits
- xhtml 1.0 strict valid

MOD-Demo: posting.php?mode=reply&f=14&t=4
- un: test / pw: testuser

Download:
JQ_Preview_v.0.0.1.zip
(34.05 KiB) Downloaded 480 times

Image

Image

To-Do:
- ?

Re: [DEV] jQ Preview v.0.0.1

PostPosted: 11 Feb 2012, 00:05
by Sekuro
Auto Video Embed Addition

Let you jq-preview videos with Auto Video Embed

Instruction

download
auto_video_embed_post_jq.zip
(2.56 KiB) Downloaded 283 times

edit

// ---------------- CONFIG --------------- Part in auto_video_embed_post_jq.php

copy

auto_video_embed_post_jq.php > includes/auto_video_embed_post_jq.php

open

jq_preview.php

find

Code: Select all
echo $o_m


before add

Code: Select all
// Auto Video Embed Addition / 4seven / 2012    
 include($phpbb_root_path . 'includes/auto_video_embed_post_jq.' . $phpEx);
// Auto Video Embed Addition / 4seven / 2012     

Re: [DEV] jQ Preview v.0.0.1

PostPosted: 29 Dec 2012, 20:10
by Sekuro
v.0.0.2 preview

jq_pre_1.jpg

jq_pre_2.jpg
jq_pre_2.jpg (66.55 KiB) Viewed 4124 times

Demo is updated. Feel free to check it out.