peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: How to tweak the Pager?
you wouldn't necessarily need css to put wording in for Next if you wanted to change the » to Next you could use in /conf/locale.php $Definition['»'] = "Next »"; or without the symbol $Defi… (View Post)2 -
Re: How to tweak the Pager?
with custom.css. just hide in vanilla 2.2 a.LastPage {display:none;} ad important if you have to. with vanilla 2.1 .Pager.NumberedPager a:nth-child(10) {display:none;} or try different numbers instea… (View Post)2 -
Re: Customising the "page not found" page
* 1 you could either change the definitions. "Page Not Found" and "The page you were looking for could not be found." you could add images and text via definitions. see tutorials … (View Post)8 -
Re: Replacing icon with text
you need to adjust css, inspect with web developer tools, and change text via definitions, pretty much the same way you change all themes and wording. This is a tip. "YOU" need to adjust as… (View Post)3 -
Re: Author avatar in post?
Most likely someone will have a better way, that doesn't require modifying the app. But if you want to modify the App itself. <?php echo UserPhoto($Author); ?>add the line above to appropriate … (View Post)3