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: 404 Site - Where and under which file name?
until Phreak clarifies the issue - he is working with 404 file not found (not a bonk error). His attempted change to 404 resulted in a bonk. He was bonk free until he tried to change the 404 result. … (View Post)1 -
Re: Can't figure this out - Display Leaderboard on Members Table page
here's an example on how to test for the url in the karma leaderboard plugin. http://vanillaforums.org/discussion/comment/177653 with the plugincontroller option you just added tweak it and then… (View Post)2 -
Re: 404 Site - Where and under which file name?
Bonk is for fatal errors 404 is page not found two completely different animals. semantics aside. They go to different places. to change your bonk page one way is to copy applications/dashboard/views… (View Post)4 -
Re: 1.2 does work
thx kirkpa. It's nice to get positive feedback, instead of feeling like your writing programs for a vacuum, when no one does respond after using it. Since its free, the only recompense is thank … (View Post)6 -
Re: Add custom code to homepage only
So test for the url of the page and only include your php if it is the url you want. see $RequestArgs = Gdn::Request()->GetRequestArguments(); $uri = $_SERVER['REQUEST_URI']; $qs = $_SER… (View Post)5
