1

(11 replies, posted in Discussions)

What I mean is that I have a plugin named custom pages and I would like to change the links on the header to one of the custom pages.

2

(11 replies, posted in Discussions)

PanBB.Ru wrote:

Yes thank you. If you mean bread crumbs , then the variable is called crumbs.
Just add to the array another link:
In extension cPage open page.php and find code:

$forum_page['crumbs'] = array(
        array($forum_config['o_board_title'], forum_link($forum_url['index'])),
    $row['title']
);

Replace to:

$forum_page['crumbs'] = array(
array('Title', 'custom_url'),
        array($forum_config['o_board_title'], forum_link($forum_url['index'])),

    $row['title']
);

What would this exactly do? And hoe do I get to page.php

3

(4 replies, posted in Discussions)

PanBB.Ru wrote:

at the bottom

https://lh3.googleusercontent.com/DeQr38d2KIq1EUGje5R8K9NeXXSYJZpqQZDJeRBJ4GNN8o9A-BHH5ZSoIT8cQKSIpF0O8403x46umiFRIUpc1hPjJ7wKMBnMvbiBMIWk2q4keFMRfJDdSE3hBQrvAJPQ_-5JpF9MOZxMaSpFU9kuy6fSg4TWwtf2sN_xBiMXZ7YtCKOCceDU4FfxdUDxOA7AqW637F6itTSHgjappKdUQeAJNTQsvT5AflsllOqPBpb1HflR18JF8eZR1cmnNvc4oAQQleMEy_coEGQ6Lnbc_MEfeEwMeZE2QjEftTBxolqaw9o9G5Rc6IK-5RXk1O62RnHjI8R6LR_Wb8V3kd7BJj0W_WZSXX2SDyTOjRcKhQWdFlxrXLN2jrJrfaaAA-SFn4NnLyw299bBTQzngC_YVmZDHnUNu8crXQ-NpLiNGpuvdLCIC7PfjYCf9HqJLndXC0clqMqvkDXSKMBZsKvllRh-m9whhXiRbUToSkibOT5qtFmLlMiis7mEoGWB5sWx_TinSSUy94q2ArfyL2uvtGeuw1iEeTSiDwAk9fv_L56Ua-Fwsk3t24VOXhOQUzuinQ63zKjvmlmA5CeePAw-VHfokmQZBpg=w890-h667-no

There is so option to sticky

4

(4 replies, posted in Discussions)

colak wrote:

under the thread, on the right, there is a "Stick topic" link.

It's not there for me, I only  have "move, delete, open and close"

5

(11 replies, posted in Discussions)

PanBB.Ru wrote:

I need help

What a question, this is the answer...

You find it hard to change the name of the theme?

Will find anyone or answer to your question among these names:
- help me!
- nothing works!
- Please help urgently!

How will people find for themselves something useful as a forum similar to the trash?

So many and can not find the answer to your question...

Better?

6

(11 replies, posted in Discussions)

sempai wrote:

2 PanBB.Ru

Leave the patient alone with his illness.

If he doesn't understand - let him seek further ...

What? Why do you all use terrible wording.

7

(11 replies, posted in Discussions)

PanBB.Ru wrote:

here all need help . but users are properly called a theme.

http://punbb.informer.com/forums/topic/ … tom-pages/

I am simple looking to change the quicklinks, that's all.

8

(11 replies, posted in Discussions)

PanBB.Ru wrote:

If you need help , rename your theme to start. Make the subject meaningful.

There is a theme with this extension. It could be the best out there to ask?

What?

9

(4 replies, posted in Discussions)

Well the title says it all, I have made a rules thread for some of the sections in my forums and I would like to know how to sticky them, when I moderate the forum it doesn't come up with an option to sticky them

10

(11 replies, posted in Discussions)

Hey, so I am using punbb and I recently changed my style, I am aware that one of the plugins that are automatically on punbb is custom pages, so here is my question.

How do I change the quicklinks so I can change the names of some and redirect others to different pages, for example I would change the index quicklink to say forum and maybe add another to the left of it to say home so I can make a homepage?

I am also pondered as to another situation,
how is it that it appears in the administration cp that I have a chatbox yet I cannot see one anywhere in my forums?