* Waplocus * Graham Please der is a minor error in the script... it post the word..."post" on a new line below the xt pagination... plz review it 4 me.
2016-10-19 09:51 · (0)
* Waplocus * Graham Please der is a minor error in the script... it post the word..."post" on a new line below the xt pagination... plz review it 4 me.
2016-10-19 09:54 · (0)
* Graham * Waplocus I cant see anything that would cause that
The pagination is almost the last thing in the code.
pm me the url of the page
Although I should move the title up
2016-10-19 12:16 (edited 2016-10-19 12:23 by Graham ) · (0)
* Waplocus * Graham Please 4 the xt chatt widget, a post posted on a single page reflects on all pages which contains the xt chatt widget... please how can i stop it?.
2016-10-26 08:23 · (0)
* Reignzlord * Waplocus Change where you have type="custom" to type="default". Source http://reignzwap.xtgem.com/forum
2016-10-26 09:44 · (0)
* Waplocus * Reignzlord
<script type="text/javascript"> 
  mod_image='<img src="http://tutorial.graham.yn.lt/ff16x16/3/bullet_green.png" style="display:inline" alt="M" title="Moderator" />';
  
  smod_image='<img src="http://tutorial.graham.yn.lt/ff16x16/3/bullet_blue.png" style="display:inline" alt="S" title="Super Moderator" />';
  
  is_mod = new Array();smod = new Array(); 
  // smod = 1 = super mod
  is_mod[0] = "--------Avatar hash--------";smod[0] = 1;
  is_mod[1] = "--Or moderators user name--";smod[1] = 0;
  is_mod[2] = "--------Goes here----------";smod[2] = 1;
  is_mod[3] = "----Extend as required-----";smod[3] = 1;
 users=document.getElementById("view").getElementsByClassName("author");
  if (typeof users !== "undefined"){
  for (i = 0; i < users.length; i++){
  for (n = 0; n < is_mod.length; n++){
  user=users[i];
  if(user.innerHTML.indexOf(is_mod[n])>0){
  if(smod[n]){
  user.innerHTML=(user.innerHTML+smod_image);}
  else{
  user.innerHTML=(user.innerHTML+mod_image);}
 }}}}
</script>

Copy code
2016-10-31 08:49 · (0)
* Waplocus * Waplocus Please graham the above code does not work in my forum.
2016-10-31 08:52 · (0)
* Graham * Waplocus
It works in mine
have you set it up correctly
It must go Below the forum function
or have you got custom twig that changes the id or classes used in it
2016-10-31 23:46 (edited 2016-11-01 00:03 by Graham ) · (0)
* Waplocus * Reignzlord Not Wrking...
2016-11-03 20:13 · (0)
* Waplocus * Waplocus Please Graham, re-edit the twig as
"Reply / View thread Report Spam" will come below the guestbook post..
2016-11-03 21:48 · (0)

Online: Guests: 2