solved (next page ) button

izhmel
@izhmel
10 years ago
1,354 posts
How do I change the button @ the bottom of the page that controls the (next page )

http://www.dubmusic.com/dubiterian-meets-the-scientist-tribute-to-augustus-pablo/audio/p=3


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 04/25/15 09:45:18PM
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Try jrCore/templates/list_pager.tpl


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
izhmel
@izhmel
10 years ago
1,354 posts
so there is no upload image under images ?


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
10 years ago
1,354 posts
Brian, can you add the upload custom next page button under /core/admin/images so the user can customize and use there preferred image for next page or previous page ?


--
The Scientist
dubmusic.com
Thanks for any assistance.
douglas
@douglas
10 years ago
2,804 posts
The next/prev button images are located in your modules/jrCore/img/icons_white or icons_black folder.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
izhmel
@izhmel
10 years ago
1,354 posts
Thanks Douglas , can you suggest the changes so the user don't have to use FTP to change the icon ?

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.
douglas
@douglas
10 years ago
2,804 posts
I don't think there is another way, those images are black and white images, you can control the background color of the button with CSS which you'll find in your skins/YOURSKIN/css/core_form_button.css, it is the sprite_icon class.

You can change which color, the black or white icons, and the size of your buttons in your skins/YOURSKIN/include.php file.

    // Tell the core the default icon set to use (black or white)
    jrCore_register_module_feature('jrCore','icon_color','jrNova','black');
    // Tell the core the size of our action buttons (width in pixels, up to 64)
    jrCore_register_module_feature('jrCore','icon_size','jrNova',24);

So you can basically change how the button look by modifying the CSS.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
izhmel
@izhmel
10 years ago
1,354 posts
Please to make this feature available


Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/14/15 05:07:31PM
michael
@michael
10 years ago
7,794 posts
Core icons can be over-ridden by the skin.

If you want to over-ride:
/modules/jrCore/img/icons_black/arrow-right.png

Then add it to your skin:
/skins/(YOUR SKIN)/img/icons_black/arrow-right.png

And change it to whatever you like.
izhmel
@izhmel
10 years ago
1,354 posts
Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.

Tags