Quote:
Originally Posted by djsydeburnz
well, i found the mistake. apparently in the install, it double up a script. when looking closely at my modify options, under the code i was supposed to fix i saw this:
notice the reputationlevel if statement in there twice. geez. im guessing this is why i was getting errors trying to reinstall as well. two days of grief over something i either did when modifying that file, or it could have happened on the install.
\tips hat to misskalunji
maybe i should be asking you my questions regarding the profile page customization?
|
HA! I was about to post the first fix I ever found on my own... damn you all!!!
Well... I was having the edit options issue as well, I knew it had to be a template so I went searching found that doubled up piece of code and since there was no matching 'end if' statement... took it out and viola!!!
You can still use the auto install, but once you're all done, go into the ModifyOptions template and search for:
Code:
<!-- END DONATIONS -->
Below is should be something like this:
Code:
<if condition="$show['reputationoption']">
<if condition="$show['reputationoption']">
Delete the first:
Code:
<if condition="$show['reputationoption']">
And you should be all set.