Quote:
Today at 01:26 PM TranceMaster said this in Post #37
im getting the same error
cant work out whats wrong.
any ideas?
|
PHP Code:
------------------------------------------------------------------------------------>>
Find:
------------------------------------------------------------------------------------>>
makeyesnocode("Count posts made in this forum towards user post counts?","countposts",$forum[countposts]);
------------------------------------------------------------------------------------>>
Below it, add:
------------------------------------------------------------------------------------>>
maketableheader("Unlicensed Users Options");
makeyesnocode("Can view forum?","licensedviewforum",$forum[licensedviewforum]);
makeyesnocode("Can post new threads?","licensedthread",$forum[licensedthread]);
makeyesnocode("Can reply to threads?","licensedreply",$forum[licensedreply]);
makeyesnocode("Can download attachments?","licensedattach",$forum[licensedattach]);
makeyesnocode("Can view others' threads?","licensedviewthread",$forum[licensedviewthread]);
makeyesnocode("Can search forum?","licensedsearchforum",$forum[licensedsearchforum]);
------------------------------------------------------------------------------------>>
That is from the instructions, if you have done that step correctly, you should be able to see the options...