Definitely not what I've come to expect from The Geek.
Things I've noticed right off:
1. No variable specified to check for version 5. After
PHP Code:
$pp_ver = $vbulletin->options['geekgallery_pp_ver'];
You need to add
PHP Code:
$pp_five = $vbulletin->options['geekgallery_pp_is_five'];
2. Change $photo_prefix to $pp_prefix
3. Need to define $imageid
PHP Code:
$imageid = $vbulletin->options['geekgallery_pp_is_five'];
geekgallery_perpage
Even then, the selected image posts into the page, not the editor and the page number links go nowhere.
Normally, "The Geek" means not only quality, but really cool innovations. The idea for this one delivers on the latter, but the former isn't up to usual standards.