inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:10:03 GMT -8
Yes i am.. Is there anyway you can message me so I can give you my info?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:12:48 GMT -8
I'd rather not get your access details, just because its a security risk however let me find you the exact location
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:14:35 GMT -8
Ok that's understandable
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:18:06 GMT -8
<header> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header>
Okay if you find this part. After the </header>
You need to add in <div id="OTM"></div>
What was your other question by the way?
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:21:41 GMT -8
We have a Bike of the Month contest and would like to know how to insert the winners pic of his bike into this plugin?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:24:12 GMT -8
Okay as you can see there are a series of fields You'd be inserting the image url into "Character Avatar" field So for example: myhost.com/bikeimage.png for the image url type affair (it does take any image types)
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:26:02 GMT -8
Thank You for your help. Its much appreciated
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:26:19 GMT -8
You're welcome!
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:49:46 GMT -8
I finally got it to show up. One last question and I won't bother you again/ Where would I put <div id="OTM"></div> if I wanted it to sit next to our BOTM Section instead of our New Member
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:52:18 GMT -8
Okay I assume you're going to mean similar to how I have info displaying next to a category on deviltearsrpg.com
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:55:04 GMT -8
I'm just wanting the pic to be moved down one section next to the contest section.
That site is setup sweet btw
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 11:55:41 GMT -8
Yeh it sounds like that's what you want - can I have a link again and is that category visible to guests?
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 11:57:03 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 26, 2014 12:00:40 GMT -8
Are you okay with this only displaying on the homepage?
|
|
inherit
204312
0
Aug 3, 2017 9:40:11 GMT -8
cracker0309
20
January 2014
cracker0309
|
Post by cracker0309 on Jul 26, 2014 12:01:48 GMT -8
Yes
|
|