Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2006-08-22 00:49:28
- jrphelps
- Member
- From: Fort Worth, TX
- Registered: 2006-07-13
- Posts: 30
Re: [plugin] [ORPHAN] zem_link
OK, here’s something interesting. Here are two links. The first one doesn’t display anything for $a. This is for linkid => 11. The second one says it can’t find the link for linkid => 12 although it displays 12 for dmp($a).
Edit: Had to remove the links because I had to change the form.
Last edited by jrphelps (2006-08-25 04:15:04)
Offline
#86 2006-08-25 04:11:02
- jrphelps
- Member
- From: Fort Worth, TX
- Registered: 2006-07-13
- Posts: 30
Re: [plugin] [ORPHAN] zem_link
Sorry to bump, but I really need some help with this.
I figured out that that the difference between link 11 and 12 was that 12 did not have <code>http://</code> in front. When I added that, it quit displaying the link id.
Last edited by jrphelps (2006-08-25 04:18:11)
Offline
Re: [plugin] [ORPHAN] zem_link
I might help if you allowed me to access the inner workings. I admit, I have no idea what to suggest next having only the information from this thread.
Last edited by wet (2006-08-25 04:24:21)
Offline
#88 2006-08-25 04:26:51
- jrphelps
- Member
- From: Fort Worth, TX
- Registered: 2006-07-13
- Posts: 30
Re: [plugin] [ORPHAN] zem_link
What do you need from me? I don’t mean to be difficult.
Offline
Re: [plugin] [ORPHAN] zem_link
Looks like smf_eventarticle does not set custom fields. Also, some versions of PHP 4.4.2 are apparently differing from PHP 5 behaviour when parsing strings which is covered with v0.6.1.
Offline
#90 2006-08-25 19:20:04
- jrphelps
- Member
- From: Fort Worth, TX
- Registered: 2006-07-13
- Posts: 30
Re: [plugin] [ORPHAN] zem_link
wet, thanks again!
Offline
#91 2006-11-14 15:16:18
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: [plugin] [ORPHAN] zem_link
Zem_Link is doing something quite strange in 4.0.4
If I set my clean URL structure to root/title, it works fine
however, if I go root/section/title (or any other variation) the plugin still insists on using root/title URL, resulting in 404 errors
Switching to permlink fixes this problem but I miss having control of title attribute.
Any ideas?
Offline
#92 2006-11-14 15:18:27
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: [plugin] [ORPHAN] zem_link
In related news, the help section has gone completely bonkers on this plugin
Offline
Re: [plugin] [ORPHAN] zem_link
zem_link 0.3 is broken for ages. You might have better luck here.
Offline
#94 2006-11-15 00:11:16
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] zem_link
One note: the permlink tag is capable of linking to specific articles too.
Offline
#95 2006-11-15 13:11:25
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: [plugin] [ORPHAN] zem_link
Thanks Wet..you da man!
Mary wrote:
One note: the permlink tag is capable of linking to specific articles too.
Indeed it is, my fellow pastafarian. The only thing I don’t like about permlink is that it always puts title attribute “Permanent Link to this Article” on every link. This is okay for a blog, but for pro sites it’s just enough to grate on my perfectionist nerve. If there was some way to turn this off, I wouldn’t need zemlink.
Offline
Re: [plugin] [ORPHAN] zem_link
The only thing I don’t like about permlink is that it always puts title attribute “Permanent Link to this Article” on every link…..If there was some way to turn this off, I wouldn’t need zemlink.
I am butting in here, so I may be taking this out of context, but this was driving me nuts too! Thanks to asy_wondertag you can do this at least in your article/excerpt form.
<txp:asy_wondertag>
<txp:permlink class="perm" title="
<txp:rss_auto_excerpt length="150" linktext="" linkwraptag="" showlinkwithexcerpt="0" overrideexcerpt="1" striptags="1" />"><txp:title /></txp:permlink>
</txp:asy_wondertag>
Offline