inherit
259044
0
Sept 17, 2024 5:41:34 GMT -8
hdd
Happy New Year
132
July 2019
hdd
|
Post by hdd on Sept 6, 2019 9:43:38 GMT -8
In context with "Mini-Profile Banner Plugin" by Peteri want that the image url should be replaced by CSS, so that i can use different CSS codes for different banners. Anyone help me editing the code. Mini-Profile Banner Plugini do not know java script at all, but i know CSS somehow.
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on Sept 6, 2019 11:36:46 GMT -8
In context with "Mini-Profile Banner Plugin" by Peter i want that the image url should be replaced by CSS, so that i can use different CSS codes for different banners. Anyone help me editing the code. Mini-Profile Banner Plugini do not know java script at all, but i know CSS somehow. If Peter is the creator of that plug in he would be the one you need to talk to about this. No one else would have that type of access you or can do what you want done. Also remember some are not doing anything more on their plug ins until V6 or just not doing anymore editing or changes. Hopefully he can help you or reply to you.
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 6, 2019 11:44:30 GMT -8
In context with "Mini-Profile Banner Plugin" by Peter i want that the image url should be replaced by CSS, so that i can use different CSS codes for different banners. Anyone help me editing the code. Mini-Profile Banner Plugini do not know java script at all, but i know CSS somehow. You could use templates instead of using the plugin in this case. You could use something like: (in Forum Wrapper) {if $[route.name] == 'board' && $[route.params.board_id] == 1} <div class="header-banner banner-1"> Banner for Board ID 1 </div> {/if} {if $[route.name] == 'home'} <div class="header-banner banner-home"> Banner for Home </div> {/if}
|
|