If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
How to remove Version info  XML
Forum Index » Support Forum
Author Message
tomcioforum
Beginner

Joined: 20/11/2007 22:25:02
Messages: 5
Offline

Is it possible to remove link Version 2.03 from the Advanced Poll box in which I have a poll?
student101
Newbie

Joined: 01/03/2008 20:33:52
Messages: 2
Offline

tomcioforum wrote:Is it possible to remove link Version 2.03 from the Advanced Poll box in which I have a poll?


That's easy...
Open the default template footer files and remove BOLD parts:

display_foot.html
<font face="$pollvars[font_face]" size="1"><a href="#" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>

If it doesn't work then replace it with this instead:


result_foot.html
<font face="$pollvars[font_face]" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>

If it doesn't work then replace it with this instead:


Hope that helps you and others.

Cheers
[Email]
apolo
Newbie

Joined: 23/04/2009 01:01:23
Messages: 4
Offline

Hi:

for make that changes in the version 2.08, are the same steps?

thanks
student101
Newbie

Joined: 01/03/2008 20:33:52
Messages: 2
Offline

apolo wrote:Hi:
for make that changes in the version 2.08, are the same steps?
thanks

Have you tried it?
Downloading and testing now...

Edit:
Search for
<font face="$pollvars[font_face]" size="1"><a href="#" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>

Replace with (Whatever you want)
I did this:
<!--<font face="$pollvars[font_face]" size="1"><a href="#" target="_blank" title="Advanced Poll">Version $pollvars[poll_version]</a></font>-->


-- EDIT --
You have to ask the owner about the removal of the Link version and so on...
I only did this for educational purposes.
Regards.
[Email]
apolo
Newbie

Joined: 23/04/2009 01:01:23
Messages: 4
Offline

Hi

thanks my friend, is working perfect, thanks
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum