Yes
26 2005-09-14 16:46
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
27 2005-09-11 16:21
Re: merging topics (15 replies, posted in Feature requests)
O.K., so let it be a mod
28 2005-09-11 12:40
Re: merging topics (15 replies, posted in Feature requests)
May be an easy to install official Plugin will be a good idea? I would appreciate such plugin very much!
29 2005-09-03 22:04
Re: PunBB 1.2.7 (33 replies, posted in News)
Bulgaricus.com updated! Thanks Rickard!
30 2005-08-21 15:52
Re: Script for managing cooking recipies (7 replies, posted in General discussion)
I think that you are right Tobi and it is a good idea to introduce a CMS to my site. I am trying to choose the CMS which will suit my site and will be integrated with PunBB. At the moment I am taking into consideration Nucleus. I am interesting what is your opinion and recomendation? Is nucleus a good choice for Bulgarcius.com?
31 2005-08-19 21:13
Re: Script for managing cooking recipies (7 replies, posted in General discussion)
Thanks a lot! I will try that one.
32 2005-08-19 13:53
Re: Script for managing cooking recipies (7 replies, posted in General discussion)
Yes, I looked at hotscripts and did not find anything for my case I am not good at browsing and understanding those scripts descriptions
33 2005-08-19 12:08
Re: Script for managing cooking recipies (7 replies, posted in General discussion)
Great! Thanks a lot!
34 2005-08-19 07:42
Topic: Script for managing cooking recipies (7 replies, posted in General discussion)
I have on my site a category with cooking recipies (http://www.bulgaricus.com/kuc_dan_main.php). At the moment each recipies is added manually by me as a separate php file. I am looking for some script which will help me to manage that recipies database. Do you know any scripts which will suit my case?
35 2005-08-16 07:25
Re: Reputation System (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The very strange thing for me in this mod is that a user may vote more than once for onother user...
36 2005-08-13 10:41
Re: Google AdSense (65 replies, posted in PunBB 1.2 discussion)
Thank you! I corrected the mistake and now it works
37 2005-08-13 07:26
Re: Google AdSense (65 replies, posted in PunBB 1.2 discussion)
I put the following code right in my main.tpl file and Google is showing its default colors not the colours defined for the particular styles:
<?php
switch ($pun_user['style'])
{
case 'bulgaricus':
$bg_color = 'FFFFFF';
$link_color = 'A32B16';
$text_color = 'D4D4D4';
break;
case 'pomaranczowy':
$bg_color = '2A2A2A';
$link_color = 'F6B620';
$text_color = 'D4D4D4';
break;
case 'zielony':
$bg_color = '2A2A2A';
$link_color = '60C860';
$text_color = 'D4D4D4';
break;
case 'oliwkowy':
$bg_color = 'FFFFFF';
$link_color = '822100';
$text_color = '333333';
break;
case 'czarny':
$bg_color = '000000';
$link_color = 'FA8508';
$text_color = '333333';
break;
}
?>
<div style="TEXT-ALIGN: center">
<script type="text/javascript"><!--
google_ad_client = "pub-9760172491316511";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "<?php echo $bg_color ?>";
google_color_bg = "<?php echo $bg_color ?>";
google_color_link = "<?php echo $link_color ?>";
google_color_url = "<?php echo $link_color ?>";
google_color_text = "<?php echo $text_color ?>";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
38 2005-08-10 14:28
Re: SCTech (10 replies, posted in PunBB 1.2 show off)
Quite nice! Good job!
On the index page, the right menu is on the bottom of the page (I browsed your site with IE).
Why this blue color appears in the forum style? It does not suit the index page and the header (in my opinion).
39 2005-07-25 14:34
Re: merging topics (15 replies, posted in Feature requests)
May be it will be a good idea, instead of creating a new mod, to upgrade this one: http://www.punres.org/viewtopic.php?id=541 ?
40 2005-07-20 16:17
Re: My punBB was hacked!!! (34 replies, posted in General discussion)
I made the upgrade. Am I save now?
41 2005-07-20 05:54
Re: My punBB was hacked!!! (34 replies, posted in General discussion)
Look at my forum!!! It was hacked yesterday at about 23:30 and it is not true that the hacker is a "good" one. He/she erased about 10.000 posts, so now I am waiting for my hosting provider to recover the latest backup
What should I do to prevent him from future hacking (besides from the upgrade from 1.2.5 to 1.2.6)???
42 2005-07-15 06:22
Re: What happend to PunBBig? (21 replies, posted in PunBB 1.2 discussion)
From three days I can not open PunBBig Any idea what is going on now?
43 2005-07-12 17:52
Re: Problem with 'show results as posts' in search (8 replies, posted in PunBB 1.2 troubleshooting)
Thank you, Smartys! Now, it works
44 2005-07-11 20:32
Re: Problem with 'show results as posts' in search (8 replies, posted in PunBB 1.2 troubleshooting)
I replaced the file with the vanilla version from 1.2.6 and the search worked. So, the problem is in my search.php file
Anybody who can help? The file is here: http://www.punres.org/viewtopic.php?pid=1955#p1955
45 2005-07-09 14:02
Re: Problem with 'show results as posts' in search (8 replies, posted in PunBB 1.2 troubleshooting)
What is "vanilla" version?
46 2005-07-09 07:28
Re: Problem with 'show results as posts' in search (8 replies, posted in PunBB 1.2 troubleshooting)
It says:
File: /home/bulgaricus/public_html/forum/search.php
Line: 477
PunBB reported: Unable to fetch search results
Database reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.last_post, t.last_post_id, t.last_poster, t.num_replies, t.for (Errno: 1064)
I have to add that my search.php file was changed recently according to Easy Poll 1.1.2.
My changed search.php file can be seen here: http://www.punres.org/viewtopic.php?pid=1955#p1955
47 2005-07-09 06:39
Topic: Problem with 'show results as posts' in search (8 replies, posted in PunBB 1.2 troubleshooting)
When I choose that option on my forym I got an error message: "Error: Unable to fetch search results."
48 2005-06-02 18:31
Re: PunDokuWiki 1.1 (63 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have got the following problem with IE: when you try to edit the page after refreshment the page disappers
In FF on the other hand it works but in edition mode changes the encoding turns to utf-8 although everywhere id ISO-8859-2.
49 2005-05-30 18:15
Re: two sites! (6 replies, posted in PunBB 1.2 show off)
Tagmonkey - very nice! If I can suggest a little bit more contrasting color of letters (it is difficlut to read them in the posts on that background).
Juppon - quite interesting, but isn't it too narrow?
50 2005-05-28 19:09
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Great mod Connorhd! I have installed it on Bulgaricus.com and it works great!
Thanks!!!