coding help please

chrismaher2007

New Member
how do i change this so it just has a link back to my homepage

at the moment ive changed the phrase (copyright_source) to join

so it turns out like my join homepage then a link back to the thread itself

how do i remove the thread link to the thread without messing up the code

<br/><span class="copyright">$vbphrase[copyright_source]: $vboptions[bbtitle] <if condition="$vboptions[copyright_linkthread]"><a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]">$vboptions[bburl]/showthread.php?t=$thread[threadid]</a><else /><a href="$vboptions[bburl]/showthread.php?p=$post[postid]">$vboptions[bburl]/showthread.php?p=$post[postid]</a></if></span>

thanks in advance
 

chrismaher2007

New Member
the above code translates into..

Password: w"w.mysite.Com http://w"w.mysite.com/Forum/post10503.html

where password = $vbphrase[copyright_source] and

thread id = http://w"w.mysite.com/Forum/post10503.html

i want to cut out the thread id and just leave the

$vbphrase[copyright_source]

everything ive tried simply ruins the rest of the code

not sure if that explains it any better :)
 

h@ck3r

New Member
Still not 'quite' sure what you mean. PM me with a link so I can see exactly what you want to do and I'll have a look- If you wish. :)
 
Top