It seems that problem was solved. I can see the banner at the header.
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
PunBB Forums » Posts by Slavok
It seems that problem was solved. I can see the banner at the header.
Just install latest version of pun_antispam via pun_repository or manually download it from our site.
I don't like that all words have id=1. I think it's wrong. Have you installed any mods, which can affected on the search mechanism?
Could you describe in more detail what exactly you want to add, please?
And is there a recommended procedure for moving a forum to a new server?
There are no special recommendations. If you use a custom URL scheme, check that mod_rewrite is installed on your new server.
The page title is generated based on the page breadcrumbs. Setting breadcrumbs for a viewtopic page is done at 231-235 lines of "viewtopic.php". The function "generate_crumbs" (502 line of "<FORUM_ROOT>/include/functions.php") generates the resulting string. Will this information be enough for you?
After including the "include/common.php" file, $forum_user variable will be available in code. It is store all information about user.
Remove the index for "search_matches" table with "word_id" keyname.
What is the first column in "search_words" table? Post here the structure of "search_words" table, please.
Sorry, I forgot to warn that the word should be in lower case:
SELECT id
FROM search_words
WHERE word = 'belinda'The forum title is obligatory for filling. While the forum description it is not.
When unbuffered variable is true the SQL query sends to MySQL without automatically fetching and buffering the result rows. In the Forum core this parameter is false.
Perhaps, this extension will help you.
Here is an example of request, which collect all new topics from all forums, except "Test forum", at our Forums:
http://punbb.informer.com/forums/extern.php?nfid=28Will it be enough for you?
Did you try to manually find the problem word in the "search_words" table and the link to this word in the "search_matches" table?
To do this
Select the "search_words" table
Go to the tab "SQL"
Post this query in the field :
SELECT id
FROM search_words
WHERE word = 'Belinda'Remember word id
Select the "search_matches" table
Go to the tab "SQL"
Post this query in the field :
SELECT *
FROM search_matches
WHERE word_id = <word_id>Post here results of these queries.
Have you tried to search similar mod at punres.org?
There is no such functionality in Forum core. Also there is no extension to solve this problem. Add an extension request to the Wiki.
To change the board title, edit the 154 line of header.php. It will look like:
$tpl_main = str_replace('<pun_title>', '<img src="http://img.informer.com/images/logo_si.png">', $tpl_main);The board description can be changed in a similar manner.
Good work! I have an error at the "New posts" page:
Notice: Undefined index: subscribed_times in S:\home\localhost\www\pun13_RC2\search.php(375) : eval()'d code on line 11
Could you post the link to your forum, please? It is needed to examine your CSS.
What is the encoding of your DB?
Did you try to manually find the problem word in the "search_words" table and the link to this word in the "search_matches" table? What is the word?
Thanks for the extension. I found a bug. When you select two groups on the edit forum page and press the "Save changes" button, these error messages appear:
Notice: Undefined index: 2 in S:\home\localhost\www\pun13_RC2\admin\forums.php(337) : eval()'d code on line 11
Notice: Undefined index: 3 in S:\home\localhost\www\pun13_RC2\admin\forums.php(337) : eval()'d code on line 11
Notice: Undefined index: 7 in S:\home\localhost\www\pun13_RC2\admin\forums.php(337) : eval()'d code on line 11
Works fine for me. Nice job!
Where do you want to add it? At the board title, description, in the navigate menu?
Thanks for reporting. Fixed in [1427].
PunBB Forums » Posts by Slavok
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.