Log in

View Full Version : help with simple code / Quick Reply


geocodes
03-16-2011, 04:12 AM
Hello.

i bought a custom skin and the quick reply box actually hovers over the thread when you click a 'Reply' button INSIDE a post.

how can i leave the feature there, but also put the quick reply box at the bottom of the post like normal?

ALSO

how can i put $vbphrase[phrase_here] into a link.

Example
<a href="$vbphrase[Link_here]">This is a link </a>

I have tried the above code and it returns nothing.

im wanting to put links into a phrase so i dont have to edit the php code everytime i need to change a link, i can just go into phrase manager and change the link

BirdOPrey5
03-16-2011, 01:05 PM
I have no idea what your custom style is like so I can't give much info on that, as for your link however, it looks like it should work providing you made the phrase global or part of the correct page the link is appearing on.

I just made a test link using a global phrase on my navbar and it worked fine...

"Link_here" is of course the name of the phrase you created though, not the actual link itself.

geocodes
03-16-2011, 02:07 PM
would is help if i provided you with the php of a certain page to fix my quick reply?

BirdOPrey5
03-16-2011, 02:17 PM
No, I'm afraid trying to add new features to a custom style is more than I can help with.

geocodes
03-16-2011, 03:10 PM
No, I'm afraid trying to add new features to a custom style is more than I can help with.

ok thank you for the help with the vbphrase thing.
i tried it again and it worked just fine, i must have done something else wrong the first time i tried it.