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: Increase post description word/letter limit
I'll see if I can find in dashboard. heres a config statement for conf/config.php based on characters. e.g. 8001 characters. $Configuration['Vanilla']['Comment']['MaxLength'] = '8001'; (View Post)6 -
Re: "New Post" Icon
post a link to site and a screen shot (of what you have) and circle what you want changed and what wording) and we can probably help. as far as what was, why or did, don't know. if you are talking ab… (View Post)2 -
Re: Search bar positioned bottom of header instead of top?
you've got an error in your css thats why its not reading the rest. remove this SiteSearch { position: bottom;} yourdomaninname/themes/PunkJews/design/custom.css if you have an error its going to sto… (View Post)3 -
Re: Moderator checkbox missing?
if you don't see a scrollbar you might check it with firefox or chrome browsers. (View Post)1 -
Re: Search bar positioned bottom of header instead of top?
you would add them to custom.css in design folder of theme. one way to do it (you need to adjust px values to your liking) #Head .SiteSearch .InputBox {position: absolute;top: 140px;right: -40px;}.Si… (View Post)1