| Author |
Message |
JonV |
|
Post subject: NHCZ phpnuke theme Block Question
Posted: Jan 20, 2007 - 05:58 PM
|
|
Joined: Jan 28, 2006
Posts: 7
Status: Offline
|
|
I am sorry If this is in the wrong section and has been covered elsewhere.
I am trying to create a right side block in the NHCZ theme I purchased. The block I want to simply be a block with HTML links. The problem is when I type in the link using the admin create blocks open in new window. The new window opens with an address like this.
http://www.mydomain.com/www.myhtmllink.com.
I am not sure what I am doing wrong. I tried to edit the default Information block to see if I could figure out what was not working and now that has similar errors.
I can post a link to my site if needed.
Jon |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 05:29 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| You need to be sure to put the http:// in front of the links. |
|
|
| |
|
|
|
 |
JonV |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 09:28 PM
|
|
Joined: Jan 28, 2006
Posts: 7
Status: Offline
|
|
I am using the http://
I've tried it with the WYSIG editor enabled and disabled, for some reason I can not add a simple html link.
To further confuse it. If I show the block from with the admin block planel, everything looks good. When I actually enable the block and view it from the home page the links do what I described above. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 09:42 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 09:45 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Also make sure you are wrapping the link in quotes, I just tested this on my PHPNuke test site, I went to Blocks admin, typed Links as the block title, clicked the HTML button to switch to code view, and typed it like the following
Code:
<a href="http://www.portalthemes.com">Portal Themes</a>
And it worked fine. |
|
|
| |
|
|
|
 |
JonV |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 10:09 PM
|
|
Joined: Jan 28, 2006
Posts: 7
Status: Offline
|
|
I am using phpnuke 7.9
I think I may have figured what is causing it? Do I need to add target="_blank"
to my allowable html, it seems to be stripping it away with or without the WYSWYG editor enabled. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 10:41 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Do you have the a set to "a"=>2 ?? |
|
|
| |
|
|
|
 |
JonV |
|
Post subject: RE: NHCZ Block Question
Posted: Jan 21, 2007 - 11:08 PM
|
|
Joined: Jan 28, 2006
Posts: 7
Status: Offline
|
|
|
|
|
 |
|
|