On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

Current User: Guest
Please consider registering

 
Search Forums:


 




trying to create a forum

UserPost

4:25 am
24 Feb 2008


chronicchick

Member

posts 9

 
1

Hi,

Im in the process of getting my site together. currently have a message board with another company and its been more of a hair pulling session

Try over and over to log in pages disappearing etc. I was wondering if it is possible to add the message board to one of my links that are listed at the top of my site ie-about me, chick links etc. could I make the message board a part of this, and how to do it. I am new to wordpress, but I have been blogging for a while. Thanks for the help…

8:56 am
24 Feb 2008


Yellow Swordfish

Admin

Peterborough, England

posts 4556

 
2

Sorry I am not sure if I follow you. Are yiou asking me how to out a link on your site to an external forum? If so you need to learn how to construct an 'a' tag. But it also depends where you want to put it and how your theme works. It's not a question that can really be answered that easily.

8:38 pm
24 Feb 2008


chronicchick

Member

posts 9

 
3

I am wanting to make it a part of my wordpress “pages” link. I have for example a link called “about me”. Can I make the message board part of a tab like that?

10:02 pm
24 Feb 2008


Mr Papa

Moderator

Arizona, USA

posts 1226

 
4

you can make the pages stuff show a link to your forum if thats what you are asking… simple press forum is all generated dynamically on a wordpress page, so if you page nav links are generated automatically, it should pick it up…  if your page nav links are hand generated, you will have to manually do it as Andy indicated…


a link to your site might prove helpful…

1:09 am
25 Feb 2008


chronicchick

Member

posts 9

 
5

The site is http://www.chronicchicktalk.com

Sorry had it in my profile should have posted it here :)

1:34 am
25 Feb 2008


Mr Papa

Moderator

Arizona, USA

posts 1226

 
6

thanks…  due to a bug in the 3.0 beta, your link didnt show up properly…  it actually helped us debug it Cool


let me take a look…

1:51 am
25 Feb 2008


Mr Papa

Moderator

Arizona, USA

posts 1226

 
7

Are you wanting to add a link to the top header navigation?  to go along with “home”, “about”, “lupus talk bits”, and “chronic chick linkks”??


If so, you need to take a look at your header.php file (good be others, but this is the usual place) and see how those are generated…  my guess is that you will see a

div id=”navi”
ul id=”na”

(note, I left out the < >)

you will then need to see how its generating the li links…

2:05 am
25 Feb 2008


chronicchick

Member

posts 9

 
8

THey all have the <> marks.


<div id=”navi”>
<ul id=”nav”>
<li class=”page_item”><a href=”<?php echo get_settings('home'); ?>/” title=”Home”>Home</a></li>
<?php $pages = wp_list_pages('sort_column=menu_order&depth=1&title_li=&echo=0');
print_r($pages);
?>
</ul>
</div>
</div>
 Not sure if this the info you wanted?

2:12 am
25 Feb 2008


Mr Papa

Moderator

Arizona, USA

posts 1226

 
9

yes, it is… though that print_r is odd… its a debug statement…

have you created a page for the forum yet? it should show up automatically unless you made it a subpage under another page… if thats the case, it wont show cause depth is 1…

can you give me a link to your forum?

2:15 am
25 Feb 2008


Mr Papa

Moderator

Arizona, USA

posts 1226

 
10

also, the echo=0 is odd… normally is 1… but then not sure how your other links up there are generated…

sent you an email…. might be best to respond to that and we will set you up… of course, I assume you have simple press forum installed…



Reply to Topic: trying to create a forum

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 4 + 9        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

11 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 15

Topics: 1736

Posts: 11760

Members:

There are 795 members

There are 737 guests


Yellow Swordfish has made 4556 posts

Top Posters:

Mr Papa - 1226

-Radio- - 475

ovizii - 85

jfv - 80

angelic007 - 66

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.3 (Build 356)