FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » open on a forum
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
open on a forum [message #14564] Mon, 17 November 2003 19:09 Go to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
in my site i only want to have one single forum and have it set up so that the system will default to that forum when users press the home button - is it possible to achieve this Razz
Re: open on a forum [message #14567 is a reply to message #14564] Mon, 17 November 2003 19:38 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Modify the usercp.tmpl template.

FUDforum Core Developer
Re: open on a forum [message #14579 is a reply to message #14567] Mon, 17 November 2003 23:37 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
what changes should i make
Re: open on a forum [message #14580 is a reply to message #14579] Tue, 18 November 2003 00:39 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
you need to change the home link.

FUDforum Core Developer
Re: open on a forum [message #14687 is a reply to message #14564] Wed, 19 November 2003 15:47 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
this is what i get - cant see home link anywhere - is one of these it or am i looking in the wrong place? ( i have another template but it's not in there either ) -- have searched through the actual .tmpl file also Confused
Re: open on a forum [message #14688 is a reply to message #14687] Wed, 19 November 2003 15:50 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Clink on the pink "usercp" link.

FUDforum Core Developer
Re: open on a forum [message #14690 is a reply to message #14564] Wed, 19 November 2003 16:08 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
ok in the text box i see within the code there is :
<a class="UserControlPanel" href="{TEMPLATE: usercp_lnk3}"><img src="{THEME_IMAGE_ROOT}/top_home.png" alt="{MSG: home}" /> {MSG: home}</a>

i'm supposing that i'd need to change the
 href="{TEMPLATE: usercp_lnk3}">
but what to ?
Re: open on a forum [message #14692 is a reply to message #14690] Wed, 19 November 2003 16:29 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to change href="{TEMPLATE: usercp_lnk3}">
to
href="http://some/url/">


FUDforum Core Developer
Re: open on a forum [message #14697 is a reply to message #14564] Wed, 19 November 2003 16:41 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
well the url to the forum i want to link to is huge

http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&rid= 2&S=c3aa08bbfe9c6ffcb243ca08f2070833&SQ=1069259974

aswel it's different every time i login so do i just pick one of them or do i take some part of it ???

{BTW i tried the test at the end of the global prefs for search engine friendly urls but the server failed }
Re: open on a forum [message #14699 is a reply to message #14697] Wed, 19 November 2003 16:43 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you want to link to a forum page, then you need to do this:
http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&{DEF : _rsid}


FUDforum Core Developer
Re: open on a forum [message #14703 is a reply to message #14699] Wed, 19 November 2003 16:55 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
Ilia wrote on Wed, 19 November 2003 16:43

If you want to link to a forum page, then you need to do this:
http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&{DEF : _rsid}


do you mean put that in literaly as it is or is that pseudocode ??
Re: open on a forum [message #14705 is a reply to message #14703] Wed, 19 November 2003 16:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
literaly (assuming that is the URL you want to use).

FUDforum Core Developer
Re: open on a forum [message #14710 is a reply to message #14564] Wed, 19 November 2003 17:09 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
threw an error in the admin section when i clicked save

No such tag: DEF -> _rsid


did you mean to replace _rsid with something ??? Shocked
Re: open on a forum [message #14711 is a reply to message #14710] Wed, 19 November 2003 17:17 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
{DEF: _rsid} should work, it is used in many places in the forum. Look @ usercp template you can see examples of it used in other places.

FUDforum Core Developer
Re: open on a forum [message #14712 is a reply to message #14699] Wed, 19 November 2003 17:30 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
Ilia wrote on Wed, 19 November 2003 16:43


http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&{DEF : _rsid}


i copied it straight out of the browser -- there was a space after the DEF before colon -- works fine now

ta

Re: open on a forum [message #14713 is a reply to message #14564] Wed, 19 November 2003 17:32 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
how can i set a link on the site to point to this same page -- can i just change the wwwroot in the global prefs to make the index file start in this forum --- what would i set it to ?

thanks
Re: open on a forum [message #14714 is a reply to message #14713] Wed, 19 November 2003 17:34 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
changing WWW_ROOT will break your forum.

FUDforum Core Developer
Re: open on a forum [message #14715 is a reply to message #14564] Wed, 19 November 2003 17:36 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
i want to place a hyperlink on the site that points to this new home -- how do i do it ?
Re: open on a forum [message #14720 is a reply to message #14715] Wed, 19 November 2003 17:51 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you are linking from your website to the forum, you can just use:
http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2


FUDforum Core Developer
Re: open on a forum [message #14847 is a reply to message #14699] Sat, 22 November 2003 05:05 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   United Kingdom
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
Ilia wrote on Wed, 19 November 2003 16:43

If you want to link to a forum page, then you need to do this:
http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&{DEF : _rsid}


have tried this technique and it works -- however it overrides the thread TREE view that i have set up in the glob prefs

you can see the problem on the site
go to http://www.oneweekofdays.com/forum and click the one week of days-forum link -- you are in tree view ( correct )
then hit home ( bringing you to the same page by a different way ?)--- the view changes to flat !!

can this be adjusted so that the home button takes the preferences into account

[Updated on: Sat, 22 November 2003 05:05]

Report message to a moderator

icon4.gif  Re: open on a forum [message #14907 is a reply to message #14847] Tue, 25 November 2003 01:39 Go to previous messageGo to next message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
ilia, maybe you just missed this question i need answered asap,. thanks
Smile
bobmurphy wrote on Sat, 22 November 2003 05:05

Ilia wrote on Wed, 19 November 2003 16:43

If you want to link to a forum page, then you need to do this:
http://www.oneweekofdays.com/board/index.php?t=thread&frm_id=2&{DEF : _rsid}


have tried this technique and it works -- however it overrides the thread TREE view that i have set up in the glob prefs

you can see the problem on the site
go to http://www.oneweekofdays.com/forum and click the one week of days-forum link -- you are in tree view ( correct )
then hit home ( bringing you to the same page by a different way ?)--- the view changes to flat !!

can this be adjusted so that the home button takes the preferences into account


Re: open on a forum [message #14909 is a reply to message #14907] Tue, 25 November 2003 01:52 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Instead of t=thread use t=rview

FUDforum Core Developer
Re: open on a forum [message #14910 is a reply to message #14564] Tue, 25 November 2003 02:05 Go to previous message
bobmurphy is currently offline  bobmurphy   Ireland
Messages: 166
Registered: November 2003
Location: ireland
Karma: 0
Senior Member
thanks - that works fine
Cool
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Multiple forums from one install
Next Topic: .qmail maillist
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 01 01:22:11 GMT 2024

Total time taken to generate the page: 0.02576 seconds