hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Username ( _ ) error
Without looking at the code, I am assuming the profile name is getting passed through the URL function which replaces special symbols with a -. (View Post)1 -
Re: YAGA Profile Suggestion
My solution was general based on point progress toward the next rank. There are a lot of fun things you can do if you don't want to be general :) (View Post)1 -
Re: Need help splitting my huge database into multiple tables (too big for shared hosting environment)
I would suggest purging the database of old items. @x00 has written many good things about this in the past. Also, there is a plugin (http://vanillaforums.org/addon/activitypurge-plugin). But really,… (View Post)2 -
Re: One of Custom Pages not showing
This means some call passed an object by reference (using the & operator). This is a no-no in new PHP versions. (View Post)1 -
Re: Is there any way to pull post content through from Vanilla in a sub directory to main html homepage
If you want a preparsed list of discussions, checkout latest post list: http://vanillaforums.org/addon/latestpostlist-plugin Add it to your Vanilla install, then request the module via AJAX //forums.… (View Post)1
