Tuner Show Racer

psilocybin said:
Make sure to test it out. I've ported a few styles from the 3.6 series to 3.7 and had security token issues that had to be fixed.

That's exactly why I'm asking for one for vB 3.7.3 , making the one from 3.6.4 to work on the 3.7.3 wasn't a good idea :(
 
Editing the code tow work properly is as simple as renaming a few buttons. I did it for coolio style =P

So simple just renaming a few buttons WTF? I dont think its that easy but hey what do I know about porting themes.........shaking head.wish it was that dam simple.

security tokens are a breeze take and open the xml in an editor and find
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
and replace it with this:

Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

takes less than 1 minute for that but now as far as porting is concerened Black RazorFire has 142 templet edits to be done so I would not say its easy as changing a few buttons.
 
It''s not just the security token issue, the Template itself doesn't support the Visitor messages, etc.. and frankly, I'm afraid that if I revert any templates, I'd screw it up -_-;;
 
Back
Top