inherit
186046
0
Apr 29, 2014 9:31:58 GMT -8
~*Becca*~
32
November 2012
beccafunk
|
Post by ~*Becca*~ on Mar 25, 2013 3:03:30 GMT -8
Do I Have Too Add My Own Images For The Arrows ?? Just Curious Because I'm Just Getting Little White Boxes Showin Instead Of Arrows & I Don't Have Arrow Images If I Need Too Add My Own.
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Mar 25, 2013 5:49:27 GMT -8
Do I Have Too Add My Own Images For The Arrows ?? Just Curious Because I'm Just Getting Little White Boxes Showin Instead Of Arrows & I Don't Have Arrow Images If I Need Too Add My Own. Hello BeccaYes you do have to add your own images: This was added to the the first post: Edit: 3/25/2013Go to Admin > Structure > Layout Templates > Forum Wrapper and look for this {/if} (line 77 or so) and place this <a name="bottom"></a> directly below it.
|
|
inherit
186046
0
Apr 29, 2014 9:31:58 GMT -8
~*Becca*~
32
November 2012
beccafunk
|
Post by ~*Becca*~ on Mar 25, 2013 14:22:54 GMT -8
Ok Thanxs aRMY83 !!
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Mar 25, 2013 15:19:55 GMT -8
You're welcome.
|
|
Becca
Junior Member
Utterly lost in graphics creation atm, brb!
Posts: 374
inherit
70046
0
Jun 25, 2023 9:52:55 GMT -8
Becca
Utterly lost in graphics creation atm, brb!
374
January 2006
beccagranger
|
Post by Becca on Mar 25, 2013 20:51:22 GMT -8
Do I Have Too Add My Own Images For The Arrows ?? Just Curious Because I'm Just Getting Little White Boxes Showin Instead Of Arrows & I Don't Have Arrow Images If I Need Too Add My Own. Hello BeccaYes you do have to add your own images: aRMY83, hey dear, wrong Becca that you tagged on this one. ~*Becca*~ was asking this question.
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Mar 26, 2013 5:19:06 GMT -8
Hello BeccaYes you do have to add your own images: aRMY83, hey dear, wrong Becca that you tagged on this one. ~*Becca*~ was asking this question. I'll just blame it on that one bad eyeball I have. lol
|
|
Becca
Junior Member
Utterly lost in graphics creation atm, brb!
Posts: 374
inherit
70046
0
Jun 25, 2023 9:52:55 GMT -8
Becca
Utterly lost in graphics creation atm, brb!
374
January 2006
beccagranger
|
Post by Becca on Mar 26, 2013 7:52:14 GMT -8
Hehehehe, you're too cute! I just wanted to make sure that ~*Becca*~ saw your response. Great work, btw!
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Mar 26, 2013 8:19:54 GMT -8
Do I Have Too Add My Own Images For The Arrows ?? Just Curious Because I'm Just Getting Little White Boxes Showin Instead Of Arrows & I Don't Have Arrow Images If I Need Too Add My Own. Hello ~*Becca*~Yes you do have to add your own images: This was added to the the first post: Edit: 3/25/2013Go to Admin > Structure > Layout Templates > Forum Wrapper and look for this {/if} (line 77 or so) and place this <a name="bottom"></a> directly below it. Thanks Becca...
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 18, 2013 9:00:40 GMT -8
For those that used various codes to create Up and Down buttons (v4.5) next to each other within each post: Example: and would like to have the same results for ProBoards v5, then follow these guidelines: Go to Admin > Structure > Layout Templates > Thread > Post List and look for: (line 33 or so) <td class="foot"> and add this right below it: <div class="edited_by"><a onclick="scroll(0,0);"><img src=" URL TO UP BUTTON IMAGE" /></a><a href="#bottom" onclick="scroll(0,0);"><img src=" URL TO DOWN BUTTON IMAGE" /></a></div> Now go to Admin > Structure > Layout Templates > Thread > Quick Reply and add <a id="bottom"></a> to the very bottom under </div> If you decide you would like dividers for the Up and Down buttons: Example: then use this: <div class="edited_by"><a onclick="scroll(0,0);"><img src=" URL TO UP BUTTON IMAGE" /><img src=" URL TO DIVIDER IMAGE" /><a href="#bottom" onclick="scroll(0,0);"><img src=" URL TO DOWN BUTTON IMAGE" /><img src=" URL TO DIVIDER IMAGE" /></a></div> Same guidelines as above apply. Prior to the mod above, make sure you insert your URL UP / DOWN and DIVIDER IMAGES. Edit: 3/25/2013Go to Admin > Structure > Layout Templates > Forum Wrapper and look for this {/if} (line 77 or so) and place this <a name="bottom"></a> directly below it. I looked where this says and there is not a div- class-edited section, and no line 33. Here is what i see there <div class="container posts"> <div class="title-bar"> {if $[reply_button]} <ul class="controls"><li>$[reply_button]</li></ul> {/if} <h1>$[thread.subject]</h1> </div> <div class="control-bar ui-helper-clearfix $[scroll_class]"> $[search] <div class="controls"> $[action_menu] </div> <div class="float-left">$[thread.icons]</div> $[pagination] </div> <div class="content cap-bottom"> $[thread.labels] $[poll] <table class="list" role="presentation"> <tbody class="$[list_class]"> $[post_list] </tbody> </table> {if !$[quick_reply]}{if $[bottom_reply_button]} <div class="reply_button pad-all-double">$[bottom_reply_button]<br class="clear" /></div> {/if}{/if} </div> </div> $[quick_reply] last line is 29...So what do I do to add this? Thanks...
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Aug 18, 2013 14:20:13 GMT -8
Hello kpygoutPlease follow the instuctions: Go to Admin > Structure > Layout Templates > Thread > Post List and look for: (line 33 or so) <td class="foot"> and what you are showing me (code in your post), is in the Thread area and you need to go to the Post List area and look for line 33 or so and as instructed above, add this: <div class="edited_by"><a onclick="scroll(0,0);"><img src="URL TO UP BUTTON IMAGE" /></a><a href="#bottom" onclick="scroll(0,0);"><img src="URL TO DOWN BUTTON IMAGE" /></a></div> right below this: <td class="foot">
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 19, 2013 17:14:08 GMT -8
Hello kpygoutPlease follow the instuctions: Go to Admin > Structure > Layout Templates > Thread > Post List and look for: (line 33 or so) <td class="foot"> and what you are showing me (code in your post), is in the Thread area and you need to go to the Post List area and look for line 33 or so and as instructed above, add this: <div class="edited_by"><a onclick="scroll(0,0);"><img src="URL TO UP BUTTON IMAGE" /></a><a href="#bottom" onclick="scroll(0,0);"><img src="URL TO DOWN BUTTON IMAGE" /></a></div> right below this: <td class="foot"> Thanks for your help.....
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Aug 20, 2013 5:17:29 GMT -8
You're welcome...
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Oct 30, 2015 12:49:54 GMT -8
Is this template still working ? I think it isn't, but, since I haven't find anything anywhere about it, can't tell if it's just me (I think it was in use in several forums, so, it seems strange no-one noticed it's not working anymore for real!) Thanks for help
|
|
anna12
Junior Member
Posts: 349
inherit
221182
0
Feb 11, 2016 10:45:10 GMT -8
anna12
349
May 2015
anna12
|
Post by anna12 on Oct 30, 2015 14:11:16 GMT -8
Is this template still working ? I think it isn't, but, since I haven't find anything anywhere about it, can't tell if it's just me (I think it was in use in several forums, so, it seems strange no-one noticed it's not working anymore for real!) Thanks for help This could be your problem? support.proboards.com/thread/542394/back-topIt's a browser thing.
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Nov 1, 2015 22:53:54 GMT -8
Thanks for help anna12 But sadly, no, seems to be still broken
|
|