joshuwae Customer Apr 24, 2011 #1 We have our members click to open a new page a request an award for completing a site tutorial. Currently, it takes them to the award encyclopedia afterward - and this is confusing for our brand new members. Where can I change that?
We have our members click to open a new page a request an award for completing a site tutorial. Currently, it takes them to the award encyclopedia afterward - and this is confusing for our brand new members. Where can I change that?
Fillip H. Staff member Owner Developer Apr 24, 2011 #2 Open up /dbtech/vbactivity/actions/requestmedal.php Alter this line PHP: $vbulletin->url = 'vbactivity.php?' . $vbulletin->session->vars['sessionurl'] . 'do=allawards&medalid=' . $medalid; Please note that this will need to be reapplied after every vBActivity update.
Open up /dbtech/vbactivity/actions/requestmedal.php Alter this line PHP: $vbulletin->url = 'vbactivity.php?' . $vbulletin->session->vars['sessionurl'] . 'do=allawards&medalid=' . $medalid; Please note that this will need to be reapplied after every vBActivity update.