| Author |
Message |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 11, 2003 11:29 am |
  |
Ok now that Google returns something like 4,270 results for my site how do we feed some content instead in the forum pages it indexes? All I'm finding are pretty generic urls for the forums. The articles turn out much better results.
Just thought I'd throw this out for discussion  |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Mar 11, 2003 2:05 pm |
  |
We need to get the titles of the topics into the headers. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Tue Mar 11, 2003 2:37 pm |
  |
While testing this i did a random search for a snippet and not only did i find my site getting listed by Google with the rewritten urls but this particular search came on top of the self proclaimed bigger than life IRC site which is the main source for these code snippets.
http://www.google.com/search?hl=en&q=bin2mrc&btnG=Google+Search |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Last edited by chatserv on Tue Mar 11, 2003 2:54 pm; edited 1 time in total |
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Tue Mar 11, 2003 2:51 pm |
  |
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sat Mar 15, 2003 6:34 pm |
  |
|
   |
 |
JackX
Corporal


Joined: Feb 12, 2003
Posts: 58
Location: USA
|
Posted:
Sat Mar 15, 2003 11:11 pm |
  |
| Zhen-Xjell wrote: |
| We need to get the titles of the topics into the headers. |
Getting the title of the topics in the headers is going to skyrocket everything! |
|
|
   |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Sun Mar 16, 2003 3:14 am |
  |
Putting the titles of the particular posts and encyclopedia terms into the header would be the ultimate summum bonum.  |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 6:32 am |
  |
With the 2.04 port I think it would help to put
$page_title
into includes/page_header.php
add to globals $page_title
Original line
title("$sitename - $mod_name ");
to something like
title("$page_title");
Now why its $page_title here not $pagetitle I dunno...
Someone could do some fancy replace string for Index maybe.
or figure out how to get $page_title into the nuke header.php title tag. |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Sun Mar 16, 2003 7:01 am |
  |
viewtopic.php seems to be the file |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 7:49 am |
  |
I'm pretty sure the S/E's will get the topic title from the page_header but... for the lost IE users with 20 pages open at a time it would be nice to get it into the <title>  |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Mon Mar 31, 2003 11:56 pm |
  |
Our file seems to be nukebb.php in modules/Forums/ directory
find
get_lang($module_name);
and add AFTER
$pagetitle = "$name";
and you will get the name of the forums (as previously defined) into the browser's title bar.
So far these are my 10 c. |
|
|
    |
 |
|
|