This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
153
Off-topic / Re: PHP | Learning
« on February 6th, 2014, 10:10 PM »
Thanks for the responses guys...
#soawesome
#soawesome
154
Off-topic / Re: PHP | Learning
« on February 6th, 2014, 11:06 AM »You should start from HTML first. How good are you with html?
155
Off-topic / Re: PHP | Learning
« on February 6th, 2014, 10:07 AM »
I have, Google results are starting to get a bit excessive.
Will keep at it, just thought I would check and see what others have done.
Posted: February 6th, 2014, 10:07 AM
Will keep at it, just thought I would check and see what others have done.
156
Features / Re: Tagging
« on February 6th, 2014, 10:06 AM »
All good,
Just thought I would check (myBB uses an updater).
Do you want to see stock installs of Wedge, Elk and MyBB?
Just thought I would check (myBB uses an updater).
Do you want to see stock installs of Wedge, Elk and MyBB?
157
Off-topic / PHP | Learning
« on February 6th, 2014, 09:29 AM »
If one was to want to learn PHP, but has minimal programming knowledge, where would one start. Hypothetically?
One may have dabbled in HTML at some point, maybe even some introductions of C++ and Pascal.
Just curious where one would start.
One may have dabbled in HTML at some point, maybe even some introductions of C++ and Pascal.
Just curious where one would start.
158
Features / Re: Tagging
« on February 5th, 2014, 10:32 PM »
All good, it is alpha after all ;)
I should really update.
Do you need to run the installer again, or just overwrite the files?
I should really update.
Do you need to run the installer again, or just overwrite the files?
160
Features / Re: Tagging
« on February 5th, 2014, 12:17 PM »
Thanks bro.
I was getting there, I was trying to add a repository but I don't know if it's implemented yet.
I was getting there, I was trying to add a repository but I don't know if it's implemented yet.
162
Off-topic / Re: Wedge | My thoughts
« on February 5th, 2014, 11:49 AM »I just decided that SMF was the most realistic choice for me because (1) I had a lot of expertise with it, (2) it was the frigging best free software to begin with.
Please do, please do!
Even if I don't reply all topics, especially the 'love Wedge / hate Wedge' topics (which I created more to give me feedback on what I should focus on, keep or remove in Wedge in future versions, and I don't want to start discussions in these topics, so I guess I'll really have to build that 'reply to new topic' feature), I do read all of them.
Yeah... But it's referred to sometimes with its full name, it's just that it's a long name. Actually, that silly name is one of the worst features in their software. (I can talk; I've been regularly unhappy with the 'Wedge' name in the last 3 years, mainly because of my failure to find a proper font for my logo; if I'd chosen 'Weave' as a name, I'd have had the perfect logo, but then not the perfect domain name. The little things, as you say...)Quote Everyone just referred to it as "Elk", and when I google "Elk" you can imagine what comes up... Pictures of the animals and their associations :P
I use it regularly on Github.
It's implemented now. You can look at the JS source code (look for the mm plugin in gz/js/script-*.js, unminify it of course, or just wait until I push to github), it's working fine, and it's using about 30 bytes in the final file, so I guess that acceptable until I come up with a better solution. I had one that saved a couple of bytes but didn't create a proper link tag, and that's against my accessibility policy.Quote I think rather than like the home text that has a menu, maybe make it a separate clickable link that just goes to the SITEURL?
No, no, every single minute spent on fixing something for Wedge noobs is an hour gained on future tech support.
Well the forums are up (minus Elk).
163
Off-topic / Re: Wedge | My thoughts
« on February 5th, 2014, 10:58 AM »Imagine for instance a homepage with some large text that welcomes you, as in the 'flat design' trend if you will, and then at the bottom, a list of recent topics, recent commits, or something. If you're a regular on the forum, won't you want to get rid of the large text, and get to the real contents instead...? I know I would. For instance, I'd like for my 'recent topics' tab to get at least 20 entries by default, not 5. Things like that...
You can always find them back with the admin search engine. It's been improved in Wedge, but it's also in SMF.Quote Yeah the thing I was mainly getting at was that the menu structure when you are in an admin item pretty much allows you to get anywhere, from anywhere. And most things are logically laid out, although I did lose some items occasionally.
I'm imagining that I would have checkboxes at signup time, default being checked off, saying something like "Try to find my Facebook friends here" and "Get my user data to fill my profile automatically", or something. If checked off, it ensures Wedge asks Facebook for as few permissions as possible. I know I tend to shun logins when an app asks for more than I'd expect from it. I just want to post something in some specific topic I'm interested in, dummy, not create a full account of my life and spend my days talking everywhere!
Well, I don't know... Just look at Google Images, or Facebook, Twitter, etc.Quote Infinite Scrolling?
http://wedge.org/pub/7704/infinite-scroll/ <-- that's when I started working on the feature. It was brutal... I'm expecting Wedge will be the only SMF fork to ever do that because it requires a lot of jQuery internal knowledge. :P
Also an Elk, if you're planning to do so.
So far, it's just you and Xarcell. But to me, that's 2 above the expected number of complaints.
It's not 'hidden' or anything. There's no policy on wedge.org to prevent from posting links to the competition.
Plus, as I said multiple times, I'm in good terms with them, and if disaster should strike me or Wedge, I'd recommend people switch to ElkArte 10 times over a switch back to SMF.
They also have the ONE feature I want in Wedge but can't be arsed to develop myself or even import into Wedge and credit them for... 'Post from e-mail'. I want that! Of course it requires a cooperating mail server, things like that, but I've always loved that kind of feature, and when I first started using a self-hosted forum back in 2003, that's one of the features I was longing for. But because PHP doesn't support that from the start, it's not possible to do it without bridging with the mail server (which Elk does, although last I heard, that feature was under-tested so it may not work at all.[1])
1. Yes, I have yet to install Elk because I don't want to be influenced by competition too much, so I'm only speaking from their feature lists and regular random looks at their commits.
This guy is just a visual clue that 'Home' is a link to the homepage...Quote This guy.
If you'll look at the HTML for it: there's a span for the icon, and then there's the menu entry that can actually be highlighted. If I included the icon in the menu entry, the currently selected section would have the icon inside the selection style (here at Wedge, it's a greenish background), and it implies that the icons need to be comfortable on *whatever* backgrounds you throw at them, and the Wedge icons (taken from a popular package), while very efficient, don't look as good when shown on a darker background.
Believe me, I've always put a lot of thought into my design decisions.
However, I never considered the possibility of doubling links in the menu. Or, come to think of it, simply add a small click handler to the icons, so that they'll follow the same links as their text entries. Okay, I'll do that... It won't add too many bytes, I guess.
164