Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Javascript] Fast topic edit



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Shadow

Shadow
Administrator
Administrator

[Javascript] Fast topic edit Ecrire10

[Tutorial] Fast topic edit

[infos="Outdated"]This tutorial is outdated, check out the more advanced Fast edit topic without page refresh https://punbb-design.forumotion.com/t501-javascript-fast-edit-without-refresh-window-v109022014-jq191 (Registration required to see a tutorial).[/infos]

This tutorial will allow you to fast edit your post without page change.
[Javascript] Fast topic edit 6SHhILZ

1. Create new javascript
Admin Panel [Javascript] Fast topic edit Arrow10Modules [Javascript] Fast topic edit Arrow10[Javascript] Fast topic edit HtmlHTML & JAVASCRIPT [Javascript] Fast topic edit Arrow10JavaScript Code Management [Javascript] Fast topic edit Arrow10New JavaScript


Code:
$(function(){
    $('head').append('<style>#locsdeidit [name="subject"], #locsdeidit [name="topic_color"]{display:none}#locsdeidit textarea{width: 70% !important;height: 200px !important;}#locsdeidit input:hover{background:rgba(200,200,200,0.2)}#locsdeidit input{margin-bottom:1%;margin-top:1%;padding:5px 15px;border:1px solid black;cursor:pointer;background:rgba(200,200,200,0.4)}</style>');
    $('a[href*="mode=editpost"]').click(function(){
    if($(this).parents('.post').find('#contedit').length){
    $('#contedit').fadeOut().remove();
    }else{
    $('#contedit').remove();
    mylinkpathname = $(this).attr('href');
    $(this).after('
    <div id="contedit" style="box-shadow:0 0 10px grey;border:1px solid #555;margin-left:7%;padding:10px 15px;background:#f4f4f4;position:absolute;z-index:999;margin-top: 1%;margin-left: 981px;margin-top: -0px;">
      <p><div id="normedit" onmouseout="$(this).css(\'background\',\'rgba(255,255,255,0.8)\')" onmouseover="$(this).css(\'background\',\'rgba(200,200,200,0.5)\')"  style="font-weight:bold;color:#7D7D7D;transition:all 0.4s;border-bottom:1px solid grey;margin-bottom:1%;padding:10px 15px;background:rgba(255,255,255,0.8);cursor:pointer;">Full Editor</div></p>
      <p><div id="rapidedit" onmouseout="$(this).css(\'background\',\'rgba(255,255,255,0.8)\')" onmouseover="$(this).css(\'background\',\'rgba(200,200,200,0.5)\')" style="font-weight:bold;color:#7D7D7D;transition:all 0.4s;padding:10px 15px;background:rgba(255,255,255,0.8);cursor:pointer;">Fast Editor</div></p>
    </div>
    ');
    $('#rapidedit').bind('click', function(){
    if($(this).parents('.post').find('#locsdeidit').length){
    $('#locsdeidit').remove()}else{$('#locsdeidit').remove();
    $(this).parents('.post').find('.post-entry').after('<div style="padding-left: 1.79%;" id="locsdeidit"><img src="http://www.wingshootingusa.org/2012/Images/loading_transparent.gif"></div>');
    $('#locsdeidit').hide().fadeIn();
    $.get(mylinkpathname, function(locg){
    var html0 = $('.frm-form .frm-input', locg).html();
    var html1 = $('.frm-form .frm-textarea', locg).html();
    var html2 = $('.frm-form .frm-buttons', locg).html();
    var htmlfinal = '<form onsubmit="return vB_Editor[\'text_editor\'].prepare_submit(0,0)" name="post" method="post" action="/post" enctype="multipart/form-data">' + html0 + html1 + html2 + '</form>';
    $('#locsdeidit').html(htmlfinal);
    });
    jQuery('html,body').animate({scrollTop: jQuery('#locsdeidit').offset().top}, 1000);
    $('#contedit').remove();
    }
    });
    $('#normedit').bind('click', function(){
    window.open(mylinkpathname, '_self')
    });
    $('#contedit').hide().fadeIn();
    }
    return false;
    });
    });
Placement: In topics

And thats it Smile

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

2
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
hi its not fully working
my forum is phpbb2

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

3
Offline

  Shadow

Shadow
Administrator
Administrator
Michael_vx wrote:[link="/t20-javascript-fast-topic-edit#2595"]hi its not fully working
my forum is phpbb2

All tutorials, here are mainly created for punbb only.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

4
Offline

  J0k3R^

J0k3R^
Pemanently Banned
Pemanently Banned
awesome man, awesome Smile

Powered by PunBB
Currently 0 users have thanked J0k3R^ for this post:

5
Offline

  LeePark

LeePark
Punbb Rookie
Punbb Rookie
not working well..

Powered by PunBB
Currently 0 users have thanked LeePark for this post:

6
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
Shadow wrote:[link="/t20-javascript-fast-topic-edit#2596"]
Michael_vx wrote:[link="/t20-javascript-fast-topic-edit#2595"]hi its not fully working
my forum is phpbb2

All tutorials, here are mainly created for punbb only.

i got the Idea so i tried to change the part .post to .postbody
and when i press fast edit ats say
null null null null
so is there any better Idea ? Sad

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

7
Offline

  MoiLulu

MoiLulu
Punbb Rookie
Punbb Rookie
This is for PunBB.
Change your site to PunBB to fix the issues.

Powered by PunBB
Currently 0 users have thanked MoiLulu for this post:

8
Offline

  ddr3

ddr3
Punbb Rookie
Punbb Rookie
thanks

Powered by PunBB
Currently 0 users have thanked ddr3 for this post:

9
Offline

  dardoki

dardoki
Pemanently Banned
Pemanently Banned
Very good effect, nice!
Rep+

Powered by PunBB
Currently 0 users have thanked dardoki for this post:

10
Offline

  Andrei34

Andrei34
Punbb Rookie
Punbb Rookie
Not working. When I press Fast Edit it says null null null. My version is punbb.

Powered by PunBB
Currently 0 users have thanked Andrei34 for this post:

11
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum