Jump to content
Tuts 4 You

Site Suggestions And Complaints...


Recommended Posts

Posted

When I send someone message I would like to know if he read(open) the private message I sent to him.

And best compatibility for mobile user.

Posted (edited)

EDIT 2x: Post removed as pointless. The entire board looks broken beyond belief. 

 

hqdefault.jpg

Edited by kao
  • Like 1
Posted (edited)

I upgraded a forum of mine to 4.1 and back to 3.4.8 the same day.

Version 3.4.8 is what we need to have on this forum until 4.X.X becomes stable for us.

Edited by madskillz
Posted

Don't be a sad panda. Let me know what problems you are experiencing and I will see if I can fix them...

Ted.

  • Like 1
Posted

To start with basics: "code" formatting is broken in existing posts, "spoiler" tag doesn't exist, there is no possibility to insert special link to topic/post from the editor. No preview for the post either, I must post and hope the forum engine doesn't bork my formatting.

No sidebar on the right side where one could see what topics have been created recently.

At least you got rid of "Questions with no best answer"! :)

My request for more compact skin for both mobile and desktop still stands. Currently lots of posts look like this:

564f313987fed_whatawasteofspace.thumb.pn

  • Like 1
Posted

Gotta say I love the new interface of the forums! Will try some stuff and report back if I find any issues.

  • Like 1
Posted

Hi guys,

so what the heck is this?New forum template?Oh no!First I thought I do use a wrong browser header that the forum today does look so like in a iphone or blog style but it seems to be real now!Oh common Ted are you serious?Sorry to say this but this template is totally trash in my eyes and also a step backward and I am not happy.Did you check the PM box style?Its a disaster.So what can we do now?Is there any way to choose the old template back in any user settings or something or is it not changeable?So you also should check some topics / posts so they are shown very messed up like stuff what was postet in code tags.Just wanna say it again,I don't like this new interface or style and its just a hit right into toilet.Sorry Ted you know how I mean it right its nothing against your person (you know I love you) but in this case I have to say what I feel about this new forum style.I hope we can find any solution to fix this problem.

greetz

Extreme Coders
Posted

I don't like the new theme. :( 

It's breaking the formatting of existing posts. There is toooo much empty space. It needs to roll the mouse wheel a lot to browse the entire page. 

Sorry, but it looks like the dreaded metro interface. Fonts are too big and the background is flat. :wacko:

Unimportant information like the number of posts in a sub forum is given emphasis with a large font.

I have made a sample screenshot both taken at same resolution just to highlight the differences. 

contrast.thumb.png.446801c570cde9b9c512d

 

 

Posted

I have run some queries on the database to remove some of the awful legacy line breaks CK Editor introduced in IP.Board 3. There will be some other formatting issues, I'll have to hunt them down and add them to the query list. The formatting from older posts is already looking a little better.

I have readded some of the sidebar menus on the index page.

Regarding there being no preview post button. IP.Board 4.0 brings a true WYSIWYG editor, in theory you shouldn't need to preview anything because how it looks in the editor is how it looks when it is posted... generally.

Kao, can you give me an idea of what kind of compact skin you have in mind?

Ted.

Posted

The spoiler tag is back...

Spoiler

This is a spoiler...

Ted.

  • Like 1
Posted (edited)

Basically, the old forum layout we all loved so much. :D Extreme Coders gave a nice comparison screenshot already - it'd be nice to have at least the same information density as before.

Spoilers are back, yeay! Thanks!

 

No code tags for mobile layout?
EDIT: tags work. Kinda. I wouldn't call that WYSIWYG, though.

 

EDIT2: no, I didn't want my first edit in Courier. No way to change that on mobile. WYSIWYG my butt.

Edited by kao
Posted

Just like the move from IP.Board 2.x to 3.x there were some teething issues and complaints. After a while we all love 3.x so much that we don't like 4.x.

If you do know of any nice 4.x skins let me know and I'll have a look at getting it for the board...

Ted.

  • Like 1
Posted (edited)

Here is a topic for example of formatting issues:

Lot of extra line breaks and such within each post that contains code or similar. 

 

And here is an example where the adjustments made broke formatting that was ok before:

 

Edited by atom0s
Posted

The new editor seems to auto-use double whitespace for line returns (hitting enter).

Kind of ugly to have every sentence feel like a new paragraph. (using shift+enter avoids it but having to do that seems like it should be the opposite.)

Posted

firefox now bugs me with a message to allow notifications and i dont understand the location of the search button subthread!?

and i have to agree on all the useless whitespace

Posted (edited)

Some of the design annoyances can be fixed with a little help of Tampermonkey. :) Still not entirely happy, but that's a start.

Spoiler

t4u-side-by-side.thumb.png.7b1b247d9b7c2

 

So, if anyone else doesn't like the current "design" - Tampermonkey and/or Stylish is awesome!

 

EDIT: Arghhh, you can't just use "spoiler" tags like before, you must use the "Eye" button in the editor.

Edited by kao
Posted (edited)

I personally prefer the old look of the forum, the new doesnt fit that well I think.

Also not always the avatars are shown aside the section whena new post/thread has been made..

Edited by yq8
Posted

everybody liked previous on latest i dont like is that formatting and specially gaps ,many previous posts got messed ups due to gaps thing

Posted

Assuming all this whitespace isn't you making room for advertisements, I like it a lot. Still looks cluttered though.

Like button, user pics, that X user rating, country flags, blogs, all useless, confusing clutter. All I need/want to know is the user name and content of user post - that's it. Helps focus.

I'd like a section for posting code challenges though. Similar to code golf, but for languages that r popular here. We only have 2 sections for coders currently..

Posted

I will not be implementing any ads here, I'd have to be really struggling to resort to this.

Can you expand more on the coding challenges, have you got an example please?

Some of you may want to read a reply I made here...

Ted.

Posted

U must have a million diff. sections for reverser & only 2 for coders! RE is near dead but coding is more popular everyday. But sites like codegolf, etc are mainly for languages like cjam, brainf$ck, pyth, etc and while competing there in C, C++, asm, C#, etc is possible - it's very difficult and u will almost never win. I have some ideas similar to my GDI thread oriented for more "normal" languages - but nowhere to post them!

Decode proc InBuffer:Dword, OutBuffer:Dword
        Local EndPointer       :Dword
		Local OPointer         :Dword
		Local CPointer         :Dword
		Local IntC             :Dword
		Local ReturnValue      :Dword
		Mov Eax, InBuffer
		Invoke crt_strlen,     Eax
        Add Eax, InBuffer
        Mov EndPointer,        Eax
        Mov Eax,               OutBuffer
        Mov OPointer,          Eax ; ebp -4 is *O
BeginLoop:
        Mov Eax,               InBuffer
        Cmp Eax,               EndPointer
        Ja Break
		Mov Eax,               InBuffer
		Movsx Eax,             Byte Ptr Ds:[Eax]
		Mov IntC,              Eax 
		Inc InBuffer
		Cmp IntC,              2Bh
		Jnz Plus
		Mov IntC,              20h
		Jmp OutBufferCheck
Plus:
		Cmp IntC,              25h
		Jnz OutBufferCheck
		Mov Eax,               InBuffer
		Inc InBuffer
		Movsx Eax,             Byte Ptr Ds:[Eax]
		Invoke IsHex,          Eax
		Test Eax,              Eax                           
		Je ReturnNeg              
		Mov Eax,               InBuffer
		Inc InBuffer
		Movsx Eax,             Byte Ptr Ds: [Eax]
		Invoke IsHex,          Eax
		Test Eax,              Eax                           
		Je ReturnNeg
		Lea Eax,               IntC           
		Mov Ecx,               InBuffer          
		Sub Ecx,               2                              
		invoke crt_sscanf,     Ecx, offset HexFormat, Eax
		.If ( Eax  != 0)
		    Jmp	OutBufferCheck
		.endif
ReturnNeg:
		Mov ReturnValue,       -1
		Jmp Return
OutBufferCheck:
		Cmp OutBuffer,         0
		Je LoopAgain
		Mov Edx,               OPointer
		Mov Eax,               IntC
		Mov Byte Ptr Ds:[Edx], Al
LoopAgain:
		Lea Eax,               OPointer
		Inc Dword Ptr Ds:[Eax]
		Jmp BeginLoop
Break:
		Mov Eax,               OutBuffer
		Mov Edx, 	       OPointer
		Sub Edx,               Eax
		Mov Eax,               Edx
		Mov ReturnValue,       Eax
Return:
		Mov Eax,               ReturnValue
		Leave
		Retn
Decode endp 

BUGS -

1. In the code edit window where I copy/paste code after pressing <> button, all lines of that code are perfectly spaced. When it gets to the reply window, there are 8 lines missing a tab, and changes in code edit window do not appear. No syntax highlighting option is chosen.

2. On the outside of the code (top & bottom) there are manually typed (not from pressing the spoiler button) spoiler tags "

/

". They are invisible in the post, nothing happens. No spoiler button appears, no code tag text appears.

3. When I try to type a reply in a thread, many times I only get a box that says "Drag files here to attach". There is nowhere to type text, like it stops in the middle of loading. Meaning I cannot type replies to threads. This is a major, annoying bug.

I like the layout but it doesnt work. I think u need to make some threads specifically for testing features of this forum as many features here aren't working properly.

 

 

 

Posted

CONTINUED BUG REPORTS -

4. When I tried to edit my last post, it froze. I couldn't type anything, and had to close the firefox window and open a new one.

5. As u can see in last post, whatever parser this site uses for code tags is broken. I'm going to manually type "[sp0iler] text [/sp0iler]", spelled properly, and it will disappear.

Spoiler

this works probably

but this does not

 



If this text shows properly in code tags, then manually typing code tags works. If not then manually tags tags in general probably doesn't work.

Posted

So manually typing code tags in general, be it [sp0iler], [c0de], etc does not work on this board. Whoever wrote this board did not test it first...

Posted

(On the 2nd reload I was given the option to type reply to text...)

CONTINUED BUG REPORTS -

6. I choose to login as "anonymous", and my name is being displayed in the "Who's Online" box.

Posted (edited)

@simple: as for your #1 - you have mixed up tabs and spaces in your code. Apparently your text editor uses 4 spaces/tab but board - 8 spaces/tab. That's not a bug with forum engine but with your code.
#2, #5 - confirmed, [sp0iler] doesn't work, you need to press that "eye" button. I was complaining about it in another thread too.
#3, #4 - no freezes on Chrome. :)
#6 - haven't tried.

 

Edited by kao
no, I really can't find bbcode for spoiler. :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...