anyone?
702 2007-02-25 00:34
Re: Mini News (15 replies, posted in PunBB 1.2 troubleshooting)
how can I get it to display more text in the news item being displayed. If I set it to truncate at 1 then it only shows me approximately 5 letters like this example:
Whe...
I would like to be able to set it to something like 250 characters. Also, is there a way to have alink that says read more and it then takes you to the full topic in the forum?
Thanks
Bingiman
703 2007-02-25 00:14
Re: PSP-Downgrades.com/forums (6 replies, posted in PunBB 1.2 show off)
Your site looks awesome!
704 2007-02-24 17:47
Re: How can I format the history URL (2 replies, posted in General discussion)
thank you.
705 2007-02-24 15:00
Topic: How can I format the history URL (2 replies, posted in General discussion)
Is there another way in which I can format the history URL. I get errors in my validator.
<a href="javascript: history.go(-1)">Go back</a>
and here is the error:
line 87 column 6 - Warning: <a> escaping malformed URI reference
Thanks in advance for the help.
Bingiman
706 2007-02-24 12:46
Re: Sidebar / whos online block (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have this problem as well using the miniportal hack and I can't find a way around it.
Bingiman
707 2007-02-24 00:54
Re: A little boxover help required (6 replies, posted in General discussion)
thanks for the help but I still get errors. I am getting this error:
PunBB reported: Unable to get data from posts table
Database reported: Table 'punners.posts' doesn't exist (Errno: 1146)
I also do not know what variable to use in the body of the above boxover script.
Thanks
Bingiman
709 2007-02-23 23:37
Re: Zapping... (8 replies, posted in PunBB 1.2 troubleshooting)
How do you clear reports that have already been zapped?
710 2007-02-23 12:32
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
@naitkris - Thank you for that fix. It works perfectly now. I hope they update the archive and add this fix to it.
Thanks again
Bingiman
711 2007-02-22 21:56
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can some please help me out with this problem?
Thanks
712 2007-02-22 12:53
Re: A little boxover help required (6 replies, posted in General discussion)
Where exactly do I have to place the code above in viewforum? I get this error:
Parse error: parse error, unexpected T_WHILE in c:\localsite\viewforum.php on line 147
Bingiman
713 2007-02-22 12:38
Re: Scroll to top of post (6 replies, posted in General discussion)
Thank you Paul. It worked like a charm.
714 2007-02-22 02:48
Re: Scroll to top of post (6 replies, posted in General discussion)
so you mean just use something like this: <a id="top"></a>? I placed that after the body tag and it seems to work. Is that correct.
Thanks for your help
Bingiman
715 2007-02-21 23:56
Topic: Scroll to top of post (6 replies, posted in General discussion)
I am going crazy trying to get this to work.
I added just the basic <a href'#top">Top</a> to my viewtopic.php file. It does works but the problem is that if I use
<a id="top" name="top" />
as is instructed in one of the forums post I then get the hover color under certain text. It depends on where I place it in the main.tpl file. If I place it at the bottom and hover over the jump to forum are the the hover class is used although it is not a link. Why wouldn't this just work in the viewtopic file?
Thanks
Bingiman.
716 2007-02-21 19:29
Re: A little boxover help required (6 replies, posted in General discussion)
I have tried it all and nothing works. I am lost!
717 2007-02-20 21:52
Topic: A little boxover help required (6 replies, posted in General discussion)
I just installed a script called boxover. I am currently trying to use it in the viewforum.php file. It works great and I've tested it on almost every browser. It is also w3c compliant. My problem is this. I am new to punBB and have no idea what I should add in the boxover field to get it to display:
1 - The Subject of the last post
2 - The mesasge body [last post] with a limited amount of text eg: (250 characters)
Here is the area I am trying to work with:
$subject = '<a title="header=['.pun_htmlspecialchars($cur_topic['subject']).'] body=['.$cur_post['message'].']" href="viewtopic.php?id='.$cur_topic['id'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <br /><span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
UPDATE: Ok, I managed to get the subject to be displayed but not the actual message. Help!
Any help here would be greatly appreciated.
Thanks
Bingiman
718 2007-02-20 02:10
Re: Missing <DIV> in profile.php (33 replies, posted in PunBB 1.2 bug reports)
I found another bug in profile.php - You need to be in profile under administration
If you're using forums with the "&" in the names. example: YOU&ME you get errors. I got the following using FireFox's HTML Validator:
line 115 column 30 - Warning: unescaped & which should be written as &
line 124 column 28 - Warning: unescaped & which should be written as &
line 178 column 34 - Warning: unescaped & which should be written as &
This line:
echo "\t\t\t\t\t\t\t".'<div class="conl">'."\n\t\t\t\t\t\t\t\t".'<p><strong>'.$cur_forum['cat_name'].'</strong></p>'."\n\t\t\t\t\t\t\t\t".'<div class="rbox">';
should be changed to:
echo "\t\t\t\t\t\t\t".'<div class="conl">'."\n\t\t\t\t\t\t\t\t".'<p><strong>'.pun_htmlspecialchars($cur_forum['cat_name']).'</strong></p>'."\n\t\t\t\t\t\t\t\t".'<div class="rbox">';
Cheers!
Bingiman
719 2007-02-20 01:49
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Something is not quite right with this mod. I created (2) sub-forums and made myself moderator of 1 but yet when I check it, I am listed as moderator of both. However, if I go my profile under "Administration" the box is not checked. Has anyone noticed this before or is there a way to resolve this issue?
Update: What I have noticed in my case is this: I have 2 sub-forums. If I check off #1 as moderator it then makes me moderator of #1 and #2. If I check off just sub-forum #2, then it does not check off sub-forum #1 so there definitely is a bug here. Hope I explained myself properly.
Thanks
Bingiman
720 2007-02-19 23:52
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
wow! It is actually in there and I looked over and over. Thank you!
Bingiman
721 2007-02-19 23:23
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I can't seem to find a file called cache.php as per the readme.txt file. Any ideas?
Thanks
Bingiman
722 2007-02-19 19:57
Re: Missing <DIV> in profile.php (33 replies, posted in PunBB 1.2 bug reports)
got it...thank you very much.
723 2007-02-19 19:31
Re: Theme Switcher (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok, thank you.
724 2007-02-19 19:24
Re: Missing <DIV> in profile.php (33 replies, posted in PunBB 1.2 bug reports)
Guys, not to be dumb here, but what exactly is the fix. I haven't a clue after reading all these messages.
725 2007-02-19 15:53
Re: Theme Switcher (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I know that is there, but I wanted something on the frontpage of the site to make it easier for users to select themes. You can see what I mean if you click on my website link. Users can select themes and it changes on the fly.
bingiman