* Graham * Keyarn
Simple mistake
In your source function call you had a colon where you should have had a semicolon
you had $html_safe=0:$nl2br=0
instead of $html_safe=0;$nl2br=0
2017-04-04 02:30 (edited 2017-04-04 02:34 by Graham ) · (0)
* Keyarn * Graham Sir plz i think xtgem do Not allow user to av their own registeration page but what of dis site @ examthings
Asin when you insert your nickname and click on verify. Then if you are a registerd member it will show and if you are Not it will also show that you are Not a member. Xo i then want to know de source b/c am confused
2017-04-05 12:18 · (0)
* Graham * Keyarn It is all done manually The author creates a file for each registered user
and then uses that in the checking
2017-04-05 22:36 · (0)
* Keyarn * Graham Can you give me example?
2017-04-06 00:06 · (0)
* Keyarn * Graham Sir Plz Answer Me Am In Hast To Know This
2017-04-06 22:40 · (0)
* Graham * Keyarn This can be done using a xt:include with a default for 'non existing' files
<form action="<xt:url>" method="post">
  <input name="user" value="{_$user|}" required="required" />
  <input type="submit">
</form>
<xt:include default="/members/no_user" file="/members/{_$user|default}" />

Copy code

You then create files for each username
plus
'default' for the empty form
'no_user' for incorrect entries
http://auldphart.yn.lt/members/

demo http://auldphart.yn.lt/0000
graham and keyarn are valid entries
2017-04-06 23:52 (edited 2017-04-07 01:19 by Graham ) · (0)
* Keyarn * Graham Ok thank you sir!!! But sir plz i av been trying dis css but not working and i dont know why
a:link,a:visited{color:#f44336;text-decoration:none;}
a:hover,a:active{background-color:green;}

Copy code
Asin asuming i have some navigation menus @ my header like Homw,Musik,Game,Video e.t.c and i want in a means where by if i am in my home page, then de link Home will have a green background plz help me out sir
2017-04-07 13:08 · (1)
* Graham * Keyarn that css is fine but probably does not do what you want or you are putting it somewhere it gets over ridden
Do you mean 'mark active navigation item' ?
it depends on how the navigation is constructed
but if it is basically links in a <div> then xtgem has a built in system
all you have to do is have 'xtgem_template.css' with at least one class (even just a dummy one like .dummy {})
and then add xt_navigation class to the div
and the class 'active' is added to the active item (you set your styles in that class)
I also have a javascript that does the same thing
it all depends on your nav code which one you use
so which site is this on ?
2017-04-07 15:47 (edited 2017-04-07 15:50 by Graham ) · (0)
* ezed Plsss I'm a new comer in xtgem blog i need a help on template how will i change my template not xtgem own
2017-04-07 16:15 · (0)
* ezed Sir pls i need help
2017-04-07 16:24 · (0)

Online: Guests: 1