[indev] Minetest Extensions - mod review [Remaking in python

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed Sep 19, 2012 09:53

Jeija wrote:Image

Very first version of my redesigned UI for the mod forum. What do you think about it?
Should I continue it or not? I will upload it if you like it, be patient.

(I would certainly add some pictures or so instead of these stupid blue header&footer + a some more minetestish background)


It looks very good :), is that page index.php or listing.php?

The grey needs changing of course, maybe to default:stone or something lighter.

The blue header is just temporary, you are welcome to change it.

The "Jeija - Log Out" thing should be fixed to the right of the page.

Another thing i noticed is that each tile does not show how many mods in that category.
(use the function getNoTopics($search_tag,$handle); to find out how many there are in that topic)

Thank you for your help, it would be great if you would like to continue it.

PS: your password for the uploaded version of the forum is "temp_pass" i will add a password changer soon.
Last edited by rubenwardy on Wed Sep 19, 2012 09:56, edited 1 time in total.
 

User avatar
Jeija
Member
 
Posts: 686
Joined: Fri Dec 23, 2011 21:46

by Jeija » Wed Sep 19, 2012 12:14

Glad you like it :D It's listing.php, I didn't touch index.php yet.
I was also planning to change the same things you told me!
I'm not sure if it should be default:stone or just some blue minetest sky, but I like the stone idea!

I was planning to make only read tiles transparent (as they are right now), unread sections are untransparent. Is there any way to find out if a section has been read right now?
Redstone for minetest: Mesecons (mesecons.net)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed Sep 19, 2012 12:17

Jeija wrote:Glad you like it :D It's listing.php, I didn't touch index.php yet.
I was also planning to change the same things you told me!
I'm not sure if it should be default:stone or just some blue minetest sky, but I like the stone idea!

I was planning to make only read tiles transparent (as they are right now), unread sections are untransparent. Is there any way to find out if a section has been read right now?


Not Yet.
As the forum does not yet support replies, there will never be a read mod turning into a unread one.
I suppose i could do it so it comes unread when a new version is released.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed Sep 19, 2012 12:22

I have added a dummy function called cat_read($tag,$handle);

Returns true if all is read,
Returns false if some is unread

to call it do

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
$result=cat_read("food",$handle);


for the "Food" Topic.

"All Mods", "All Mod Packs", "All Texture Packs", "All Sound Packs" should all be either transparent or not, IMO
Last edited by rubenwardy on Wed Sep 19, 2012 12:24, edited 1 time in total.
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Wed Sep 26, 2012 22:04

rubenwardy wrote:And will feature:
Like and Dislike
Rating on Quality, Usefulness, Originality


i'd be happy if i was able to edit my own mod, or even if the homepage link that i put in the description worked =)

http://multa.bugs3.com/minetest/forum/viewmod.php?id=31

you should use a framework, you'd have this built in a day. -- http://www.yiiframework.com/
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Wed Sep 26, 2012 23:12

Can i edit my Topic after i post it?
If so how?
Last edited by madchicken13 on Wed Sep 26, 2012 23:12, edited 1 time in total.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Sep 27, 2012 12:18

madchicken13 wrote:Can i edit my Topic after i post it?
If so how?


When logged in, Click "edit" at bottom of the page
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sat Sep 29, 2012 15:32

cornernote wrote:
rubenwardy wrote:And will feature:
Like and Dislike
Rating on Quality, Usefulness, Originality


i'd be happy if i was able to edit my own mod, or even if the homepage link that i put in the description worked =)


You can do both of those things.

When logged in and on the mod's page, click "edit" at the bottom of the page. duh.

You made a syntax mistake in the homepage link.

It should be

{url=https://sites.google.com/site/cornernote/minetest/craft-guide=url}link text{/url}

The =url} is important

Replace the { } 's with the normal bbcode tags
Last edited by rubenwardy on Sat Sep 29, 2012 15:36, edited 1 time in total.
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Sat Sep 29, 2012 17:13

can i just give an sql dump / csv file / etc of my mods? i have too many, and i manage the homepage, forum page, git repo, etc... although i see this as a good thing, its just another thing todo.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sat Sep 29, 2012 17:34

cornernote wrote:can i just give an sql dump / csv file / etc of my mods? i have too many, and i manage the homepage, forum page, git repo, etc... although i see this as a good thing, its just another thing todo.


It does not support csv's atm (not sure how it would).

I will go through your mods and add them for you. I can set the owner for a mod.
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Sat Sep 29, 2012 17:37

rubenwardy wrote:
cornernote wrote:can i just give an sql dump / csv file / etc of my mods? i have too many, and i manage the homepage, forum page, git repo, etc... although i see this as a good thing, its just another thing todo.


It does not support csv's atm (not sure how it would).

I will go through your mods and add them for you. I can set the owner for a mod.


thanks, that would be awesome!
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Sat Sep 29, 2012 19:09

i just want to point out that there is actually a sound pack on our forum.
http://minetest.net/forum/viewtopic.php?id=2081
 

User avatar
sdzen
Member
 
Posts: 1170
Joined: Fri Aug 05, 2011 22:33

by sdzen » Sat Sep 29, 2012 21:33

Mito551 wrote:i just want to point out that there is actually a sound pack on our forum.
http://minetest.net/forum/viewtopic.php?id=2081

theres actually more than one they are just in all the wrong areas technically since there is no real proper place for them that isnt true search around!
[h]Zen S.D.[/h] The next generation of tranquility!
malheureusement mon français n'est pas bon :<
Owner of the Zelo's
In game name: MuadTralk, spdtainted, sdzen, sd zen, sdzeno
 

User avatar
Phitherek_
Member
 
Posts: 112
Joined: Thu Aug 23, 2012 16:17

by Phitherek_ » Sun Sep 30, 2012 07:48

Cornernote: your entry is invalid. Check this out:
Image
---
Posted by Phitherek_
 

cornernote
Member
 
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Sun Sep 30, 2012 07:56

3m release:
I had no idea what a 3m release was. Perhaps 1 could be auto-filled into the box? Or if its left blank then don't force the user to enter something, just assume 1.

3m RepoType / File URL:
Again, I had no idea which data was expected. An example would be helpful.

Depends:
There are no dependencies. Default is not a dependency. I tried leaving it blank, but again it would not save.

After these issues when posting, and not being able to edit my post (because i didnt put =url into the url) I almost gave up on this.

+100 for the idea, -99 for the current interface. lots of room for improvement.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sun Sep 30, 2012 13:37

cornernote wrote:3m release:
I had no idea what a 3m release was. Perhaps 1 could be auto-filled into the box? Or if its left blank then don't force the user to enter something, just assume 1.

3m RepoType / File URL:
Again, I had no idea which data was expected. An example would be helpful.

Depends:
There are no dependencies. Default is not a dependency. I tried leaving it blank, but again it would not save.

After these issues when posting, and not being able to edit my post (because i didnt put =url into the url) I almost gave up on this.

+100 for the idea, -99 for the current interface. lots of room for improvement.


I have fixed the problem with editing the post, and the depend must be filled problem.
I have also fixed the auto-filling 3m_release with the number 1.

The unable to edit was because there was a bug in checking if the current user owns that post. I did not know about the bug because i am a moderator, and so can edit all posts, and i have not checked with the test account for ages.
The bug was made when the system was changed from name based to number based user identification, and that section was not updated.

I am going to write a help section that describes each section.
Last edited by rubenwardy on Sun Sep 30, 2012 13:38, edited 1 time in total.
 

User avatar
Phitherek_
Member
 
Posts: 112
Joined: Thu Aug 23, 2012 16:17

by Phitherek_ » Sun Sep 30, 2012 14:55

cornernote wrote:Depends:
There are no dependencies. Default is not a dependency. I tried leaving it blank, but again it would not save.


Write "none" there.

EDIT: It should be default when the field is empty (@rubenwardy).

EDIT 2: Cornernote, I have corrected your entry. Now it has release 1, is of Archive type and does not have dependencies. It is now shown in 3m like that:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
rubenwardy/craft_guide (release: 1)
Adds an ingame craft guide
Last edited by Phitherek_ on Sun Sep 30, 2012 15:04, edited 1 time in total.
---
Posted by Phitherek_
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Oct 01, 2012 12:13

Phitherek_ wrote:
cornernote wrote:Depends:
There are no dependencies. Default is not a dependency. I tried leaving it blank, but again it would not save.


Write "none" there.

EDIT: It should be default when the field is empty (@rubenwardy).

EDIT 2: Cornernote, I have corrected your entry. Now it has release 1, is of Archive type and does not have dependencies. It is now shown in 3m like that:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
rubenwardy/craft_guide (release: 1)
Adds an ingame craft guide


Dont write "none" i have fixed the problem of the not allowing save when field is empty.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Oct 01, 2012 18:23

I have added a help section here.

What do you think about it (anyone)? Is it easy to understand?
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Oct 15, 2012 18:21

Version 0.4 has been Released!

Changes List

  • Full 3m Mod Manager Support
  • Like
  • New Graphics
  • Over 10 different bugs fixed
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Fri Dec 07, 2012 23:39

Are there any license conditions on this thing?
"Fuck the hat." - Paulie Gualtieri
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sat Dec 08, 2012 13:57

mauvebic wrote:Are there any license conditions on this thing?


The actual code for "minetest extensions" is CC BY NC SA.

There is a license field in each mod entry, but it is not shown in the viewmod.php thing
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sun Dec 09, 2012 17:09

I have updated the style to match the main site.


punbb support +
more stability fixes

= Minetest Extensions on minetest.net !
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Sun Dec 09, 2012 19:50

Nice, but you need separate crafting descriptions.
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Dec 10, 2012 17:43

neko259 wrote:Nice, but you need separate crafting descriptions.


What do you mean?

Do you mean that I should have a database of craft recipes, and the user can drag and drop recipes and get the resulting mod and item?
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Jan 07, 2013 19:52

0.6 Release

Punbb Support Added
bug fixes
style changes
lots more
 

Ragnar
Member
 
Posts: 850
Joined: Thu Oct 25, 2012 15:19

by Ragnar » Fri Jan 11, 2013 15:52

can you help me attach the forum accounts with the main accounts?
like if someone makes an account in the forum, (s)he gets an account in the website?
Are you saying that I put an abnormal brain into a seven and a half foot long, fifty-four inch wide GORILLA?
 

User avatar
Likwid H-Craft
Member
 
Posts: 1113
Joined: Sun Jan 06, 2013 14:20

by Likwid H-Craft » Mon Jan 14, 2013 13:43

I will make a website for minetest as well.
It will be called.

Minetest universe...It be like minecraft Planet have mods, maps, seeds(with pics and what have,) textures, and so much more.
And ruben you can help if you like.

hey btw the UI really like Windows 8 I think it will make it easyer for, Windows Surface.
Last edited by Likwid H-Craft on Mon Jan 14, 2013 13:43, edited 1 time in total.
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue Jan 15, 2013 17:58

It would be better if you contributed to this system. I am aiming for there to one day be a complete system similar to that.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Sun Feb 03, 2013 15:11

[h]0.7 Release[/h]

There has been a lot done in this release!

  • General bug fixes and optimizations
  • Restyle viewmod.php - add side bar
  • Review system
  • Mod slideshow for homepage


[h]To Do[/h]

There are a few things to do before I can release version 1.0 - and release to mods.minetest.net

  • (done) Access to slideshow by BBCode
  • (done) Optimize the code for validation and edit form loading
  • (done) Optimize database format
  • (done) Project progress bar
  • Review adding form
  • Voting scales and form
  • Download and view statistics
  • And, of course the ever present Bug Fixes


[h]Help Needed[/h]

I need a few icons for the home page

  • Icon for "Mods"
  • Icon for "Texture Packs"
  • Icon for "Sounds"
Last edited by rubenwardy on Wed Feb 20, 2013 19:11, edited 1 time in total.
 

PreviousNext

Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 4 guests

cron