Skip to main content
Topic: [RC2] split single post (Read 2110 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[RC2] split single post

Oops! Where's the button?

Re: [RC2] split single post

Reply #1

arg...
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] split single post

Reply #2

ElkArte 1.1: Now with the new feature "hiding buttons"! We are the first!  :D

It's a funny one and I hope I'm not the only one with this problem?

Re: [RC2] split single post

Reply #3

I would fix that one with:
Code: [Select]
#split_topics .submitbutton {
    width: 100%;
}
somewhere in index.css

For 1.0 should do the trick, I used a very specific selector to avoid problems in other places, but there may be others... :-\

Unless @Spuds has another idea!
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] split single post

Reply #4

Only other thought would be to change the button div from
Code: [Select]
<div class="submitbutton">
to
Code: [Select]
<div class="submitbutton clear">
This will place Split button at the bottom of the page
or
Code: [Select]
<div class="submitbutton clear_right">
This will place the button at the bottom of the right side "selected" column, which may be the best place for it really

Also the script is thorwing an error topic.js when you select the arrows to add to the split list.
Code: [Select]
TypeError: XMLDoc.getElementsByTagName is not a function
pageIndex = XMLDoc.getElementsByTagName("pageIndex")[i];
http://localhost/elkarte/themes/default/scripts/topic.js Line 1145
Can't look at that one ATM

Re: [RC2] split single post

Reply #5

Cool! Will add it.

The js error looks like a bug in the returned document... :-\
Will check it now.
Bugs creator.
Features destroyer.
Template killer.