close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

rearranging records in backend cms via the use of and up/down arrow

Thread began 2/02/2015 7:57 am by Christopher West | Last modified 2/05/2015 8:34 am by Jamie | 1109 views | 5 replies |

Christopher WestCommunity Expert

rearranging records in backend cms via the use of and up/down arrow

Hi I wondered if you could help adjusting some code to work with MySQLi and WebAssist code. Basically I had a restaurant menu and in the backend i want to allow the client to change the order of the various menu items (so I am populating the field itemorderid).The client will be able to reorder the menu items via a small up and down arrow icon link that will be show up on every record on the admin page.

So what I will be doing is coding the backend so that when the client clicks on the up or down arrow icon it will append the url with a url variable that I can then use in an IF statement to check with.

I found some php code, I just need to adjust it to work with mysqi updates:

php:
if (isset($_GET['move']) )

{
    if ( $_GET['move'] == "up")
    {
         $connector->query("UPDATE `TopTips` SET `order` = `order` - 1 WHERE `id` = " . $_GET['lastid']);
        $connector->query("UPDATE `TopTips` SET `order` = `order` + 1 WHERE `id` = " . $_GET['id']); 
    }
     else if ( $_GET['move'] == "down")
    { 
        $connector->query("UPDATE `TopTips` SET `order` = `order` + 1 WHERE `order` = " . $_GET['nextid']);
        $connector->query("UPDATE `TopTips` SET `order` = `order` - 1 WHERE `id` = " . $_GET['id']);
     }
}
Sign in to reply to this post

Jason ByrnesWebAssist

WE would be able to help you with this custom coding through a premiere support appoint:
http://webassist.com/premier_request.php

Sign in to reply to this post

Christopher WestCommunity Expert

I've got a jQuery/Ajax/PHP draggable solution working so will create a tutorial for it so that others can benefit from it :)

Sign in to reply to this post

dlovas275157

Christopher,

I'm interested in this tutorial. Please post back once you have it completed. Appreciate it.

-DL

Sign in to reply to this post

Ray BorduinWebAssist

Thanks for that Chris, I'm sure others will appreciate it.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

+1 from me as well :)

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...