Die Suche ergab 8 Treffer

von tuuk
So 20.Jun, 2004 20:15
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

what will hapen if I fill the complete database and afterwards I will chang the post to a weblink? The phpbb_search_wordlist will still be filled and active, eventhought I will manually make the post a weblink?

Does this make any sense?
von tuuk
So 20.Jun, 2004 16:18
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

Well It took me a while, but I'm back..

When I look in the database, I see the table phpbb_search_wordlist

The questions:
1. How is this table filled?
2. when I make a post as a weblink, the info I put into the post isn't added to this table, so when I search for something, the only thing I can ...
von tuuk
Fr 28.Mai, 2004 16:15
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

But will this information be indexed by the search engine?
If only it is possible to edit this post, then everything should be ok

Great coding by the way!
von tuuk
Fr 28.Mai, 2004 14:16
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

I did a new install of phpbb, and the link works now (guess there is something strange in my installation, maybe to many mods.. :D :D :D )

I used the standard viewtopic.php from the instalation of phpbb.

But you don't agree to make it a new database field?

mE.
von tuuk
Fr 28.Mai, 2004 13:51
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

I installed the mod twice, but it doesn't work for me.
I got an error on viewforum.php.

When installing the mod, in vieforum.php I had to look for: $template->assign_block_vars('row', array());

I can't find that row, but the next line I can find.

Also in templates/subSilver/subSilver.cfg, I can't ...
von tuuk
Mo 24.Mai, 2004 16:22
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

Oxpus is right! I'm using phpBB not as a forum, but as a database with a search engine!

To get an idea, go to http://www.vandertuuk.com/helpdesk/
Choose Exact Globe 2003 (top left corner!) and then choose 'module'

Here I have many Exact modules from a specific program from Exact. And through ...
von tuuk
Mo 24.Mai, 2004 14:05
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

In this forum you have:

phpBB helpdesk (the forum main category)
phpBB Request (the forum category)
Post as weblink (this post which should become the weblink when you click it)

You made a mod to make the forum (=forum catergory) as a weblink.
Now I want a post to be a weblink and not the forum ...
von tuuk
Mo 24.Mai, 2004 11:35
Forum: phpBB 2.x
Thema: Post as weblink
Antworten: 17
Zugriffe: 2453

Post as weblink

I found a mod Kartsen (webmaster@oxpus.de) created for phpBB (Forumtitle as Weblink) and it works great!!!
But I'm looking for something else, which is almost similar to the mod he created.

I want to add posts, but I want a post to be a weblink.

I found out ( also thanks to the mod) how to ...