Author |
Message |
akky
Regular


Joined: Feb 18, 2006
Posts: 87
|
Posted:
Wed Mar 29, 2006 8:21 am |
|
wow what an excellant option.....
Just noticed the little link at the top of the forum.
how's it done, is there a mod for this.
akky |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Mar 29, 2006 11:44 am |
|
That's a standard feature, I believe. But you can add it if you don't have it with this link
http://www.ravenphpscripts.com/modules.php?name=Forums&file=search&search_id=egosearch
Of course you would use your own domain name  |
|
|
|
 |
akky

|
Posted:
Wed Mar 29, 2006 1:53 pm |
|
thanks raven (again)
It works a treat. I think cuz I got Evo and the theme i'm using (fisubice) hasn't been ported that a few of the links are missing.
akky |
|
|
|
 |
d-day
New Member


Joined: Jul 28, 2007
Posts: 9
Location: Charlotte, NC
|
Posted:
Wed Aug 01, 2007 2:44 am |
|
Raven wrote: | That's a standard feature, I believe. But you can add it if you don't have it with this link
http://www.ravenphpscripts.com/modules.php?name=Forums&file=search&search_id=egosearch
Of course you would use your own domain name |
Sorry, perhaps it should be obvious, but add it where?
Thanks!
D |
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Aug 01, 2007 8:09 am |
|
Its usually a link added to your template's index_body.tpl file |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
Doulos
Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005
Posts: 732
|
Posted:
Wed Aug 01, 2007 11:31 am |
|
That link is not in my RN2.10.01 fisubice theme. Well, it wasn't, now it is. Thanks. |
|
|
|
 |
d-day

|
Posted:
Wed Aug 01, 2007 12:06 pm |
|
Ezekiel wrote: | That link is not in my RN2.10.01 fisubice theme. Well, it wasn't, now it is. Thanks. |
Sorry, I'm very new to any sort of scripting. Would you mind posting your line with the link and perhaps the line just before and after so I can figure out where to put it? I'm running the same RN version and theme.
Funny thing is....I didn't realize it was missing until after I installed CNBYA. Now, it might have been missing before that I just hadn't noticed....
Much appreciated!
David |
|
|
|
 |
Doulos

|
Posted:
Wed Aug 01, 2007 7:11 pm |
|
You can put it where ever you want it to show up on your page. Here I put it so it would show up just after the link "View unanswered posts" (line 13) Quote: |
In the index_body.tpl of your fisubice theme (html/themes/ficubice/forums/index_body.tpl)
<td align="right" valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
<a href="/modules.php?name=Forums&file=search&search_id=egosearch"</a>View your posts<br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a></td> |
|
|
|
|
 |
d-day

|
Posted:
Wed Aug 01, 2007 11:05 pm |
|
Thanks so much! All is well now....
D |
|
|
|
 |
|