Hey. This script is exactly what I need, except - is there any way to make it so it just shows new topics, rather than all the posts?

If anyone can help with this it would be very greatly appreciated, as right now I have 17 people reading my forum's rss, and what extern.php outputs does not look so good

eg.

UN Declaration on the Rights of Indigenous Peoples May Be Derailed
Forum: World News
Author: Ahniwanika
Posted: Sun, 19 Nov 2006 08:26:49 -0800
Last post: Sun, 19 Nov 2006 08:26:49 -0800

Thanks

Ahniwanika

oops, sorry (I thought there was a section for integration, lol)

3

(2 replies, posted in Feature requests)

Ah, I had searched before but couldn't find anything... I will go look again. Thanks TwoHawks wink

Hey. I have a dropdown menu (for rss feeds) and I'm trying to intergrate it into my forum - what happens is, when you select one of the items and click submit, the page reloads - but it's still showing the default selection.

Could anyone offer any suggestions about how to fix this? (Please have a look at my website for an example. It's on the right side of every page)

Thank you,

Ahni

StevenBullen wrote:

Delete the 'test' account I created... or finish it and put the details here.

and for future reference... most do not like signing up to a forum to check out one thing. If they like the forum they will sign up properly.

Will do.... I should've also mentioned, there's an exmaple here too: http://www.tele-pro.co.uk/scripts/storeddocs/store.htm (what you see is how it is.)

As far as I know it is finished; and I didn't put in any details regarding how to install it because I'm a complete amateur when it comes to punbb and php.

All I did was added the javascript to main.tpl

<script type='text/javascript'
src='http://www.tele-pro.co.uk/lib/storeddocs.js'></script>

and then I added

<script language="JavaScript">
  ShowStoredDocumentsLink();
</script>

<script language="JavaScript">
  StoreDocumentLink();
</script>

<script language="JavaScript">
  ClearStoredDocumentsLink();
</script>

where I wanted the options listed. In my case, I put it in header.php

NB. I put this here as a means to have this option, becasue in the past I've seen people requesting a feature like this.

Hey all. I just found this javascript so users/visitors can bookmark any page they want on your site.
I just integrated it at my site (you'd have to join and login to see it, in the top left box) - it works perfectly.

http://www.tele-pro.co.uk/scripts/storeddocs/index.htm

Hopefully, some of you can get some use out of it.

Ahni

Excellent stefano, thank you so much.. (I was just recently asking about something like this smile

8

(2 replies, posted in Feature requests)

Hey. I would love to see an option for popular posts (most viewed, and most replied-to), to go in the footer, with Show unanswered posts, Show your subscribed topics, etc.

Is it possible? And if so, does anyone know how it can be done?

Cheers,

Ahni

9

(4 replies, posted in PunBB 1.2 show off)

hey, just wanted to re-share my site (see link in first post) as I recenty fully integrated my site into punbb (before it was the other way around. I'm no pro, but I'm extremely pleased.

I do have one request if no one minds - can a few folks test the button on the top left of the site, to see if it goes on/off - or rather, if you can even see the site (particularly if you use mac and linux.)

Thanks alot.

Ahni

10

(6 replies, posted in PunBB 1.2 troubleshooting)

Booya! Right on the money Alex.  It was an error with modern_bbcode.php

... since I can't stand when people don't post their solutions...

The problem was in parser.php, line 330, which says

    require PUN_ROOT.'lang/'.$pun_user['language'].'/modern_bbcode.php';


I don't know why that doesn't work, but I just changed '.$pun_user['language'].' to English.

Thanks again!

11

(6 replies, posted in PunBB 1.2 troubleshooting)

Thanks, I have done so.

I should also mention that I tried a few other versions posted here, and the problem was the same.

12

(6 replies, posted in PunBB 1.2 troubleshooting)

Hey. it's blank space.

Hey. Could someone please help me figure this out,  for reasons I can't figure out, the rss.php mod on my site no longer works.

I did just make some changes to my site, the most significant being 'Modern BBcode.'

When trying to validat, the error I get is

"line 12, column 84: XML parsing error: <unknown>:13:0: no element found "


11. <link>http://website.omitted/forum/viewtopic.php?pid=294#294</link>
12. <guid isPermaLink="false">294@http://website.omitted/forum</guid>

Thanks.

AHni

Hey. Does anyone know if this will work in the current punbb versions (1.2.12)?

Thanks.

15

(5 replies, posted in PunBB 1.2 troubleshooting)

Thank You so much, Smartys. Now I just have to wait for a mysql error, LOL

16

(5 replies, posted in PunBB 1.2 troubleshooting)

Elzar wrote:

Stating the obvious here, but why don't you change host?

I knew someone was going to say that! Because my site is hosted for free (they are non-profit).  It is otherwise an excellent host (better and more trustworthy than every corp host I've had) 

Smartys, I'm sorry, I don't understand what you're saying. If you have a couple moments, could you give me a little more detail?

17

(5 replies, posted in PunBB 1.2 troubleshooting)

Hey. The host I use seem to experience alot of (different) mysql errors, which is resulting in the forum being down Way too much - so I am trying to find something that, when a mysql error occurs, a page of my choice comes up (with the mysql error embedded) for instance, the news archive...

I've made the page already, but I don't know how to go about making the redirect.

I found this script, but don't know if it's compatible with punbb, or even where to put it. Anyone have any ideas?


// Here is the function. This function must be placed before any HTML code or 
// else the redirect will not work. You could place it in a separate file and 
// use include. 
function dbconnect($hostname, $username, $password, $database) { 
       $conn = @mysql_pconnect($hostname, $username, $password); // "@" is 
necessary. 
       if(!$conn) header("Location: Forum_error.html"); 
       if(!mysql_select_db($database, $conn)) header("Location: Forum_error.html"); 
} 

// This is how to call the function. This must also be placed before any HTML 
// code or else the redirect will not work. 
dbconnect($host, $user, $pwd, $db);

I did that search too; must've missed it. Thanks

Hey. I'm trying to find a post on this forum that gives the solution for a problem with the news archive plugin, where, on 2005-12.html it lists posts from october, and the 2005-10.html doesn't even have any posts from October.

Does anyone remember this post? (I've looked over and over again, to no avail)

Or maybe someone can help here -

I've modified the plugin, so it fetches posts from several forums; could that have anything to do with this problem?  Thanks.

hey. Does anyone have this kicking around? or is there anyone willing to remake it. This would be very useful to me, and other no doubt (for a unique overview/description at the top of each forum section). Please, please, please...

21

(2 replies, posted in Feature requests)

Hey. They're not completely useless yet. Google for instance uses the meta descriptions on my site. 

How do I put the topic title in a description, please ?

22

(5 replies, posted in Feature requests)

Hey. I just wanted to add another recommendation for a spellchecker. It's actually easy to install as is...

http://spellerpages.sourceforge.net/

23

(2 replies, posted in Feature requests)

I'm just wondering the likeliness of having custom meta tags (description and keywords) for individual posts; like two extra fields when you're posting which'll automatically put them up. It sounds easy enough to do, though I have no idea how to do this (otherwise I would). Thanks.

24

(1 replies, posted in Feature requests)

Well I tried to make something... see the the toolbox link on the main left menu of

http://intercontinentalcry.mahost.org/u … /index.php

aswell as the bottom of any post. If anyone has any better ideas, I'd love to hear them.

25

(1 replies, posted in Feature requests)

Hey. I'm wondering the likeliness of someone developing a mod for more topic options, eg:

-search for this topic on google
-related topics on this forum
- "keyword" in wikipedia

then, on the page where you post a topic are a few extra form fields; for related topics you'd put in a few keywords; adding the google search option would be easy (via a post title include) and something similar for wikipedia.

or, can anyone think of an easier way to display these options (which would only be displayed on the first post.)

thanks.