A good dropdown would be one that's CSS only and that validates. This one and its successors are the best I know of.

You'd just need to add it to /include/template/main.tpl

Editing the CSS is the fun part wink

28

(3 replies, posted in PunBB 1.2 discussion)

http://punbb.org/forums/viewtopic.php?pid=63343#p63343

29

(24 replies, posted in PunBB 1.2 show off)

Nice, but I could do without the cold bears. Warm bears, on the other hand, are quite secksy.

I don't even have one. I'm just thinking hypothetically if it would be possible to show my latest skin releases on my front page. I wanted to make a single post with groups of skins that would all display. If there's a simple solution that would be interesting, but if not, it's really not worth anyone's trouble.

And it wouldn't really be ideal anyway, as the post body doesn't show the link from the upload mod, so it looks like there's no downloads. Ah well.

Is there any way to show the entire contents of a thread, with pagination, for a specific thread or forum? I'd like to display all the replies of one thread on the main page...

s0me0ne wrote:

[ code]...[/code ]
I figured out my problem the avatar bug, the avatar code was before the query which is why it was giving wierd results, edited this post with the working code

That's neat, thanks. I can't get the message (post body) to display though. I see it in the code where you can also truncate it and use a read more link, but I don't know the proper way to add it in the include.

I'm using:

<?php include('http://mysite.com/forum/extern.php?action=news&show=10&fid=2,3'); ?>

Shouldn't the message already be there? Hmmm...

33

(3 replies, posted in PunBB 1.2 troubleshooting)

this script has comments

Just doing this would output a portal

<?php
define('PUN_ROOT', './forum/');
require PUN_ROOT.'include/common.php';
require PUN_ROOT.'header.php'; ?>

content here

<?php require PUN_ROOT.'footer.php'; ?>
 </body>
</html>[/url]

There's more in the docs under integration.

To get any portal to work in root add the full url to the forum's css.
Find in header.php

<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />

Add url

<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="http://www.yoursite.com/forum/style/<?php echo $pun_user['style'].'.css' ?>" />

35

(23 replies, posted in General discussion)

If the things changed are so few, why not list them? wink

Why can't he just use miniportal for the same effect. Much easier.

The only way I could get it to work in both IE and firefox without alignment problems, is with an IE hack

div.postright,div.postfootright {
border-left-color: transparent;
}

* html div.postright, * html div.postfootright {
border-width: 0;
}

Yeah, that's the postright border. The only way I found to solve it in both firefox and IE is with this in your imported theme_cs.css file:

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #424242}

add:

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #424242; border-left-width: 0;}

Here's the wiki on miniportal. Perhaps you should wait for someone more knowledgeable to reply, as my answer is lacking in some way..

Take the index code from the wiki, of course, and add your path to PUN_ROOT:

define('PUN_ROOT', 'forum/');

In my test though, it didn't read the theme's CSS file. Don't know where to modify the path for that..

^^ I think he's offering to help secure your site if you speak Portuguese.

I believe what you're looking for is this element in your theme's main css file:

DIV.postmsg P {LINE-HEIGHT: 1.4}

Though it appears to be missing the em in the default themes' css:

DIV.postmsg P {LINE-HEIGHT: 1.4em}

looks like it's been covered on the wiki

http://wiki.punres.org/Spoiler_Tag

Win3.1 was a pain in my keister! I have those fond memories of Commander Keen and Legend of the Red Dragon, though.

The easiest way would be just adding this to the div.incbox element in your base.css file:

DIV.incqbox {WIDTH: 100%; OVERFLOW: hidden; background: #fff; color: #fff; }

Otherwise, you'll have to add some code to parser.php and each theme's CSS file to get a new bbcode.

Someone just sent me this link. Shell packs!

I don't know about the name 'Image Hosting,' as that might denote that users are allowed to hotlink the images on other sites. Here's an image host that allows hotlinking as an example..

Glad to see this killer mod is quite active. Brilliant job you're doing.

Does winxp support transparencies in its caption bars or is that windowblinds? I'd like to see just an icon patcher, as I use an alternate shell already.

Though the vista icons didn't impress me too much.

Uhg. I dislike that karma stuff. Makes for a negative atmosphere if you ask me.

50

(25 replies, posted in General discussion)

OpenCMS has a lot going for it. I used to use it, but the template system drove me crazy. Looks like it's come a long way since I used it though.

Another very popular one is eZ publish.