x00
MVPx00 MVP
Reactions
-
Re: how i can force users to using tags?
Yes set $Configuration['Plugins']['Tagging']['Required'] = true; in conf/config.php (View Post)5 -
Re: Remove h1 from vanilla editor
Ever heard of data training? Search engines aren't as dumb as people think. They have a huge amount of data to train with. Especially with common pattern, it is goign to make much difference that you… (View Post)2 -
Re: Remove h1 from vanilla editor
Wrong. The significance of heading tags use an order has diminished to almost nothing in term of SEO, this kind of SEO is largely redundant. It is also a myth that you could only have one h1 tag. (View Post)4 -
Re: Anyone have any idea why i-Phone users are unable to comment on specific threads?
Typically users give a "does not work" answer. But doesn't give you very much information. You need to know what does not work. They could record a screencast http://www.labnol.org/software… (View Post)1 -
Re: how to update pre tag to code tag in DB
UPDATE GDN_Comment SET Body = '<code lang="php">' WHERE Body = '<pre lang="php" line="1">'; This is wrong becuase you are saying the entire body is is <pr… (View Post)1