1

(20 replies, posted in PunBB 1.3 extensions)

hcs wrote:

Need backup for restore

You could have told us this beforehand.  mad

2

(170 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:
TomeOne wrote:

There is a a lot more CSS customization to be done for the middle column not to fall off the middle. But this is not my extension.

In the spirit of opensource and the licence being GPL efforts from your side de-bugging or improving the extension would certainly be welcome...
Forks and re-releases with more/different features are encouraged as long as credit is given where due..!

I know, it's just I don't have much time to dedicate on stuff like this.

I may have some more free time coming up where I can properly re-write the CSS so it doesn't do the dumb things it does now.

3

(170 replies, posted in PunBB 1.3 extensions)

There is a a lot more CSS customization to be done for the middle column not to fall off the middle. But this is not my extension. tongue

4

(170 replies, posted in PunBB 1.3 extensions)

Look at my post. You need to do some CSS work (or Daris needs to do it tongue).

Slavok wrote:

I can't reproduce the bug. Can you check out the 1.3.5 version of the extension to check if the bug persists, please? It is the 1643 revision in svn.

I grabbed the bbcode extension off the SVN and still no luck.

6

(170 replies, posted in PunBB 1.3 extensions)

kiejr wrote:
TomeOne wrote:

Make sure the different divs have a set width. This way they don't get squished when you resize a window.

Read this: http://www.smashingmagazine.com/2009/06 … e-for-you/

Still not understanding how to put this into the extension code >.<
<< Noob  smile

You have to edit the CSS.

In http://www.kiejr.com/extensions/portal_ … /style.css you have CSS that defines all your various layout styles.

Let's look at the left column (has stuff like "who's online"), which has an ID of "leftside". In your CSS file you have:

#leftside {
    float: left;
    }

To make sure that column doesn't get squished when you resize the window, you need to ensure it actually has a width, or a min-width/max-width.

Example:

#leftside {
    float: left;
    min-width:200px
    }

That addition alone will make sure that column never gets thinner than 200px, but it will still expand with the browser window.

If you don't want it to expand beyond a certain width, just add something like max-width:350px.

In conclusion: give all the different layout divs a width, min-width and (optionally) a max-width, and everything will behave a little more normally.

7

(20 replies, posted in PunBB 1.3 extensions)

Just a note: changing the URL scheme of the forum will break the extension's ability to display the + and - images.

8

(170 replies, posted in PunBB 1.3 extensions)

Make sure the different divs have a set width. This way they don't get squished when you resize a window.

Read this: http://www.smashingmagazine.com/2009/06 … e-for-you/

And just to add: yes I've cleared the cache, yes I've deleted the extension and installed it new, yes I disabled every other extension and tried.

No dice. And I do see the div for where the bar should be. I've also tried viewing my forum in multiple browsers and it's the same issue throughout.

Still doesn't work.

The moment I removed it I have had zero random registrations. These Indian seo "experts" don't just find me because they're looking for the particular subject matter of my forum. They use the above quoted search strings and spend all day registering at any and all forums.

Removing the "powered by punbb" tag off my forum has effectively killed the ability for these idiots to find my forum at random.

(I noticed this in my google analytics logs.)

Try it! I know it won't deal with that current spammer you've got issues with, but for the future it may help. Also, perhaps turn off new user registration for a little while so that the moron gives up and moves on?

For reference, from my analytics:

forums ""powered by punbb""
inurl:viewtopic.php powered by punbb +health
health""+""forum""powered by punbb""
powered by punbb"" dresses
powered by punbb"" games
powered by punbb""health
animals forum ""powered by punbb""
animation forum ""powered by punbb""
car forum powered by punbb
cars forum powered by punbb
cartoons movie forums“powered by punbb""
clothing ""powered by punbb"" site: /forum
computer hardware ""powered by punbb""
fine arts ""powered by punbb"" site: /forum
flower forum powered by punbb
forum powered by punbb
government issues forums powered by punbb
inurl:""viewtopic.php?id="" ""powered by punbb"" -""previous"" -""next"" -""topic closed""""
jackets ""powered by punbb"" site: /forum
keywords ""powered by punbb"" site: /forum
kids bedding ""powered by punbb"" site: /forum
law forum powered by punbb
love quotes forum ""powered by punbb""
matrix forum ""powered by punbb""
pet foods ""powered by punbb"" site: /forum
photography forum "" powered by punbb""
resources forum ""powered by punbb""
skin products forums powered punbb
swing ""powered by punbb"" site: /forum
the constant forum_root must be defined and point to a valid punbb installation root directory.
truck forum powered by punbb

13

(61 replies, posted in PunBB 1.3 extensions)

That worked, no message about hooks there. Extension installed. smile

14

(61 replies, posted in PunBB 1.3 extensions)

Yeah it happens with 1.3 as well. No problems with any version before that, though.

I'm using the latest version of PunBB, 1.3.4.

15

(61 replies, posted in PunBB 1.3 extensions)

Sorry, still getting the same message.

16

(61 replies, posted in PunBB 1.3 extensions)

IMPORTANT! The extensions listed below were found in the extensions folder but are not available for install or upgrade because the errors displayed below were detected.
Loading of extension "online_plus" failed.

Element extension/hooks/hook has content which does not end in PHP mode.

That's what I am seeing in the extensions manager.

It could be that the jerk re-registered, though. He only had the URL in the website part of his profile's contact info.

Would be useful if the table showed the person's username instead of replacing it with "DELETED."

The latest, I believe - 0.4.0.

It does say this:

DELETED    122.174.181.133    http://www.ekgtechnicianclasses.com    2010-09-02    sig

But I still had to manually delete the user.

Extension caught one on my forum today but didn't delete the user.

If you get this:

Database version mismatch Your PunBB database is meant to be used in conjunction with a newer version of the PunBB code. This mismatch can lead to your forum not working properly. It is suggested that you upgrade your forum to the newest version of PunBB.

and there's no issues but want that alert gone, is it as easy as changing something within phpMyAdmin?

So I guess you won't need the debug info unless 1.1.2 still gives me grief? wink

Edit: which it hasn't, thanks Grez! big_smile

Great extension, however it doesn't allow registration to work (you get an error clicking on "Register"). Disabling the extension makes it all work again.

Do you want me to enable debugging info and find out what happened?

Two things:

The "Invitation" link replaces the "New Messages" link for Pun PM.

Maybe you should change the placement of that link and also change what the link says, like "Invite a new user" or something to that effect.

24

(28 replies, posted in PunBB 1.3 additions)

hussam wrote:

Why are fonts suddenly a lot bigger when I switch to Copper style? They go back to normal when I revert to Oxygen style.

Because the css for copper says they should be larger? wink

25

(115 replies, posted in Supported extensions)

Admins/Mods can edit their own posts just fine, it's regular members who can't.

Slavok wrote:
Whater Soer wrote:

Warning! The following errors must be corrected before your message can be posted:
    * Count of options can't be less than 2.

Just upgraded pun_poll to 1.1.5, and can confirm that this problem still persist.

I can't reproduce the bug. Did you try to edit your own post or another user's? Are you an administrator or a common member? Provide more details, please.