Support Forum

Welcome to the support forums. Please use this forums for any type of questions, bug-reports or any other related stuff concerning my themes. To avoid spam you have to be registered to post in this forum.

Please read the forum rules before you post in the forums. I will not answer questions on basic WordPress functionalities because there are general WordPress forums and the amazing WordPress Codex which do this job better. Check out the tutorials. Most of the questions will be answered here. For unexperienced WordPress useres I reccomend to purchase the e-book “Sites that Soar” by Aisling d´Art. This book shows a step-by-step how-to build up a website using WordPress and BranfordMagazine.

This e-book is highly recommended for new WordPress users who want to use BranfordMagazine or WyntonMagazine.

This forum will be closed down (read only mode) for x-mas and new years holidays. I will answer open topics within the next few days. In January the forum will be fully available again.

This forum requires Javascript to be enabled for posting content
This forum is currently locked - access is read only
You must be logged in to post Login

Search 
Search Forums:


 




Adding a Forum

UserPost

07:45
24. May 2008


Don Milliken

Guest

1

Thank you for the recommendation for Simple Press.


Works like a charm!


Don Milliken

21:04
19. May 2008


Michael Oeser

Admin

posts 791

2

Ooohps…forget about the artist page. This is a test template and must be added to the themes files by mistake. Delete it, forget it and I will promise to pay more attention when I upload the files next time ;-)


Your error (404 page) occurs because you have a small typing error in your URL. Use real double quotes (”) instead of formated ones. You can see that your browser echoes


http://mentalhealthstrategist.com/news/%E2%80%9Dhttp://www.mentalhealthstrategist.com/news/Guestbook/%E2%80%9D


when you click on your “Guestbook” Link. These strange %E2%80%9D thing comes from the formatted double quotes.


Just a tipp: Why don´t you use simplePress forum for wordpress to set up your forum? I use it here and it works perfect with WordPress.


PS: Don´t worry about your german (which for some good reason was not very popular in the UK/Ireland in the 1950s). I´m sure my gaelic is even worse ;-)

20:24
19. May 2008


Don Milliken

Guest

3

Michael Oeser said:

I´m not sure if I get your point. You want to have the top menu set up like this


Home

Page1

Page2

Page…

Guestbook


To achive this you need to do something like this


<ul id=”nav” class=”clearfloat”>
<li><a href=”<?php echo get_option('home'); ?>/” class=”on”>Home</a></li>
<?php wp_list_pages('title_li='); ?>

<li><a href=”path-to-your-guestbook-page”>Guestbook</a></li>
</ul>


That will first display your “Home” Link followed by the Links of your static WP pages followed by a Link to your Guestbook


Thank you very much for your reply. I found the code at the bottom of the “header.php” file, and have amended it thus:


<ul id=”nav” class=”clearfloat”>
<li><a href=”<?php echo get_option('home'); ?>/” class=”on”>Home</a></li>
<?php wp_list_pages('title_li='); ?>
<li><a href=”http://www.mentalhealthstrategist.com/news/Guestbook/”>Guestbook</a></li>
</ul>

Unfortunately, I am still doing something wrong. The url comes as a direct copy from the bb-press forum admin dashboard. When I type it into the address bar, I get to the forum, yet when I use it in the “Guestbook” button, as you suggest, I get an “Error 404, page not found” message. It doesn't seem to make any difference whether I put in the “www.” prefix or not, or add the “class=”on”" or not.


Ah well, I never thought this was going to be easy.


Two other comments: I have used the “Artist Page” as the first subpage in the “About” button. In the right column, I get a German comment, coming I think from the following code:


<?php
listposts(
“<h3>Mehr von diesem K&uuml;nstler</h3>”, // Titel der Auflistung
1, // ID der Kategorie
5 // Anzahl der anzuzeigenden Beitr?ge
);
?>


Unfortunately, going to school in Ireland in the 1950s, the only non-English languages we were taught were Gaelic, Latin(!) and French, so my German is challenged. Do you have a suggestion as to what I should change it to?


Finally, when I use the search function, entering “Advocacy” — one of my categories — I get my own Artist page self description returneing all the time. Before I re-write the page, using another template, is there a simple explanation.


Once again, thank you for your kindness in sharing the theme. If I am asking too many questions, or too simple ones, please tell me to stop.


Don Milliken


17:50
19. May 2008


Michael Oeser

Admin

posts 791

4

I´m not sure if I get your point. You want to have the top menu set up like this


Home

Page1

Page2

Page…

Guestbook


To achive this you need to do something like this


<ul id=”nav” class=”clearfloat”>
<li><a href=”<?php echo get_option('home'); ?>/” class=”on”>Home</a></li>
<?php wp_list_pages('title_li='); ?>

<li><a href=”path-to-your-guestbook-page”>Guestbook</a></li>
</ul>


That will first display your “Home” Link followed by the Links of your static WP pages followed by a Link to your Guestbook

21:14
18. May 2008


Don Milliken

Guest

5

Your Website or Blog URL:
http://www.mentalhealthstrategist.com
Your themes version:
2.51
Your WP Version:2.51


Probably a very simple “how-to” question, but someone's answer might save me hours of study Smile


I am trying to add a bb-press forum to my website for people to make less format comments and tell theri personal stories in. It is called “Guestbook”. I would like to have a one-click link to it, and I thought that having something like the “home” button would be suprt. If possible, I would try to put it at the right end of the navbar, in the hope that as the website developed, I could put more page links in between the “home” button and the “GuestbooK' one at the other end.


Looking at the html code, with Firebug, my current navbar shows the following:


<ul id=”nav” class=”clearfloat”>
<li><a href=”http://mentalhealthstrategist.com/news/” class=”on”>Home</a></li>
<li class=”page_item page-item-5″><a href=”http://mentalhealthstrategist.com/news/?page_id=5″ title=”About the Authors”>About the Authors</a>
<ul>
<li class=”page_item page-item-4″><a href=”http://mentalhealthstrategist.com/news/?page_id=4″ title=”Dr. Donald Milliken”>Dr. Donald Milliken</a></li>
</ul>


The minimal change I would like to make, that would, I think, let me have at least a button, even if in the wrong space, would be (simply copying the instructions for the “home” button to my “Guestbook” one),


<ul id=”nav” class=”clearfloat”>
<li><a href=”http://mentalhealthstrategist.com/news/” class=”on”>Home</a></li>
<li class=”page_item page-item-5″><a href=”http://mentalhealthstrategist.com/news/?page_id=5″ title=”About the Authors”>About the Authors</a>
<ul>
<li class=”page_item page-item-4″><a href=”http://mentalhealthstrategist.com/news/?page_id=4″ title=”Dr. Donald Milliken”>Dr. Donald Milliken</a></li>
<li><a href=”http://mentalhealthstrategist.com/news/Guestbook/” class=”on”>Guestbook</a></li>
</ul>


While that won't position the button at the end of the line, allowing other pages to be inserted in between, nevertheless it would allow it to function. I tried to soemhow make a page “Guestbook” with only the link, but that didn't work.


BUT, having diligently searched through all the php code that I can find, I cannot see where to make the changes, or how this can be done.


The other alternative would be to somehow position it just underneath the “search” box.


Assistance from anyone will bring positive waves of good thoughts every time I look at the site!


Don Milliken




Reply to Topic: Adding a Forum
Please make sure your support question wasn´t posted (and answered) before. Please use the forums search to avoid double posts.

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 2 + 12        (Required)

Topic Reply:


 

About the DER PRiNZ forum

Currently Online:

9 Guests

Maximum Online: 25

Forums:

Groups: 4

Forums: 9

Topics: 589

Posts: 2301

Members:

There are 324 members

There are 240 guests


Michael Oeser has made 791 posts

Top Posters:

Daishi - 46

dnrothwell - 27

smilepak - 25

David Stembridge - 21

Tom - 19

Administrator: Michael Oeser | Moderators: Michael Oeser, Daishi


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


Readers voices

  • jenna: I would say the design are pretty decent and you are doing a great favor but not...
  • milou: @Marcos you’re doing something wrong! If you have wrote your article you...
  • ich: Lösung jetzt: Installiert man das Deutsche Sprachpaket ändert sich mal...
  • Ich: Und guter Hinweis auf das Support forum: This forum is currently locked - access...
  • Ich: Das tolle an diesen Support Foren ist -jetzt habe ich mich bis hierher...

Featured

    Get WyntonMagazine WordPress magazine style theme

  • WyntonMagazine WordPress theme
  • Get BranfordMagazine WordPress magazine style theme

  • BanfordMagazine WordPress theme
  • Get the e-book "Sites that Soar" - New version out now More info

  • Get the e-book 'Sites that Soar'

Tipps


Bad Behavior has blocked 16140 access attempts in the last 7 days.