![]() |
|
#1
|
|||
|
|||
|
I encountered a redirect issue while adding and removing a favorite entry. If I were viewing an entry and removed it as a favorite I would get bounced back to the index page. The same were true for adding it as a favorite.
I was expecting to be returned to the location where I added/removed the entry. I wasn't expecting to be bounced to the homepage. I opened the misc.php file, located the redirects, and appended them. This works for me, so it may work for someone else too. Found: Code:
eval(print_standard_redirect(ADV_DYNA_PREFIX . '_removedfav')); Code:
$vbulletin->url = $vba_dyna->_entry['url']; eval(print_standard_redirect(ADV_DYNA_PREFIX . '_removedfav')); Code:
eval(print_standard_redirect(ADV_DYNA_PREFIX . '_addedfav')); Code:
$vbulletin->url = $vba_dyna->_entry['url']; eval(print_standard_redirect(ADV_DYNA_PREFIX . '_addedfav'));
__________________
Herp Center | Reptile Forums |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 301 redirect issue | chabbs | Troubleshooting & Problems | 21 | 09-08-2008 03:16 PM |
| Redirect Troubleshooting | SimvD | Troubleshooting & Problems | 0 | 06-10-2008 07:14 AM |
| Vba Redirect | m002.p | Module & Modification Discussion & Requests | 0 | 04-08-2007 06:36 PM |
| 301 Redirect | K2_02 | "How Do I..." Questions | 1 | 03-26-2007 01:41 PM |
| Redirect. | wishdragon | Troubleshooting & Problems | 1 | 09-27-2006 02:10 PM |