Umarayar
hellow weezy bro... I need urgent help I want wapka prefix in forum post code like gptune.wapka.mobi. sir plx help me.
Weezy
Umarayar Select the prefix or tag when you create a topic,
First, login Admin mode in Wapka.Mobi
Click Settings > Edit texts > Forum/chat
Find and replace these texts
Theme name
under theme name paste this code
<b><font color="blue">Select an appropriate first word to the title of topic from drop down words menu</font><br/><select id="tag" name="tag"><option value="">(None)</option><option value="[Discuss] ">[Discuss]</option><option value="[Share] ">[Share]</option><option value="[Help] ">[Help]</option><option value="[Advices] ">[Advices]</option><option value="Ask ">[Ask]</option><option value="[Request] ">[Request]</option> <option value="[Soon] ">[coming soon]</option><option value="[Script] ">[script]</option><option value="[Tut] ">[Tut]</option><option value="[Generator] ">[Generator]</option><option value="[Help] ">[Help]</option><option value="[Exloader] ">[Exloader]</option> </select></b><br/><b name="yaaga">Topic name:</b>
Copy code
Submit
under submit box paste this code
Submit" onclick="wks()" style="margin:2px
Copy code
Post this code in Bottom autocontent of the forum
<script type="text/javascript"> function wks(){var tag=document.getElementById("tag").options[document.getElementById("tag").selectedIndex].value; var currtext=document.getElementsByName("tema_nazov")[0].value; document.getElementsByName("tema_nazov")[0].value=tag currtext;}</script>
Copy code
its done