Welcome, Guest. Please login or register.
Did you miss your activation email?
February 13, 2012, 04:01:28 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149700 Posts in 21103 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: drag & drop for other modules  (Read 1587 times)
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #25 on: February 28, 2010, 12:54:14 PM »

Stupid me, it was a wrong path....
Now its working

@crnogorac081
There is no need to change the footer.htt, you can simply use
Code:
$(document).ready(function()
{
$.insert('../../include/jquery/jquery-ui-min.js');
});
in backend_body.js
Logged

*weg*
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #26 on: February 28, 2010, 04:54:29 PM »

Here is a very beta version of the members-module with drag&Drop for items and groups.
Note: BETA!
There are some other changes, like picture/file handling, also beta wink
Drag&Drop ONLY works, when Sorting is generally set to "by position ASC" (default)
It doesnst make sense to have drag&drop wiht other kinds of sorting, and "by position DESC" is too tricky for me.
The first group is not moveable, but you can use the arrow button. The reason: If the first group would be moveable, one could move a member before the first group - this member would loose the connection to the group.

There will be no problem if you install it fresh. (i hope)

If you make an upgrade, there are 2 things to change in module_settings.php:
Code:
$show_picture = 2; // 2!

And theres is a older bug in the bottom of this file:
Code:
if ($show_picture = 1) {
is wrong, must be
Code:
if ($show_picture == 1 ) {
or delete the whole block, it isnt neccesary anymore.
« Last Edit: February 28, 2010, 05:03:09 PM by chio » Logged

*weg*
Olli

Offline Offline

Posts: 288


« Reply #27 on: February 28, 2010, 07:28:38 PM »

thank you very much for sharing! will give it a try shortly smiley

all the best
Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!