@pwiter
We might have to switch servers. Blocks.php needs the latest version of GD. The server we are currently using does not give back a request when I request blocks.php. I need a server that supports this, since this is what draws custom blocks.
Offline
GP1, can you make it so that blocks or stacks of blocks dragged outside of the main <ul> are turned into their own <ul>s?
Offline
Laternenpfahl wrote:
GP1, can you make it so that blocks or stacks of blocks dragged outside of the main <ul> are turned into their own <ul>s?
Yeah, I'll work on it. Right now, I'm working on adding touch support, then to add alert 6 block, keeping events. THEN I'll work on separate lists.
Last edited by GP1 (2013-01-03 00:34:07)
Offline
GP1 wrote:
@pwiter
We might have to switch servers. Blocks.php needs the latest version of GD. The server we are currently using does not give back a request when I request blocks.php. I need a server that supports this, since this is what draws custom blocks.
What is the php version has the latest GD? Like do I need php 5.4 or 5.3.
Last edited by pwiter (2013-01-03 00:54:35)
Offline
pwiter wrote:
GP1 wrote:
@pwiter
We might have to switch servers. Blocks.php needs the latest version of GD. The server we are currently using does not give back a request when I request blocks.php. I need a server that supports this, since this is what draws custom blocks.What is the php version has the latest GD? Like do I need php 5.4 or 5.3.
5.4, but I've looked around, and I think it is just the hosts problem. I tried it on my friends server on go daddy, it works just fine. You can test to see if it works by uploading blocks.php. if you view the script in a browser, it should show a black bock, then you know that it works. If it gives you an error, it obviously doesn't work.
Offline
Theme templates now up!
Last edited by Laternenpfahl (2013-01-03 01:59:50)
Offline
Al-x, could you make the theme using the new templates?
Offline
Okay, I finished another set of tests. It took me 35 or so updates on JsFiddle, but I got it. I am hosting the blocks.php temporarily on the Macrbit server. Thats why the blocks look like blocks now. I also fixed a glitch, so you can pull the block template out and put it in the script, keeping the sorting ability (the new plugin that allows me to move more than one element in a sortable does not do what you want it to most of the time). Touch capability is still broken, and I have to edit the plugin to fix it. I will change it eventually. Right now I am going to work on making it so when you drag out blocks from the script, they turn into their own list.
Offline
al-x wrote:
Laternenpfahl wrote:
Al-x, could you make the theme using the new templates?
what templates?
master/home_files/home_style_template
master/home_files/home_style_mobile_template
Offline
Laternenpfahl wrote:
al-x wrote:
Laternenpfahl wrote:
Al-x, could you make the theme using the new templates?
what templates?
master/home_files/home_style_template
master/home_files/home_style_mobile_template
for some reason the home.html won't work properly? I tried reloading but it still doesn't work... what should I do?
Offline
al-x wrote:
Laternenpfahl wrote:
al-x wrote:
what templates?master/home_files/home_style_template
master/home_files/home_style_mobile_templatefor some reason the home.html won't work properly? I tried reloading but it still doesn't work... what should I do?
I'm working on some changes... Wait an hour or so
Offline
Laternenpfahl wrote:
al-x wrote:
Laternenpfahl wrote:
master/home_files/home_style_template
master/home_files/home_style_mobile_templatefor some reason the home.html won't work properly? I tried reloading but it still doesn't work... what should I do?
I'm working on some changes... Wait an hour or so
There, should work now
Offline
Message to pwiter: index.php is now a relative link
Offline
Laternenpfahl wrote:
page2.html (contact info) and page3.html (information about us, how to join) need more information.
Someone?
Offline
Laternenpfahl wrote:
Laternenpfahl wrote:
al-x wrote:
for some reason the home.html won't work properly? I tried reloading but it still doesn't work... what should I do?I'm working on some changes... Wait an hour or so
There, should work now
backgrounds still don't work?
Offline
al-x wrote:
Laternenpfahl wrote:
Laternenpfahl wrote:
I'm working on some changes... Wait an hour or soThere, should work now
backgrounds still don't work?
How so?
Offline
al-x wrote:
Laternenpfahl wrote:
Laternenpfahl wrote:
I'm working on some changes... Wait an hour or soThere, should work now
backgrounds still don't work?
If you're talking about home_m.html, It's not supposed to have a background.
Offline
al-x wrote:
Laternenpfahl wrote:
al-x wrote:
backgrounds still don't work?If you're talking about home_m.html, It's not supposed to have a background.
I'm talking about home.html
Can you give me a screenshot?
Also check the console
Offline
I fixed the JsFiddle, you can now drag blocks out and drag the hat block around with touch. Sorting blocks is a different story, though. I have to rewrite the multisort plugin, and I'm going to do that later. You can try it with touch or a mouse at http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
Last edited by GP1 (2013-01-03 21:50:50)
Offline
GP1 wrote:
I fixed the JsFiddle, you can now drag blocks out and drag the hat block around with touch. Sorting blocks is a different story, though. I have to rewrite the multisort plugin, and I'm going to do that later. You can try it with touch or a mouse at http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
Fancy! Is there a way to disable allowing users to drag out the images, it seems to be a problem for me...?
Also, how are you planning to have textboxes with this?
Last edited by Laternenpfahl (2013-01-03 21:59:22)
Offline
Laternenpfahl wrote:
GP1 wrote:
I fixed the JsFiddle, you can now drag blocks out and drag the hat block around with touch. Sorting blocks is a different story, though. I have to rewrite the multisort plugin, and I'm going to do that later. You can try it with touch or a mouse at http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
Fancy! Is there a way to disable allowing users to drag out the images, it seems to be a problem for me...?
Also, how are you planning to have textboxes with this?
You mean, with the dragging out of images, it attaches the image to the mouse so you can drag it to the browser URL and such?
And I will do the text boxes in a way I can not explain. I'll show you what I mean, let me update the fiddle...
EDIT: Ahh, Chrome is being difficult right now, and I have a headache. I'll work on it eventually. I'll worry about it after I get advanced block behavior in. But my plan for the textboxes: AJAX
Last edited by GP1 (2013-01-03 22:11:45)
Offline
GP1 wrote:
Laternenpfahl wrote:
GP1 wrote:
I fixed the JsFiddle, you can now drag blocks out and drag the hat block around with touch. Sorting blocks is a different story, though. I have to rewrite the multisort plugin, and I'm going to do that later. You can try it with touch or a mouse at http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
Fancy! Is there a way to disable allowing users to drag out the images, it seems to be a problem for me...?
Also, how are you planning to have textboxes with this?You mean, with the dragging out of images, it attaches the image to the mouse so you can drag it to the browser URL and such?
And I will do the text boxes in a way I can not explain. I'll show you what I mean, let me update the fiddle...
EDIT: Ahh, Chrome is being difficult right now, and I have a headache. I'll work on it eventually. I'll worry about it after I get advanced block behavior in. But my plan for the textboxes: AJAX
I have no Idea, but sound awesome
Offline
Also GP, If you want, I'll help with macrobit
Offline