Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Forums Feedback
  • Search

Forum Customization Questions

Having a problem with the forums? Have a suggestion? Post here!
Post Reply
  • Print view
Advanced search
6 posts • Page 1 of 1
Author
Message
dibblethewrecker
n00b
n00b
User avatar
Posts: 20
Joined: Wed Jan 07, 2004 10:41 pm

Forum Customization Questions

  • Quote

Post by dibblethewrecker » Sat Sep 03, 2005 10:36 am

I have a few questions about the customizations that have been made to the forum.

1) Glance: how have you reduced the fields/columns shown in the list? I can't seem to find an explanation - just people saying they have done it - [FIXED] you need to edit the template glance_body.tpl
2) How/Why does the gentoo forums plugin for firefox return results with AND enabled and by threads rather than posts? Have you hacked search.php to make this a default? I am quite sure it is not the plugin itself that controls this.

Many thanks
.: dibblethewrecker | Dell C610 - Arch PKGBUILDS | My fluxbox styles :.

Code: Select all

[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble
Top
amne
Bodhisattva
Bodhisattva
User avatar
Posts: 6378
Joined: Sun Nov 17, 2002 6:00 pm
Location: Graz / EU

Re: Forum Customization Questions

  • Quote

Post by amne » Sat Sep 03, 2005 11:55 am

dibblethewrecker wrote: 2) How/Why does the gentoo forums plugin for firefox return results with AND enabled and by threads rather than posts? Have you hacked search.php to make this a default? I am quite sure it is not the plugin itself that controls this.
I don't really know which plugin you are talking about, but we have changed some of the default settings (such as enabling AND) on the search page, maybe that affects the plugin?
Dinosaur week! (Ok, this thread is so last week)
Top
dibblethewrecker
n00b
n00b
User avatar
Posts: 20
Joined: Wed Jan 07, 2004 10:41 pm

  • Quote

Post by dibblethewrecker » Sat Sep 03, 2005 12:05 pm

Hello,

I'm refering to the firefox gentoo forum searchplugin listed here - as far as I can tell there are no special commands in the plugin that effect the results display - so I assume the changes must be in search.php - is it possible to have a list of those changes?
.: dibblethewrecker | Dell C610 - Arch PKGBUILDS | My fluxbox styles :.

Code: Select all

[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble
Top
Earthwings
Bodhisattva
Bodhisattva
User avatar
Posts: 7753
Joined: Mon Apr 14, 2003 8:13 pm
Location: Germany

  • Quote

Post by Earthwings » Sat Sep 03, 2005 12:49 pm

For 2), have a look at this patch for an older version of phpbb:

Code: Select all

--- ../phpBB/search.php 2005-03-19 12:17:58.000000000 +0100 
+++ search.php  2005-04-23 18:56:45.000000000 +0200 
@@ -69,7 +69,8 @@ 
 
 $search_id = ( isset($HTTP_GET_VARS['search_id']) ) ? 
$HTTP_GET_VARS['search_id'] : ''; 
 
-$show_results = ( isset($HTTP_POST_VARS['show_results']) ) ? 
$HTTP_POST_VARS['show_results'] : 'posts'; 
+$show_results = ( isset($HTTP_GET_VARS['show_results']) ) ? 
$HTTP_GET_VARS['show_results'] : 'topics'; 
+$show_results = ( isset($HTTP_POST_VARS['show_results']) ) ? 
$HTTP_POST_VARS['show_results'] : 'topics'; 
 $show_results = ($show_results == 'topics') ? 'topics' : 'posts'; 
 
 if ( isset($HTTP_POST_VARS['search_terms']) ) 
Don't use it this way however:
myself wrote: Thinking on it, "topics" shouldn't be default as it would affect
search.php?search_author=<user> which is used by the "show all posts from"
button.
I think you get the idea.
KDE
Top
dibblethewrecker
n00b
n00b
User avatar
Posts: 20
Joined: Wed Jan 07, 2004 10:41 pm

  • Quote

Post by dibblethewrecker » Sat Sep 03, 2005 2:00 pm

Well, we could have two search.phps - one would be the regular one for the site and search2.php could be used by the firefox plugin to always sort by threads - I am still have problems with an AND search by default tho - that is the main problem - 100 results for the word "is" is no good for anyone!
.: dibblethewrecker | Dell C610 - Arch PKGBUILDS | My fluxbox styles :.

Code: Select all

[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble
Top
ian!
Bodhisattva
Bodhisattva
User avatar
Posts: 3829
Joined: Tue Feb 25, 2003 9:52 am
Location: Essen, Germany
Contact:
Contact ian!
Website

  • Quote

Post by ian! » Sat Sep 03, 2005 3:09 pm

I'm currently working on a new search engine. I don't think we will make any changes to the existing one because it will become obsolete soon. (As well as the browser plugin.)
"To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins
Top
Post Reply
  • Print view

6 posts • Page 1 of 1

Return to “Gentoo Forums Feedback”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy