go41

Re: sitemap for bbpress, how I did that :: Reply by Joern

von Joern am 12. Feb. 2009 | Keine Kommentare

If the sitemap has empty referrers to some pages it could help on bbpress-0.9.0.4 to edit the bbpress_sitemap.php.
part of sitemap.xml before editing bbpress_sitemap.php
<loc>://</loc>

<lastmod>2009-02-11</lastmod>

<changefreq>monthly</changefreq>

<priority>0.2</priority>
and the same after editing:
<loc>http://forum.go41.de/tags/sidebar</loc>

<lastmod>2009-02-11</lastmod>

<changefreq>monthly</changefreq>

<priority>0.2</priority>
What to change in bbpress_sitemap.php Version: 0.6.1:
in line 122

get_tag_link replace with bb_get_tag_link

in line 138

get_tag_page_link replace with bb_get_tag_page_link
this helped to get the correct link to tag pages in the sitemap
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 143 weitere Ergebnisse dieses Threads:

sitemap for bbpress, how I did that

12. Feb. 2009 (von: master)

As I think a sitemap.xml is important for any website I got the latest sitemap plugin for bbpress here:http://plugins-dev.bbpress.org/browser/ ... itemap.phpI edited this bbpress_sitemap.php on line 16 to look like this:$sitemap_file = $_SERVER['DOCUMENT_ROOT']."/sitemap.xml";as my bbpress is installed in the root…

Content Slider jQuery UI for WordPress with timthumb How To

26. Nov. 2009 (von: Joern)

You want to get a jQuery content slider into your WordPress site? If you use the free theme arthemia with a working timthumb script you will find a solution here to display the latest 4 posts in a nice slider…

Re: Content Slider jQuery UI for WordPress with timthumb How To :: Reply by master

29. Nov. 2009 (von: master)

A new Wordpress theme 'Arthemix Bronze' with this slider on top can be found here:link disabledDownload you can request here or wait for the final version!____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Stupid Sidebar query (Arthemia) please help

3. Dez. 2009 (von: drwhom)

Grrrr, sidebars. Hi Joern, just stuck at the moment on getting a page to run full width with no sidebar. I've followed the advice that you had about creating forum pages and made a new template like this (ignore the…

Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern

3. Dez. 2009 (von: Joern)

the iframe you load in there is set to width 550:iframe scrolling="auto" height="800" frameborder="0" width="550"if you can edit this set to 900px or 100%the whole thing you load is 640px widethanks for asking here in my 'sleeping' forum ____________________you find…

Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom

3. Dez. 2009 (von: drwhom)

Legend - that seems to be working well - it's only a very minor issue but do you know what causes the slight bump on the white boxes at the top? E.G. just under "About" there's a ridge, where it…

Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern

3. Dez. 2009 (von: Joern)

The iframe is set to height=800, it needs only 624pxand set the width not! to 1200, 900px is more than enough and is just the size of anything fitting in your content with 900pxthe bump: that's your <div id="content"> set…

Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom

4. Dez. 2009 (von: drwhom)

Right - nearly there! The only thing is that now the iframe is much wider than the page, which seems to be back to 590px?This is the code I've got - in pagenosidebar.phpCode:<?php/*Template Name: pagenosidebar*/?><?php get_header(); ?>   <div id="content" class="nosidebar"> …

Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern

4. Dez. 2009 (von: Joern)

somehow it doesn't take #content .nosidebartry:div#content .nosidebaror#content div.nosidebar____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom

4. Dez. 2009 (von: drwhom)

Hmmm, nope, neither of those worked. Any other thoughts? Weiterlesen →

Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern

4. Dez. 2009 (von: Joern)

you could use a div inside <div id="content"> as before, just not id=content again but now id=contentwidebackdraw: the bump..or replace <div id="content"> with a new <div id="contentwide"> and style this to the new widthbackdraw: you have to style also #content…

Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom

4. Dez. 2009 (von: drwhom)

No way - I switched it toCode:<div id="content" style="width: 900px;">   And it worked a charm - no bump either! Weird!The dev theme looks good - been considering adding in a slideshow for the front page - that's tomorrow's headache though!Thanks…

Adding tagline but making invisible?

9. Dez. 2009 (von: drwhom)

This is the problem with being helpful - people ask for help!I'm just doing some SEO work on the site (www.iamstaggered.com) and I need to add a series of keywords to the page so that google knows that the page…

Re: Adding tagline but making invisible? :: Reply by Joern

9. Dez. 2009 (von: Joern)

I think too many 'key words' google could consider as key word spam. I would leave this part out of my site - or just write a longer text containing all this words. You have this meta name="keywords" on homepage…

custom email submit and social networking links buttons

15. Dez. 2009 (von: master)

To design an email submit form and four social networking buttons beside this form it's best to use one DIV with two inner DIVs. These are styled with your stylesheet to look as wanted.The sample I give here works as…

test topic not found

15. Dez. 2009 (von: Joern)

I just wanted to post and got a topic not found error! let's try to solve this bbPress error.____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Re: test topic not found :: Reply by Joern

15. Dez. 2009 (von: Joern)

Shit, it's just working again, not to repeat that problem.SOLVED...?____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Favicon and index

16. Dez. 2009 (von: Miklo)

Hi and thanks for the great theme. My question is very simple, but I just can't manage to find it. Where can I insert a favicon?And how can i change the yellow line in the middle? I have managed to…

Change language and category display

16. Dez. 2009 (von: Miklo)

HelloWondered how I can change language on the date dispalyed. I also wonder how I can change what category the first two post on top of the drop down list show. I am not sure if that's called "drop-down list",…

Re: Favicon and index :: Reply by Joern

16. Dez. 2009 (von: Joern)

hi Miklo, I guess you use Arthemix Bronze?Icon for your site: This theme does not just give you a standard favicon.ico. Most sites display an icon found in the root of your site. Just place your favicon.ico in your root…

Re: Change language and category display :: Reply by Joern

16. Dez. 2009 (von: Joern)

The display of the date is set by <?php the_time('F jS, Y') ?> in some files of the theme. As there are many ways to format a time and date display please check here how to change:http://codex.wordpress.org/Template_Tags/the_timeIn German themes I…

Re: Favicon and index :: Reply by Miklo

16. Dez. 2009 (von: Miklo)

Yes, it did! Regarding the yellow line; now that I make your changes, the line dissapears and I have a white background. But no divider, though. So I will just edit the color in Photoshop, and keep it. Thanks so…

Re: Change language and category display :: Reply by Miklo

16. Dez. 2009 (von: Miklo)

Correct, it is the front list under categories I was talking about, sorry for the misinfo. What I do to exclude/include categories and select the number of posts for the whole list isCode:query_posts("cat=-7,-1&paged=$page&offset=0&posts_per_page=16");But as you can see on the design,…

Re: Change language and category display :: Reply by Joern

16. Dez. 2009 (von: Joern)

not easy to explain, I would insert a new query before the one you have already, try this:in index.php look for:div id="bottom" class="clearfloat"div id="front-list"and make place just below this.now insert the following code BEFORE this..php if(is_paged()) { ....span class="breadcrumbs"......Code:<!-- query…

Re: Change language and category display :: Reply by Miklo

16. Dez. 2009 (von: Miklo)

Really, really great!!! Worked like a charm! Thank you so much! Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: