Add white space aft...
 
Notifications
Clear all

wpForo 1.x.x [Closed] Add white space after alias in reply box

7 Posts
4 Users
1 Reactions
816 Views
Posts: 10
Topic starter
(@jarruego)
Eminent Member
Joined: 4 years ago

When you reply to another user, it would be great to put a blank space after the alias in the reply box. This would avoid many aliases and pasted text errors.

6 Replies
Tutrix
Posts: 1481
(@tutrix)
Noble Member
Joined: 5 years ago

@jarruego

add this to custom css

#wpforo #wpforo-wrap .wpforo-post-content a {
margin-right: 5px;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
st7878
(@aima-forum)
Joined: 5 years ago

Estimable Member
Posts: 111

@tutrix this does not work. if you start writing an answer, the text merges with the nickname. and the nickname will not work when published

Tutrix
Posts: 1481
(@tutrix)
Noble Member
Joined: 5 years ago

@aima-forum test

I don't see any problem, everything works

https://www.screencast.com/t/gDTrHj0Un3cc

2 Replies
st7878
(@aima-forum)
Joined: 5 years ago

Estimable Member
Posts: 111

@tutrixhay

the question is that the user has to press the space bar. if the user does not press the spacebar, then the nickname will not work. example is the word "hay"

https://www.awesomescreenshot.com/video/3057505?key=73ea7e6ff6355b6595f498004a630b32

st7878
(@aima-forum)
Joined: 5 years ago

Estimable Member
Posts: 111

@tutrix task: to automatically add a space when answering (reply)

Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Ok, thank you for the report. We'll take a look at this issue.