IHC Posted November 27, 2007 Share Posted November 27, 2007 Hello all, I like to make You are here: Support > Downloads to :>>> You are here: homepage > Downloads my question is in what file i need to eddit it ? Greetings, IHC 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted November 27, 2007 Share Posted November 27, 2007 Have a look in your "lang" folder, and then search for the text in the English.txt (or whatever language you want to use!) file. You can alter pretty much every bit of text generated from that 1 file. 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted November 27, 2007 Author Share Posted November 27, 2007 Awesome so easy and so effective thanks for the fast help! 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted November 28, 2007 Author Share Posted November 28, 2007 Other Question if i made a custom site how to add in the lang file. For example TOS.php I need to know how that shows up You are here: Terms of Service Greetz, IHC 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted November 29, 2007 Author Share Posted November 29, 2007 Hello all, maybe the question is not right asked. I have a question about the links on "your are here". I made some custom sites like tos.php and I need to know how to make the "you are here" so that it is display "you are here" Terms of Service. I hope so much that some 1 can help me with this. Greetz, IHC 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted December 2, 2007 Author Share Posted December 2, 2007 Please help. Greetings, IHC 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 2, 2007 Share Posted December 2, 2007 In tos.php the breadcrumb line should read something like: $breadcrumbnav=''.$_LANG['globalsystemname'].' > Terms of Service'; 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted December 2, 2007 Author Share Posted December 2, 2007 Hello, thanks for the info. but I already made it like this, tos.php: $pagetitle = $_LANG['tostitle']; $pageicon = "images/support/clientarea.gif"; $breadcrumbnav=''.$_LANG['tosname'].''; and in the lang file: $_LANG["tosname"] = "Terms of Service"; but now the next step is to make from the section "You are here: Terms of Service" a link to tos.php and not only a titel. Greetings, IHC 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 2, 2007 Share Posted December 2, 2007 Add these to the lang file: $_LANG["linkstart"] = "<a href="tos.php">"; $_LANG["linkend"] = "</a>"; and this to the tos.php $breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].''; 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted December 3, 2007 Author Share Posted December 3, 2007 Hello chickendippers, thanks for your help, but it not work ! I tryt 2 different options 1 to replace in the tos.php $breadcrumbnav=''.$_LANG['tosname'].''; replace with: $breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].''; option 2: after the string:>> $breadcrumbnav=''.$_LANG['tosname'].''; add: $breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].''; I added this strings also in the lang file. $_LANG["linkstart"] = "<a href="tos.php">"; $_LANG["linkend"] = "</a>"; my question is if i want make sitemap.php also linked is thare a problem with 2 same strings in the lang file? Like: $_LANG["linkstart"] = "<a href="tos.php">"; $_LANG["linkend"] = "</a>"; and $_LANG["linkstart"] = "<a href="sitemap.php">"; $_LANG["linkend"] = "</a>"; Greetings, IHC 0 Quote Link to comment Share on other sites More sharing options...
IHC Posted December 6, 2007 Author Share Posted December 6, 2007 No 1 can help me 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.