Link in footer

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB3.
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
Behecafo
Berichten: 6
Lid geworden op: 27 jul 2009, 09:57

Link in footer

Bericht door Behecafo » 27 jul 2009, 10:02

Ik wil graag een website link in de footer zetten.
Hoe doe ik dat?
Welke tekst en waar in de footer?

tupf
Berichten: 6
Lid geworden op: 27 jul 2009, 11:35

Re: Link in footer

Bericht door tupf » 27 jul 2009, 11:51

[forumpad]/styles/[jouwstijl]/template/overall_footer.html
bijvoorbeeld: /forum/styles/prosilver/template/overall_footer.html

Have fun

Behecafo
Berichten: 6
Lid geworden op: 27 jul 2009, 09:57

Re: Link in footer

Bericht door Behecafo » 27 jul 2009, 12:49

Ja, ik weet wel waar ik de overall_footer kan vinden. ;)
Maar wat moet ik er in zetten en waar precies?

tupf
Berichten: 6
Lid geworden op: 27 jul 2009, 11:35

Re: Link in footer

Bericht door tupf » 27 jul 2009, 13:48

Behecafo schreef:Ja, ik weet wel waar ik de overall_footer kan vinden. ;)
Maar wat moet ik er in zetten en waar precies?
post ff je footer dan

Behecafo
Berichten: 6
Lid geworden op: 27 jul 2009, 09:57

Re: Link in footer

Bericht door Behecafo » 28 jul 2009, 07:34

Dit moet er in:

http://www.caravans.net/

Code: Selecteer alles

	</div>

<div id="page-footer">

	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="linklist">
			<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
					<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
				<!-- ENDIF -->
			<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
		</ul>

		<span class="corners-bottom"><span></span></span></div>
	</div>
	
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
	</div>
</div>

</div>

<div>
	<a id="bottom" name="bottom" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
"http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-662674-13");
pageTracker._trackPageview();
} catch(err) {}</script>

</body>
</html>

Behecafo
Berichten: 6
Lid geworden op: 27 jul 2009, 09:57

Re: Link in footer

Bericht door Behecafo » 29 jul 2009, 12:56

Is al gelukt hoor. Dankjewel.

Plaats reactie