HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
jquery move categories
Just noticed in dashboard, we cannot drag and drop the categories.
This is for version 2.0.18
The drag cursor appears but doesnt allow us to drag the category.
May I also suggest , when creating a new post. Next to Category ..there is another drop down box, with "your version" so people can immediately tag the version they are using.
This is for version 2.0.18
The drag cursor appears but doesnt allow us to drag the category.
May I also suggest , when creating a new post. Next to Category ..there is another drop down box, with "your version" so people can immediately tag the version they are using.
There was an error rendering this rich post.
0
Answers
They drag and move but I get an error that said it failed (but it didn't)
There was an error rendering this rich post.
Dashboard has jquery.js
But when i click on categories in sidebar, and view source, jquery.js isnt there. I think there must be a missing hook on mine
will try in webkit browser
There was an error rendering this rich post.
http://www.oursite.com.au/forums/dashboard/settings
and categories is:
http://www.oursite.com.au/forums/vanilla/settings/managecategories
There was an error rendering this rich post.
I'm using chrome, if that helps try that.
There was an error rendering this rich post.
There was an error rendering this rich post.
There was an error rendering this rich post.
I see it on my dashboard:
There was an error rendering this rich post.
But it is not on vanilla/settings/managecategories page
There was an error rendering this rich post.
Do you reference jquery differently within admin dashboard sub pages ?
There was an error rendering this rich post.
Do you have a plugin to insert the CDN jquery, what plugin?
Did you just delete the jquery file from your vanilla install?
Do you have a public link to the forum?
There was an error rendering this rich post.
Ours is probably not like other peoples forums. We have wrapped our own headers around the forum, and obviously jquery cdn is loaded from our dynamic header.
So we deleted jquery.js from js folder.
But then realised that is the one central location for calling jquery, so plopped it back in. Now we dont wrap our own headers around the dashboard, which means this can load jquery.js the normal way, except it isnt.
I do have a link to the forum, but we are currently in beta rc3 And it is password protected, so if you would like to look I can email you access rights. But I dont know your email.
Ste
There was an error rendering this rich post.
Dashboard and Forum , reference jquery via : forums>applications>vanilla>js folder.
Without jquery.js in there , dashboard doesnt function or reference jquery.js
But jquery is already called in forums>applications>dashboard>js
So basically I wish to STOP vanilla from requesting jquery.js in dashboard and forum , so we can add in our own line ,
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
There was an error rendering this rich post.
Here's a snippet of one of my plugins:
There was an error rendering this rich post.
There was an error rendering this rich post.
You'll have to do some trial and error, but you should be able to find the jquery asset somehow at this point and remove it manually.
There may be a better way, but this should get you far enough to get something working
There was an error rendering this rich post.
Sincerely appreciate your help... incidentally, just downloading your NillaBlog, will have a play with it
There was an error rendering this rich post.
This is open source software though. Roll up your sleeves and contribute a patch. I bet you they'd appreciate it.
There was an error rendering this rich post.