Forum Hosting  

Go Back   Forum Hosting > Community Forums [No support] > General Chat Area

General Chat Area Talk about everything not related to Forumer or Support. NO ADVERTISING!


Reply
 
LinkBack Thread Tools Display Modes
Old 05-10-2004, 10:15 AM   #1 (permalink)
Junior Forumer
 
Caelestis's Avatar
 
Join Date: May 2004

Posts: 204
Rep Power: 5 Caelestis is on a distinguished road
fTrader: (0)
fBuck$: 525
Bank: 0
Total fBuck$: 525

My Forumer
My Country:
Default

My HTML code knowledge is about nill which is why I started a Forumer board, in order to learn, so forgive me if I have no idea what I'm asking.

I would like to alter the "View New Posts" link to only view new posts from specified catagories. Odd and impossible sounding as it is, I was hoping someone might have an idea.

This is the code in "+--Member Bar WITH Messenger Links". The code that seems to control the "View New Posts" link is in red.

Quote:
[b]<table width="100%" id="userlinks" cellspacing="6">
<tr>
<td>{ibf.lang.logged_in_as} {ibf.lang.log_out}$ad_link $mod_link $val_link )</td>
<td align='right'>
{ibf.lang.your_cp} &middot; {ibf.lang.view_new_posts.}[/color] &middot; {ibf.lang.l_qb}</td>
</tr>
</table>
It looks as though there is nothing that I can do in this area of the HTML template. Anyone have any idea where I should look or is it inaccessible?

Thanks...

<span style='color:gray'>You are a crazed, maniacal, lunatic
who is not fit to walk the streets of our fair city!
You are a danger to others and not nearly dangerous enough to yourself...</span>
Caelestis is offline   Reply With Quote
Old 05-10-2004, 11:21 AM   #2 (permalink)
Active Forumer
 
birdie's Avatar
 
Join Date: Apr 2004

Posts: 439
Rep Power: 5 birdie is on a distinguished road
fTrader: (0)
fBuck$: 1,048
Bank: 0
Total fBuck$: 1,048

My Forumer
My Country:
Default

I've never seen that done before... I reckon the only way is to put access masks on those forums you don't want displayed there, but again: this will disable those forums completely (not only from the new posts list) to those not in that access mask.

<img src='http://privat.bluezone.no/birgitf/post-7-1048972856.gif' border='0' alt='user posted image' />

Avatar made <a href='http://illustmaker.abi-station.com/index_en.shtml' target='_blank'>here</a>
birdie is offline   Reply With Quote
Old 05-10-2004, 11:33 AM   #3 (permalink)
Junior Forumer
 
Caelestis's Avatar
 
Join Date: May 2004

Posts: 204
Rep Power: 5 Caelestis is on a distinguished road
fTrader: (0)
fBuck$: 525
Bank: 0
Total fBuck$: 525

My Forumer
My Country:
Default

Thanks Birdie.

What I'm trying to accomplish is to add some links so that members can search for new posts in certain categories and not get results from the whole board. I could accomplish something similar if I could link to a search of posts in specified categories from "today" but, as you know, the search option will not allow a search of a date without text entered. I can't find anyplace that I might be able to alter either the search or the view new posts. I am lead to believe that I am attempting the impossible.

<span style='color:gray'>You are a crazed, maniacal, lunatic
who is not fit to walk the streets of our fair city!
You are a danger to others and not nearly dangerous enough to yourself...</span>
Caelestis is offline   Reply With Quote
Old 05-10-2004, 11:53 AM   #4 (permalink)
Active Forumer
 
birdie's Avatar
 
Join Date: Apr 2004

Posts: 439
Rep Power: 5 birdie is on a distinguished road
fTrader: (0)
fBuck$: 1,048
Bank: 0
Total fBuck$: 1,048

My Forumer
My Country:
Default

I reckon if you try swap the part that says

<a href='{ibf.script_url}act=Search&amp;CODE=getnew'>

with the full URL of the search string that you're after, it might work.

<a href=http://yourforumerID.server.forumer.com/searchstringetc>

<img src='http://privat.bluezone.no/birgitf/post-7-1048972856.gif' border='0' alt='user posted image' />

Avatar made <a href='http://illustmaker.abi-station.com/index_en.shtml' target='_blank'>here</a>
birdie is offline   Reply With Quote
Old 05-10-2004, 11:58 AM   #5 (permalink)
Junior Forumer
 
Caelestis's Avatar
 
Join Date: May 2004

Posts: 204
Rep Power: 5 Caelestis is on a distinguished road
fTrader: (0)
fBuck$: 525
Bank: 0
Total fBuck$: 525

My Forumer
My Country:
Default

Yes, that should work. I just don't think that I can use a search string that doesn't include text. Is there any sting I can enter that will allow a search that shows results of all posts? That way the only limit of the search would be the date and category that I specify.

<span style='color:gray'>You are a crazed, maniacal, lunatic
who is not fit to walk the streets of our fair city!
You are a danger to others and not nearly dangerous enough to yourself...</span>
Caelestis is offline   Reply With Quote
Old 05-10-2004, 12:12 PM   #6 (permalink)
Active Forumer
 
birdie's Avatar
 
Join Date: Apr 2004

Posts: 439
Rep Power: 5 birdie is on a distinguished road
fTrader: (0)
fBuck$: 1,048
Bank: 0
Total fBuck$: 1,048

My Forumer
My Country:
Default

I'm not sure, seems as a keyword on minimum 4 characters is required (I tried using "and", which I reckon is present in all posts, but it didn't work).

<img src='http://privat.bluezone.no/birgitf/post-7-1048972856.gif' border='0' alt='user posted image' />

Avatar made <a href='http://illustmaker.abi-station.com/index_en.shtml' target='_blank'>here</a>
birdie is offline   Reply With Quote
Old 05-10-2004, 12:17 PM   #7 (permalink)
Junior Forumer
 
Caelestis's Avatar
 
Join Date: May 2004

Posts: 204
Rep Power: 5 Caelestis is on a distinguished road
fTrader: (0)
fBuck$: 525
Bank: 0
Total fBuck$: 525

My Forumer
My Country:
Default

I noticed that it seems the view new posts code,
Quote:
<a href='{ibf.script_url}act=Search&amp;CODE=getnew'>
, uses the regular search but it uses "CODE=getnew" as its search. I've played around with the code= but I am just throwing darts in a dark room. If I could find something that would specify it to "getnew" from the catagories I want, I'd be in business.

<span style='color:gray'>You are a crazed, maniacal, lunatic
who is not fit to walk the streets of our fair city!
You are a danger to others and not nearly dangerous enough to yourself...</span>
Caelestis is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump