inherit
268507
0
Nov 5, 2024 12:14:50 GMT -8
Dimand Emreld
29
September 2023
dimandemreld
|
Post by Dimand Emreld on Sept 25, 2024 7:17:58 GMT -8
Forum URL: textdeciples.proboards.com/board/114/folders-filesThis is Dimand here, I am an Admin at a site I created called Text Deciples. I wanted to make a quick move on a Template. If you look at this link I have here, it will send you to the Page I want to perform a move on. This is the link, textdeciples.proboards.com/board/114/folders-filesI wanted to move the whole Dimond (White) colored bar with the Pagination, Select, Action and Search Tools. I wanted to move that bar and the tools on it, under the Bronse (Brown) border that says," No threads were found."Can someone inform me on how to do this ? I am at the Template Visual Editor for Threads. I clicked on Admin>Themes>Layout Templates>Threads
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Sept 25, 2024 8:40:42 GMT -8
Dimand Emreld - Go to Admin > Structure > Layout Templates > Board Then from lines 17-24 you should see this block of code (line numbers may be different if you made changes to the template)<div class="control-bar ui-helper-clearfix $[scroll_class]"> $[search] <div class="controls"> $[selection_menu] $[action_menu] </div> $[pagination] </div> You want to move this section of code to between the two closing div tags on lines 42-43 :
|
|
inherit
268507
0
Nov 5, 2024 12:14:50 GMT -8
Dimand Emreld
29
September 2023
dimandemreld
|
Post by Dimand Emreld on Sept 25, 2024 10:44:00 GMT -8
Ok it worked Mr. Scott. I have never performed that HTML Move. I am trying to master my HTMLs now. 1.) If you have an Instruction Manual for HTML's, could you let me have it please. I want to master my HTML Skill.Mr. Scott, I have another move I want to perform. 2.) I want to move the Quote, Edit and the Post Option Buttons on the Top Right Corner of a Post, to the Bottom Right Corner, inside the Dimond (White) Colored Bar on the Right Side of the Search Bar.
This is the link to the page I want to perform the move on. textdeciples.proboards.com/thread/355/test-postCould you help me perform that move please ?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Sept 25, 2024 12:45:04 GMT -8
Ok it worked Mr. Scott. I have never performed that HTML Move. I am trying to master my HTMLs now. 1.) If you have an Instruction Manual for HTML's, could you let me have it please. I want to master my HTML Skill.To learn more about HTML please check out our Help Guide article of External Resources. Look under the section for Code Reference & Learning You cannot more the Quote, Edit and the Post Option Buttons to the white bar (with the search). The white bar (control bar) applies to the whole thread, whereas the Quote, Edit and Post Option buttons are post specific.
|
|
inherit
268507
0
Nov 5, 2024 12:14:50 GMT -8
Dimand Emreld
29
September 2023
dimandemreld
|
Post by Dimand Emreld on Sept 25, 2024 13:35:38 GMT -8
Mr. Scott, could you inform me on how to move the Reply, Quote, Edit, and Post Option Buttonsfrom the Top Right Corner, on to the White Colored Control Bar. As you see on the Attachment Picture. You would have to move the Action and the Search Bars to the Left.
So I would have to go to Admin>Structure>Layout Templates>Threads Then ? This is the link to the page I want to perform the move on. textdeciples.proboards.com/thread/355/test-post
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Sept 25, 2024 13:42:14 GMT -8
Dimand Emreld - unfortunately what you are asking for is not possible. Sorry.
|
|
inherit
268507
0
Nov 5, 2024 12:14:50 GMT -8
Dimand Emreld
29
September 2023
dimandemreld
|
Post by Dimand Emreld on Sept 25, 2024 15:03:59 GMT -8
Mr. Scott, since you say that move can't be done. Can you inform me on how to move the Reply Button from the Top Right Corner. I would like to move it next to the Quote Button ?
I would have to go to Admin>Structure>Layout Templates>Threads Then ? This is the link to the page I want to perform the move on. www.textdeciples.proboards.com/thread/355/test-post
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Sept 25, 2024 15:17:35 GMT -8
|
|
inherit
268507
0
Nov 5, 2024 12:14:50 GMT -8
Dimand Emreld
29
September 2023
dimandemreld
|
Post by Dimand Emreld on Sept 25, 2024 15:33:42 GMT -8
I would like to do it with an HTML, not a Plug In. Can it be done with HTML's ?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Sept 25, 2024 15:39:51 GMT -8
Dimand Emreld - No it is not a simple HTML modification. I requires JavaScript. The script is the same as in the plugin which is why I recommended the plugin.
|
|