151

(25 replies, posted in PunBB 1.3 troubleshooting)

The Javascript in PunBB is merely there to improve usability. It isn't required in any way.

Matt: They've been removed in 1.3 AFAIK.

152

(25 replies, posted in PunBB 1.3 troubleshooting)

It outputs something from PHP in a Javascript file. That's it. It isn't even asynchronous. AJAX = Asynchronous JavaScript and XML.

153

(25 replies, posted in PunBB 1.3 troubleshooting)

That isn't in any way AJAX.

And 90% of the browsers... that still leaves 10%.

154

(25 replies, posted in PunBB 1.3 troubleshooting)

Because there are browsers that don't properly support it.

Should be fixed in 2.0.3.

156

(47 replies, posted in Programming)

I'm thinking of storing the cart in the DB with a unique ID and sending that through PayPal for confirmation. I *think* it's possible.

I don't see why it has AJAX in the title, as it doesn't use it.

But it looks fancy anyway smile

158

(3 replies, posted in Programming)

Personally, I'd just make requests to the pages you need with file_get_contents() or so and save them.

159

(47 replies, posted in Programming)

Yes, that's what I was thinking of. I would need to be able to send some sort of 'cart ID' through PayPal though.

160

(47 replies, posted in Programming)

I just have a list of items which you can select through textboxes. That is the problem.
And I think I just got an idea to solve it which I'll investigate soon.

161

(47 replies, posted in Programming)

You seem to be not getting the problem I have wink

And the DB is a good solution if you only want to open up the shop to registered users.

162

(16 replies, posted in PunBB 1.3 troubleshooting)

Remove the first line in that hook. The second is the correct way.

163

(47 replies, posted in Programming)

The store itself is easy enough tongue
And I advise to use a session actually. It's much easier to keep track of the current cart that way.

164

(47 replies, posted in Programming)

As far as I know, you can set up some sort of 'shopping cart' in PayPal, in which you store each element separately. This works fine for the usual store, in which you click on 'add to cart' for each item.
But with something like what I was working on, where you select which items you want, would require the script to make tons of separate requests to PayPal.

165

(47 replies, posted in Programming)

Yeah, I started on a store mod with paypal integration once. I read through alot of docs and such, and the problem I always ran into was handling multiple items at once.

Instead of doing your best to covertly insult the developers (hint: you failed), point out, in a new thread, where exactly these hardcoded strings are. All of them.

If the developer chooses to do so, they will be.

By install time.

169

(47 replies, posted in Programming)

A single item should be easy enough to do. So this shouldn't be very hard.
Maybe I'll take a shot at it for 1.3 smile

Then that should be localised, not changed in the database.

171

(151 replies, posted in PunBB 1.3 extensions)

Not yet, no, as everything is still subject to change wink

172

(2 replies, posted in PunBB 1.2 troubleshooting)

There seem to be some rather bad bugs in IE indeed. It could be because of Wordpress, but I'm not sure.

173

(151 replies, posted in PunBB 1.3 extensions)

Yeah, sorry tongue

That was my plan, yes.

I had the idea, yes, but without any sort of API from PunRes I can't get started tongue