- This topic is empty.
- AuthorPosts
- July 12, 2014 at 9:34 pm#415255seekingtruthParticipant
Does this do quotes NO
Can no longer edit above
July 12, 2014 at 9:37 pm#415263seekingtruthParticipantTry again
July 12, 2014 at 10:22 pm#415390seekingtruthParticipant@t8 I tried loading my avatar but still the same
You can delete all my practices to clean it up
July 12, 2014 at 10:53 pm#415450AdminKeymasterI suspect you missed the last step, “crop image”. Once you have selected the image and uploaded it, it then asks to crop it. This is so you can take any photo and then select your face rather than having to use something like Photoshop to do the cropping.
July 12, 2014 at 10:54 pm#415453AdminKeymasterAt the moment, edit is open for 30 minutes. I can change this, but I think it is good to have a time limit. 30 minutes seems like a reasonable amount of time to fix mistakes.
July 12, 2014 at 10:57 pm#415463AdminKeymaster@ seekingtruth
what does b-quote do
It indents text like as follows:
asdasdasda
adasdasdasda
adasdasdasdasdYou can apply it multiple times to increase the indentation.
July 12, 2014 at 11:01 pm#415471AdminKeymaster@seekingtruth @mikeboll64 @terraricca
Okay, regarding quoting posts. The bane of the last forum platform was it encouraged lazy quotes and whole threads became quotes withing quotes within quotes which I rarely read. But when not abused it was a great feature. This platform doesn’t have this feature and I am guessing because of this.
Here is one way to achieve a quote and the results look great.
1) Go to the post you want to quote
2) Copy the text you want to address
3) Hit reply above that post
4) Address the member @t8 (for example)
5) Paste the text in the next line
6) Select the text
7) Hit the code button.Example:
@seekingtruthblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
I think it is more a case of blaah blaah blaah blaah blaah blaah blaah blaah blaah blaah seekingtruth.
July 13, 2014 at 2:09 am#415641AdminKeymasterb-quote has a background colour now. Ideal for quoting text from other users.
Copy and paste the text you want to quote, then select the text and click b-quote.🙂
July 13, 2014 at 2:00 pm#416548seekingtruthParticipant@t8
But when not abused it was a great feature.
Attempt to quote. Was abused but easier.
Just a note, at least for me the program runs slow with a delay when changing screen FYI 🙂
The advantage of quote I could see how things were done by others and I’m missing preview
Not to sound ungrateful, I know you worked long and hard just giving my thoughts on it once familiar with it I’ll probably like it just as well (I do like some of the search features)
July 13, 2014 at 2:39 pm#416577seekingtruthParticipantEdit timed out above (why I miss preview, missing comma)
plus I can’t copy functions but have to retype themJuly 13, 2014 at 3:23 pm#416600seekingtruthParticipant@T8
It would be helpful to have a button to view “new posts” on each page
Can we change our default color for letters?July 14, 2014 at 12:59 am#423403ProclaimerParticipantIt would be helpful to have a button to view “new posts” on each page
Can we change our default color for letters?New posts will always be the last post as it was in the previous forum.
The advantage of that is readers can read the conversation in a natural way.I have asked the members to give me some feedback if they prefer the order of posts be reversed and display as the latest one on page 1 (at the top).
At this stage you cannot change the colour of your default font (for your posts).
Also, I edited your comment just to take a look at what you did wrong with the BB Code. Saw the mistake and corrected it for you. I hope you don’t mind. I will explain the mistake in the next post.
July 14, 2014 at 1:06 am#423484ProclaimerParticipantYour BB Code was correct, but it was in the wrong order.
In BB Code as it is in HTML, you need to nest your tags correctly. I will use non-tags to give you the idea.
This is correct:
[bbcode1] [/bbcode1] [bbcode2] [/bbcode2]
If you want the first influence to continue then can do this:
[bbcode1] [/bbcode1] [bbcode2] [/bbcode2] [bbcode1] [/bbcode1]This is incorrect:
[bbcode1] [bbcode2] [/bbcode1] [/bbcode2]This is also incorrect in BB Code:
[bbcode1] [bbcode2] [/bbcode2] [/bbcode1]However this nesting formation is correct in HTML
<something-tag1><something-tag2></something-tag2></something-tag1>Notice the incorrect one has an overlap in the code, so the influence of [bbcode1] ends at [/bbcode1] but [bbcode2] sits inside [bbcode1] thus a conflict of influence as potentially one code could be red text for example and the other green, so what color is the overlap? So the incorrect version has an overlap of influence and browsers have problems knowing what to do and which influence to use.
Stick with no overlaps such as: [1][/1] [2][/2] [1][/1]
July 15, 2014 at 1:18 am#431337mikeboll64Blocked@t8
This is also incorrect in BB Code:
[bbcode1] [bbcode2] [/bbcode2] [/bbcode1]That’s how I always did it on the other forum. HI THERE!
t8, edit my post, to see how I did that. It all worked except for the bold – just because you can’t tell. 🙂
July 15, 2014 at 1:28 am#431340mikeboll64Blocked@seeking truth
It would be helpful to have a button to view “new posts” on each page
Agreed. And I still prefer the old system of quoting someone – where their name and time stamp showed up above the quote box.
But Wm, I just went through the categories in the “Forum Home”. They are chronologically, with the last thread to be posted on listed at the top of the page. So I looked through the forums, searching for threads I was in the middle of in the old site. I opened each of them, and “Subscribed” to it. Now I can hover the mouse over “YOU” at the top of the page, scroll down to “Forums”, then scroll left to “Subscribed Topics”.
I don’t believe this is nearly as easy as seeing the entire list of “New Post”, like on the other site. Nor is it as easy as doing a search for “mikeboll64” in the last week, like on the other site.
But at least it’s some way to kind of organize the posts I regularly follow and respond to. 🙂
July 15, 2014 at 1:29 am#431342ProclaimerParticipantYes I can see you nested them correctly. And it appears that you can nest them like HTML.
If you tried to put a list in there though, then that would stuff it up.Gonna try your code but move the bold tags next to the message.
HI THERE!
July 15, 2014 at 1:30 am#431343ProclaimerParticipantI think your example is bold.
Will try without bold tags.
HI THERE!
July 16, 2014 at 3:06 am#432021mikeboll64BlockedWhat’s the verdict? They look the same amount of “bold” to me – with or without the bold tags. 🙂 No matter, I can still use size and underline to drive some points home. I don’t NEED bold to survive. 🙂
I think it’s nice to see the real faces of the people I’ve been talking to for four or five years. 🙂 I hope the rest put their own photos as avatars too.
I now know what Kerwin, t8, Pierre, and Wm look like! Btw, you’re all ugly! 🙂
July 16, 2014 at 3:54 am#432038terrariccaParticipantHI MIKE
WE ARE UGLY BECAUSE WE ARE OLD YOUR TIME IS COMING SOON 🙂
July 16, 2014 at 4:05 am#432041ProclaimerParticipantI could rename the forum to Ugly Net?
@mikeboll64
I think you need to reload the page so you can pick up the latest Style Sheet.
The forum uses normal text and bold stands out just like our ugly mug shots.😉
- AuthorPosts
- You must be logged in to reply to this topic.