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: Can't Stop Spammers
Also if you have approval registration, don't use confirm e-mail and it will save you some grief as well. (View Post)1 -
Re: Discussionlist with date headers before postings on a certain day
I did too! I made one with clickable with date headings as shown above to cycle down dates on comment and discussion pages. Couldn't work out a deal with phreak because i don't do invoices, but hopef… (View Post)2 -
Re: Add menu item - Open in same window ?
if you want ALL the menu links that were specifically added via with add menu item plugin you can change the code to this. $('.sub-menu').attr("target", '_blank'); and all the links that ar… (View Post)1 -
Re: Add menu item - Open in same window ?
1) in default.php change this public function Base_Render_Before($Sender) { to this public function Base_Render_Before($Sender) { $Sender->AddJsFile($this->GetResource('js/addmenuitem.js', FALS… (View Post)3 -
Re: Smarty syntax in default.master.tpl = Something has gone wrong
it looks like you are checking for the discussion controller and trying to use php or something. I think that falls within bad practices as far as theme is concerned. you might change it to {if $Body… (View Post)1