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 2016-08-01 01:39
Re: How do I change quicklinks (11 replies, posted in Discussions)
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 2016-08-01 01:37
Re: how do i sticky a thread (4 replies, posted in Discussions)
at the bottom
There is so option to sticky
4 2016-07-31 23:41
Re: how do i sticky a thread (4 replies, posted in Discussions)
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 2016-07-29 02:24
Re: How do I change quicklinks (11 replies, posted in Discussions)
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 2016-07-28 15:26
Re: How do I change quicklinks (11 replies, posted in Discussions)
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 2016-07-28 12:30
Re: How do I change quicklinks (11 replies, posted in Discussions)
here all need help . but users are properly called a theme.
I am simple looking to change the quicklinks, that's all.
8 2016-07-28 00:48
Re: How do I change quicklinks (11 replies, posted in Discussions)
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 2016-07-26 23:30
Topic: how do i sticky a thread (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 2016-07-26 22:06
Topic: How do I change quicklinks (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?