x00
MVPx00 MVP
Reactions
-
Re: Private sub-forums/topics and share bookmarks within group
More often then not where someone has pretty specific needs they have to develop that functionality. It is possible with some programming ability. There is ambiguity over the word forum(s). In my min… (View Post)1 -
Re: Manual setup
This doesn't sound like a satisfactory solution, as that file is changed all the time. (View Post)2 -
Re: How to remove the rel="nofollow" for links in discussions and comments
Don't modify the core like that, restore it. Post parse with AfterCommentFormat hook in a plugin, using $Sender->EventArguments['Object']; //comment body$Sender->EventArguments[&… (View Post)2 -
Re: How to remove the rel="nofollow" for links in discussions and comments
you would $Sender->EventArguments['Object'] = preg_replace('`(<a [^>]*)rel="nofollow"([^>]*>)`i','\1\2',$Sender->EventArguments['Object&… (View Post)4 -
Re: Vanilla Porter dont work (SMF, see my last comment)*
server error aren't anything to do with the porter. It isn't to do with url structure. The porter has to the able to be run. Btw the doc might be confusing, If you want to use the web inter… (View Post)2
