Quote:
Originally Posted by Digital Jedi
|
aproape, on the old mod I used to be able to go in and edit the store ID within the PHP file. That way I could just change the name of the PHP file and references to it and have multiple shops with different names. Is that still possible by editing the reference to the shop ID?
Code:
$stores = $vbulletin->options['cafepress store'];
EDIT: I should really just try stuff before posting. Yes, this seems to work. I just replaced the entire $vbulletin variable with my Store ID and it seems to work just fine. Now, is there anything in the file I might be overlooking? I only changed 9 instances of "shop" to "store" and it seems to work, but I'm noticing some color issues which I've assumed are CSS related.