Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

new_replies and link to post from Forum view

Quote Reply
new_replies and link to post from Forum view
hello

1. i want to chance the Layout fron new_replies in forum_view.html from an icon to the same like category.html ( in words)

2. how can i insert a "include_paging" in forum_view with links to the Posting sites. If a Thead had more than one site i want the links right from the value Post_subject

Cane someone help me please

greeting hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] new_replies and link to post from Forum view In reply to
In Reply To:
1. i want to chance the Layout fron new_replies in forum_view.html from an icon to the same like category.html ( in words)
You can change it to a word, such as "NEW", but unfortunately you can't currently get the exact number of new replies. You might try making a small change to GForum/Post.pm - around line 330 it has:

Code:
$new_replies = 1;
last;
If you change it to just:

Code:
$new_replies++;
#last; - remove this line
I'm not 100% sure that this will work properly - if it does, let me know and I'll change it for future versions.

In Reply To:
2. how can i insert a "include_paging" in forum_view with links to the Posting sites. If a Thead had more than one site i want the links right from the value Post_subject
I'm not sure I understand what you want to do here.


Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] new_replies and link to post from Forum view In reply to
Helle Jagerman

Thanks for reply

Plese see this site
http://www.webwork-community.net/forum23_0.html
an look for "Seite 1, 2"
I want to Display the Sitenumbers of a Post
but i cant find he values vor this code with <%GT::Template::dump%>

A Suggestion for Version 2.0
When i read in this Forum an i find a Post there i want to reply for, i must login and go to the Post.
Why canīt i log in an the forum put me to the Page wherer i come from

greeting hoefti
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] new_replies and link to post from Forum view In reply to
Hello Jagerman

Is it possible
to qoute a Post like

-------In Reply To-----------
to display like

------In Reply To Post by hoefti from May 8, 2004, 12:29 AM ------------------

Thats is very important for me

greeting hoefti
linktobuy Web Directory
Ratgeber Recht