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 can i remove this menu link?
if its a tpl based theme remove {discussions_link} in the default.master.tpl of your theme if its php look for the link in default.master.php of your theme or change the definition to ""; s… (View Post)2 -
Re: Search bar positioned bottom of header instead of top?
sounds good to me. :) glad I could help. (View Post)1 -
Re: Is it possible to give a different view to first post in topics?
Aside from whu606's tag to style on, you might be able to use this if the discussion thread spans multiple pages. so you can always see the discussion opening post at the top on successive pages http… (View Post)2 -
Re: The addon could not be enabled because it generated a fatal error
@TBMYB you could also replace line 141 with this $fvalue =$Sender->Form->GetFormValue('FormID'); if (strcmp(Keypic::checkFormID($fvalue["status"], "response") == 0) haven't … (View Post)2 -
Re: The addon could not be enabled because it generated a fatal error
yes. upgrade should work to avoid that error. @Bleistivt hit the nail on the head finding php incompatibility. http://php.net/manual/en/migration54.new-features.php but the plugin should be changed t… (View Post)1
