in the database, change the group id of this account to 1
76 2007-11-26 17:46
Re: PunBB Migration Tool question regarding administrator... (4 replies, posted in PunBB 1.2 troubleshooting)
77 2007-11-23 11:10
Re: Hello, have a big question :) mabey u all here can help :) (1 replies, posted in PunBB 1.2 troubleshooting)
It is possible, just edit the CSS. There is a bit of help there : http://punbb.org/docs/faq.html#faq3_3
78 2007-11-21 09:47
Re: Installation Error (8 replies, posted in PunBB 1.2 troubleshooting)
remove the config.php file from the forum folder
79 2007-11-21 09:43
Re: [1045] dbconn: mysql_connect: Access denied for user 'www-data'@'local (7 replies, posted in PunBB 1.2 troubleshooting)
if you have not changed anything on your website/forum, talk to your host
80 2007-11-19 17:13
Re: An error was encountered PLEASE HELP A.S.A.P.! (6 replies, posted in PunBB 1.2 troubleshooting)
Not sure this is the cause of yur problem but I think you should not use . character in table name, I would use thefoacl_ instead of thefoacl_forum. as a suffix.
81 2007-11-19 10:50
Re: BOARD HEADER IMAGE (1 replies, posted in PunBB 1.2 troubleshooting)
it is not in options, it is in your CSS files
82 2007-11-18 22:55
Re: phpBB 3 to punbb convertor ? (55 replies, posted in PunBB 1.2 discussion)
convert to phpbb2 then convert your phpbb2 to punbb
83 2007-11-17 23:53
Re: Cant find code or file :: HELP! (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
As you hav Firefox, use the firebug extension, it would help you for simple debugging.
The line in the file depends on the mods you have installed
search for:
if ($pun_config['o_avatars'] == '1' && $cur_post['use_avatar'] == '1' && $pun_user['show_avatars'] != '0')
it is just below
84 2007-11-12 18:50
Re: Click on image to link (7 replies, posted in PunBB 1.2 troubleshooting)
try with a correct image url :
[url=http://www.google.com][img]http://www.punbb.org/img/small_logo.png[/img][/url]
85 2007-11-07 21:00
Re: Google Analytics Plugin (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just add the code on main.tpl, before </body>. No need for a plugin
86 2007-11-06 19:02
Re: Admin disappeared (3 replies, posted in PunBB 1.2 troubleshooting)
You need to have access to the database and change your account group to the admin one.
87 2007-11-02 20:56
Re: HTML in posts | htmLawed HTML filter/purifier (5 replies, posted in Feature requests)
Many PunBB administrators want to allow HTML in posts (not BBCode).
I don't think so, most of the forum users have no clue what html is. BBcode can allow to do nearly every text formatting without the security flaws that html editing would create
88 2007-11-02 14:35
Re: IP address changes on its own? (17 replies, posted in PunBB 1.2 troubleshooting)
ok, I learnt a new word
89 2007-11-02 13:08
Re: IP address changes on its own? (17 replies, posted in PunBB 1.2 troubleshooting)
its all vanilla.
huh! Am I missing something or you are asking for a problem with the Vanilla forum software?
90 2007-10-19 21:29
Re: Private Messaging System - no links anywhere (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If your forum is not in English, you need to create the lang file in your language directory
91 2007-10-19 12:59
Re: Blank on the top of the page (15 replies, posted in PunBB 1.2 troubleshooting)
there must be a difference between main.tpl and admin.tpl otherwise you should have the same result on both pages
92 2007-10-19 08:14
Re: Blank on the top of the page (15 replies, posted in PunBB 1.2 troubleshooting)
compare /include/template/main.tpl and /include/template/admin.tpl, there must be omething you modified in main.tpl that you did not change in admin.tpl
93 2007-10-19 08:12
Re: My PunBB just stopped working (4 replies, posted in PunBB 1.2 troubleshooting)
Ask your host, it looks like the server configuration has been modified
94 2007-10-17 17:27
Re: Integration of Punbb To Handshake Script (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you bought the script, ask the company that sells it to do the code
95 2007-10-16 11:09
Re: how to post by email ? (2 replies, posted in PunBB 1.2 discussion)
It is not possible as a standard feature and I do not think there is any mod to do it. How would you do to prevent SPAM with such a system ?
96 2007-10-16 08:52
Re: PunBB 1.2.15 (98 replies, posted in News)
The hdiff shows the modifications to the files but you need to run db_update.php (via your web browser) to apply the modifications to the database.
97 2007-10-15 09:28
Re: In Board PM Messaging (1 replies, posted in PunBB 1.2 troubleshooting)
It is not a standard feture but there are mods for this functionnality on PunRes
98 2007-10-10 20:24
Re: Invision Power board v2.1.5 -> PunBB 1.2.15 (2 replies, posted in PunBB 1.2 discussion)
The converter in the download section should work.
What is wrong when you use it ?
99 2007-10-10 13:32
Re: [SEO_mod for PunBB] Meta Keyword and meta description for each post (43 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Do you have the allow_html mod ?
There should be no html code, the variable $description that we get from viewtopic with if($post_count == 1) $description = $cur_post['message']; contains BBcode that is removed in meta.php by the function parser_del_bbcode(). if you have html tags in your description that means they were in $cur_post['message'] which is not possible for a standard punBB.
100 2007-10-09 09:08
Re: How do I edit HTML? (7 replies, posted in PunBB 1.2 troubleshooting)
Use a text editor and modify the files corresponding to the area you want to modify.
More information is available at http://punbb.org/docs/index.html