1

(22 replies, posted in PunBB 1.3 extensions)

I believe it is along the lines of having the first post in a topic always appear at the top of the page. So let's say you go to the third page in a topic. The first post in the thread will still be visible at the top of that page.

At least, I think that's what it's doing?

Try replacing the code you got from viewtopic.php with this:

// Setup breadcrumbs
$forum_page['crumbs'] = array(
    array($forum_config['o_board_title'], forum_link($forum_url['index'])),
    array($cur_topic['forum_name'], forum_link($forum_url['forum'], array($cur_topic['forum_id'], sef_friendly($cur_topic['forum_name']))))
);

If that works, tell me. I have to leave for work, like, right now so I can't test/remove the code from functions.php

3

(2 replies, posted in PunBB 1.3 troubleshooting)

Well, for now I kinda' want to just set up a simple "Rules" page.

In the future I plan on making full-fledged Mods that will need their own pages.

4

(2 replies, posted in PunBB 1.3 troubleshooting)

Okay, I'm slowly working my way around the coding and touching things up/changing it around.

I don't want the "Currently Installed __________" thing at the bottom of the footer, as it's just kinda' arbitrary (in my eyes). I can't find the code anywhere, not even the actual text in the language files. o.o;

Halp? ; _;



Also, how do I create just a simple, blank page?

I want to add extra pages and just need, like, a simple base to go off. Can someone help me with that?

(I tried editing previously written pages, and... yeah, it didn't work. XD)

5

(2 replies, posted in PunBB 1.3 troubleshooting)

Oh, haha, my bad.

Thank you again, oh helpful-one! big_smile

I've looked all over and can't find a way to force users to be on one specific style. This is mainly so I can have the default as a backup if I need to revert (like one template dies).

Is this possible?

Well he did quite an awesome job! big_smile

Oh my - this is certainly awesome and would be quite useful!

I just wonder if this would also work on the latest punBB? Would probably only need a few touch-ups, if so. :3

Ooh, your layout is so soft and calming. I love it!

10

(10 replies, posted in Discussions)

Ah, yeah, they don't allow us to run external files/scripts/whatever.

Guess I need to find a new host.


Thank you though, KeyDog! I would have never known that was there were it not for you! <3

11

(10 replies, posted in Discussions)

Oh, okay. I had simply uploaded manifest.xml to the root (where punBB is installed). When I navigated there, it was just raw code and didn't do anything.


And I'm contacting them now. Thank you! big_smile

12

(10 replies, posted in Discussions)

I clicked the "Clear Cache" button many times, but each time the error message remained.

How do I check to see if it's opening remote files?

13

(10 replies, posted in Discussions)

All I get is this message:

"ERROR! PunBB Repository is inaccessible now. Try to check it later."

14

(10 replies, posted in Discussions)

Sorry bout' the lack of info. D;


I downloaded and successfully installed the latest version of PunBB (1.3.4). I then tried to add the pun_antispam Mod.

I uploaded all the files to (what I thought was) the correct directories. And from there, I couldn't figure out what to do. D:

15

(10 replies, posted in Discussions)

Is there some kind of guide on how to install Mods?

I tried installing one on my own and failed, so... hmm