Hello friends.
I need help creating an extension that does the following:
Looking for bbcode -
.
You take a nodeid and then search in the database and fetch the content of the post from the db_text table and then replace it with the content of the html post after making sure that the user has permissions to view the post.
In the event that the member does not have the permissions to view that post, he will replace it with a text stating that he has no permissions.
thank you.
I need help creating an extension that does the following:
Looking for bbcode -
PHP Code:
[GETPOST]nodeid[/GETPOST]
You take a nodeid and then search in the database and fetch the content of the post from the db_text table and then replace it with the content of the html post after making sure that the user has permissions to view the post.
In the event that the member does not have the permissions to view that post, he will replace it with a text stating that he has no permissions.
thank you.
Comment