![]() |
|
#1
|
|||
|
|||
|
I have my forum integrated but is there a way to have my SEARCH results page show the modules also.
|
|
#2
|
||||
|
||||
|
You could integrate your search.php file, though that would also integrate the main search page. Alternately, you could edit your search.php file and add some code like this to the top of the file, just below the opening <?php tag:
Code:
if ($_REQUEST['do'] = 'showresults')
{
define('VBA_PORTAL', true);
define('VBA_PAGE', 'page_identifier_here');
}
|
|
#3
|
|||
|
|||
|
Brian, does this code still work?
I've tried it and my search.php comes up with errors. |
|
#4
|
||||
|
||||
|
As far as I know it does.
|
|
#5
|
|||
|
|||
|
I've added it right after the <?php tag and now every time click on search I get this error: Sorry - no matches. Please try some different terms.
PHP Code:
|
|
#6
|
||||
|
||||
|
Bleh... Looks like there was a '=' sign missing in the code I posted. Change the first line to this and it should work without a problem.
Code:
if ($_REQUEST['do'] == 'showresults') |
|
#7
|
||||
|
||||
|
Quote:
R'gards, Jim
__________________
If my post was helpful to you, or made you or ,please take the time to register at my forum and ask a question you've always wanted to know about floors. The Floor Pro Community |
|
#8
|
||||
|
||||
|
It would, but currently there is not a way to only integrate certain actions from files, so the file modification is about the only way to make it work.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Integrated Google Search & Results | DrussRob | Module & Modification Discussion & Requests | 4 | 03-17-2009 01:38 PM |
| empty search results not integrating | Thryller | Troubleshooting & Problems | 9 | 10-21-2008 10:04 AM |
| Sending Search Results | Magnum164 | "How Do I..." Questions | 4 | 12-02-2007 03:08 PM |
| Looking for a module that will show search results from specified forums | Tigratrus | Module & Modification Discussion & Requests | 2 | 08-27-2007 11:52 AM |
| Sidebar mod on search.php results in blank pages | DougM | Troubleshooting / "How do I..." Questions | 1 | 04-17-2005 05:34 PM |