Customizing SMF > Modifications and Packages
SimpleTwitter
Suki:
Then it was a permission issue since that variable is just an either 0 or 1, 1 means the user can post, 0 means they cannot post.
crashmore:
I've figured all along it was a permissions issue I just have not been able to find where it was being blocked... I would be happy to give you a login into my admin panel through pm if you would like to take a look. I may be missing something simple but I've gone over it looking for the problem until I've nearly gone cross eyed... I cant figure out what setting or permission may be being inherited etc that could be causing it.
bigberty:
--- Quote from: Suki on March 13, 2012, 04:25:24 PM ---Open Sources/SimpleTwitter.php, find:
'moved' || empty($context['SimpleTwitterPerPost']) ||
replace with
'moved' ||
try to create a new topic with a regular user account.
--- End quote ---
I tried this and it worked for me too. Is it safe to leave it this way or will it break any functionallity?
Suki:
It won't break anything, all that tip do is removing the permission system check, so basically, the permission system is revoked and everyone (including guest) can post new topics to twitter.
Dave123:
--- Quote from: Suki on March 13, 2012, 04:25:24 PM ---Open Sources/SimpleTwitter.php, find:
'moved' || empty($context['SimpleTwitterPerPost']) ||
replace with
'moved' ||
try to create a new topic with a regular user account.
--- End quote ---
here still the same, no post on twitter :-((
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version