<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Custom links]]></title>
		<link>https://punbb.informer.com/forums/topic/17387/custom-links/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/17387/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Custom links.]]></description>
		<lastBuildDate>Wed, 31 Oct 2007 04:29:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102912/#p102912</link>
			<description><![CDATA[<div class="quotebox"><cite>glucarelli wrote:</cite><blockquote><p>Any advice ?</p></blockquote></div><p>What are the conditionals you&#039;re wanting to check? If there are four or five, it obviously goes beyond merely local/external conditions. It&#039;s a bit awkward to suggest without something more specific. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (MattF)]]></author>
			<pubDate>Wed, 31 Oct 2007 04:29:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102912/#p102912</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102907/#p102907</link>
			<description><![CDATA[<p>Any advice ?</p>]]></description>
			<author><![CDATA[null@example.com (glucarelli)]]></author>
			<pubDate>Wed, 31 Oct 2007 00:44:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102907/#p102907</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102735/#p102735</link>
			<description><![CDATA[<div class="quotebox"><cite>MattF wrote:</cite><blockquote><p>In parser.php, where the url&#039;s are parsed, adding some check in there that creates the link dependent upon a forum uri/link uri check. For example, check the link uri against the $pun_config[&#039;o_base_url&#039;] for a match, and create the link accordingly.</p></blockquote></div><p>Totally agree with you, thank you, but how can i do that, i&#039;ve just 4 or 5 links to check like this ( if link1-&gt; event 1):</p><p>If Link 1 <br /></p><div class="codebox"><pre><code>&lt;a href=&quot;#&quot; onmouseover=&quot;doTooltip(event,1)&quot; onmouseout=&quot;hideTip()&quot;&gt;Link 1&lt;/a&gt;</code></pre></div><p>If Link 2<br /></p><div class="codebox"><pre><code>&lt;a href=&quot;#&quot; onmouseover=&quot;doTooltip(event,2)&quot; onmouseout=&quot;hideTip()&quot;&gt;Link 2&lt;/a&gt;</code></pre></div><p>And so on...</p>]]></description>
			<author><![CDATA[null@example.com (glucarelli)]]></author>
			<pubDate>Sun, 28 Oct 2007 20:43:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102735/#p102735</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102731/#p102731</link>
			<description><![CDATA[<p>In parser.php, where the url&#039;s are parsed, adding some check in there that creates the link dependent upon a forum uri/link uri check. For example, check the link uri against the $pun_config[&#039;o_base_url&#039;] for a match, and create the link accordingly.</p>]]></description>
			<author><![CDATA[null@example.com (MattF)]]></author>
			<pubDate>Sun, 28 Oct 2007 20:18:09 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102731/#p102731</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102729/#p102729</link>
			<description><![CDATA[<p>Thank you Quaker, but it&#039;s not navigation menu links i&#039;d like to change but links inside post</p>]]></description>
			<author><![CDATA[null@example.com (glucarelli)]]></author>
			<pubDate>Sun, 28 Oct 2007 19:50:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102729/#p102729</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102720/#p102720</link>
			<description><![CDATA[<p>look in the include/functions.php&nbsp; <br />that is where all the links are.</p><p>they start with $link</p><p>Q</p>]]></description>
			<author><![CDATA[null@example.com (quaker)]]></author>
			<pubDate>Sun, 28 Oct 2007 17:48:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102720/#p102720</guid>
		</item>
		<item>
			<title><![CDATA[Custom links]]></title>
			<link>https://punbb.informer.com/forums/post/102696/#p102696</link>
			<description><![CDATA[<p>I would like to add <a href="http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm">link image tooltip</a> only for pages that are in same forum&#039;s domain,not for the externals links.<br />No problem for doing this everywhere i can write links in html, but inside post i didn&#039;t find how.<br />I know the solution would be to write a new bbcode link in parser.php, but how can i do that ?<br />Here is the way to write the link :</p><div class="codebox"><pre><code>&lt;a href=&quot;#&quot; onmouseover=&quot;doTooltip(event,0)&quot; onmouseout=&quot;hideTip()&quot;&gt;Link&lt;/a&gt;</code></pre></div><p>Any advice would be helpfull</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (glucarelli)]]></author>
			<pubDate>Sun, 28 Oct 2007 12:42:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/102696/#p102696</guid>
		</item>
	</channel>
</rss>
