You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are trying to created new section on user talk page where user has enabled structured discussion Wikimate unable to create new section.
Code: $page = $wiki->getPage($userName); $page->setText("Text", 'new');
The text was updated successfully, but these errors were encountered:
That looks... complicated. ;)
Well, I am busy enough with other (non-Wikimate) projects already and don't need this myself, so I'm afraid I can't spare the time to research and develop support for this. If someone else submits a properly coded and documented PR for it, I may be able to take a look and review that later.
If we are trying to created new section on user talk page where user has enabled structured discussion Wikimate unable to create new section.
Code:
$page = $wiki->getPage($userName); $page->setText("Text", 'new');
The text was updated successfully, but these errors were encountered: