Garciat wrote:

I'm sorry, it's not in my plans.

That's OK. Thanks for all your hard work on the other extensions, I really appreciate it smile

Garciat,

Just wanted to check in and see if you planned on converting this extension over to 1.3?

3

(76 replies, posted in PunBB 1.3 extensions)

It looks like 1.2.3 is not validating and causing an XML parsing error:

XML Parsing Error: not well-formed

It looks like it has something to do with the way you are commenting out the Post and Forum titles.

4

(76 replies, posted in PunBB 1.3 extensions)

Nice work on this sitemap extension Garciat!  Thank you!

Works great big_smile

Quick question, does it auto update everytime a new post is made or does it need to be rebuilt manually?

Sounds good. I am actually looking forward to the sitemap extension as well smile

This was a working plugin for the PunBB 1.2.xx series, hopefully it can be easily modified to work with 1.3:

http://www.punres.org/viewtopic.php?id=1753

Thanks!

Garciat wrote:

Overwrite the old files with the new files, then on the Extensions Management page, you should get an option to update the extension.

Worked perfectly. Thanks!

Thanks Garciat smile

What is the easiest way to update extensions? Just upload the new version and copy over the old version, or should I disable and delete the old version and then upload and activate the new version?

Thanks Garciat. Can you do me a favor and update this post when you add functions? That way I know I am running the latest version.

I will let you know if I experience any issues with it.

10

(31 replies, posted in PunBB 1.3 extensions)

Thanks Garciat!

Perfect timing really, I just had a forum spammed after upgrading to 1.3 and came looking for this extension. Much appreciated.

Thanks Smartys!

Worked like a charm. I knew I had written some bad PHP somewhere smile

Thanks pogenwurst, I am using it in a file from include/user.  I am actually running HTML in "My block of code", not more PHP. I used this as "mycode.php" and it isn't working:

<?php 
if (basename($_SERVER['PHP_SELF']) != 'viewtopic.php') && ($pun_user['is_guest'] ) { 
?>

<---------------MY HTML HERE-------------->

<?php 
} 
?>

I am just getting a blank screen so I am obviously missing something.

Thanks

I am trying to run some PHP code whenever the user is NOT viewing an individual topic(viewtopic.php). So the code will be run everywhere EXCEPT topics.

Example in English/PHP:

<?php if "User is NOT viewing an individual topic" ?>
<------My block of code--------->
<?php endif; ?>

"My block of code" is a PHP file in my include/user folder, I then call it with <pun_include "mycode.php"> in my main.tpl

I appreciate any help, and if there is a better way of doing this let me know.

Thank You

14

(2 replies, posted in PunBB 1.2 troubleshooting)

Thanks Smartys!

15

(2 replies, posted in PunBB 1.2 troubleshooting)

Where can I find the place to change the separator used in the title.

For example, right now the default title looks like this:

PunBB.org Forums / My Topic

I want to change it to:

PunBB.org Forums | My Topic

Could someone please direct me to the right file for making this switch.

Thanks!

16

(6 replies, posted in PunBB 1.2 troubleshooting)

Thanks again!

17

(3 replies, posted in Feature requests)

I also just migrated from phpBB, is there a way to enable this through a mod?

18

(6 replies, posted in PunBB 1.2 troubleshooting)

Thanks again Smartys!

If I use your first method, which will always turn on email subscribe, will a user still be able to unsubscribe if they wish by clicking the link in the email or the post?

19

(6 replies, posted in PunBB 1.2 troubleshooting)

Thank you Smartys, I appreciate it.

Is there a way to just have the checkbox checked by default, so a user could un-check if they really didn't want to subscribe? I would think it would be something simple, similar to what you showed above.

20

(6 replies, posted in PunBB 1.2 troubleshooting)

I know this has been tackled at length here: http://punbb.org/forums/viewtopic.php?id=4606

but, I basically want to know what file I need to edit to turn email subscriptions on permanently for everyone.

If there is not an easy way of accomplishing that, then could Rickard or someone with knowledge of the code point me to the file I need to edit in order to have the "Subscribe to this topic" box checked by default whenever you make a post. I am sure I just have to switch a 0 to a 1 somewhere but for the life of me I can't find where.

Thanks for the help!

21

(22 replies, posted in PunBB 1.2 discussion)

Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_perl/1.29 PHP/4.4.4 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.1 mod_ssl/2.8.28 OpenSSL/0.9.7a

22

(4 replies, posted in PunBB 1.2 troubleshooting)

elbekko: if you read the post above, I changed the background of the nav menu to match the box, otherwise it will only extend to where the links end and no farther.

So basically you can't see a difference now, but if I changed the background color behind the navlinks you would, so the problem is still there, you just can't see it.

23

(4 replies, posted in PunBB 1.2 troubleshooting)

I am using the latest. It happens only in IE7, right now it isn't because I made the background color the same, other wise the navigation box stops at the end of the links instead of continuing across the page.

24

(4 replies, posted in PunBB 1.2 troubleshooting)

I am integrating punbb with a new re-design set to launch soon. I am having trouble with the header in IE7. Just open it up in IE7 and you can see what I am talking about:

http://forums.freelovemd.com

It has to have something to do with the fact that it is inside the DIV of my original template(it doesn't do it in a default install), but I have no idea why. All I have done is taken the original punbb and dropped it into my existing layout, and made a few color and style changes.

I am triggering haslayout by using zoom:1 in the layout surrounding it, but I don't see why it would cause IE7 to do this. It looks fine in IE6.


Any help would be awesome.


Thanks

25

(22 replies, posted in PunBB 1.2 discussion)

Here you go Rickard:

[Sun Nov 5 16:33:16 2006] [alert] [client **.**.186.71] /myhost/punbb.***.com/.htaccess: RewriteRule: cannot compile regular expression '^users/([0-9\\-]+)/([a-z_]+)/([a-zA-Z]+)/(.*?)/page/([0-9]+)/?$'\n

I substituted some *** for the IP address and domain name, but that information shouldn't matter.