Hello Guys, Welcome to TheWebTrick. If you are searching for Guide to Create a Discussion Forum on Median UI 1.6 then this article will be very helpful for you. In this post, then this article will be very helpful for you. In this post, we will learn how to Create a Discussion Forum on Median UI. So, follow the easy steps and learn more about adding discussion forum on Median UI.
There are several conditions that you must meet before creating a Discussion Forum:
- Please note that each version of the Median UI template uses different CSS, HTML and Javascript codes. So the tutorial for the previous version of Median UI is not necessarily suitable for the next version.
- Median UI 1.6 does not need to use the Disqus comment field, because it already supports reading images in the comments column. So we created a simple discussion forum, directly using the default comment column from Blogger.
How to Create a Discussion Forum on Median UI 1.6
We distribute this tutorial in three steps, first creating discussion forum page and second editing Javascript codes, and last but not least remove breadcrumbs. All steps are very easy, just follow the steps given below carefully.
Next you have to copy the provided script to your Discussion Forum page:
- Open the 'Blogger' and Press Pages in Blogger Dashboard,
- Create a New Page then add page Title : Discussion Forum
- In Blogger page editor, switch to HTML mode by clicking icon and then selecting HTML View
- Write a custom message into the page. for example like this
- Publish your page by clicking icon at the top right corner.
This is a discussion forum where you can ask questions and chat casually about everything. You can post pictures here.
Enable the Comment Menu on Page
- On Blogger dashboard, click Themes
- Click on icon next to the Customize button
- Select Edit HTML
- Find the tag
<!-[Blogger Comments]->
- You will find code like below:
- Replace it with the below code
<b:include cond='data:post.allowComments and data:view.isPost and !data:view.isPreview' data='post' name='threadedComments-modifV3'/>
<b:include cond='data:post.allowComments and data:view.isSingleItem and !data:view.isPreview' data='post' name='threadedComments-modifV3'/>
How to Remove Breadcrumbs
- Find the tag on Blogger Themes
<!--[ Post brdCmb ]-->
- Change this code
- Be like this
- Save your theme by clicking icon at the top right of HTML editor
<b:include cond='data:view.isSingleItem' data='post' name='breadcrumb'/>
<b:include cond='data:view.isPost' data='post' name='breadcrumb'/>
So this is all about Guide to Create a discussion forum on Median UI, I hope you will not have any problem to make it and you have created pricing table well. If you facing any problem regarding this tutorial then let me know in comments.
If you find this article helpful then do share it with your friends and give us your feedback.