Forum Replies Created
-
In reply to: Gaps in-between latest discussions (sidebar)
no probs glad you sorted it.
In reply to: Gaps in-between latest discussions (sidebar)Just downloaded it and had a look in the code there seems to be a lot of places with the break tag in what line numbers did you edit in to start with, I’d suggest looking there see if you notice where the extra break tag is.
In reply to: Gaps in-between latest discussions (sidebar)it will reside in what the file contents for wp_bb_get_discuss_sidebar() are located am not sure I haven’t got that plugin what is the plugin called?
In reply to: Gaps in-between latest discussions (sidebar)looking at the source code you have a double break tag remove the second break tag and there won’t be such a big gap.
<a href="http://www.audioscribbler.co.uk/boards//topic.php?id=81">What music are you looking forward to in 2009?</a>
<br />
<br />
<a href="http://www.audioscribbler.co.uk/boards//topic.php?id=83">Glissando - UK tour 2009</a>
<br />
<br />
<a href="http://www.audioscribbler.co.uk/boards//topic.php?id=48">putting things on top of cats</a>
<br />
<br />
<a href="http://www.audioscribbler.co.uk/boards//topic.php?id=66">8/11 - Leeds - Hauschka (Fat Cat) + Gareth S. Brown</a>
<br />
<br />
<a href="http://www.audioscribbler.co.uk/boards//topic.php?id=72">7/11: James Yates/Moleck/Pattern/Cigars of the Pharoah LEEDS</a>
<br />
<br />In reply to: Gaps in-between latest discussions (sidebar)do you mean this section:
What music are you looking forward to in 2009?
Glissando – UK tour 2009
putting things on top of cats
8/11 – Leeds – Hauschka (Fat Cat) + Gareth S. Brown
7/11: James Yates/Moleck/Pattern/Cigars of the Pharoah LEEDS
In reply to: Members can add tagsyeah that’s a good point
In reply to: Auto Tag GeneratorOnly thing about that is every word would effectively be a link so if you mean to have links in your post there not going to stand out.
In reply to: links and code get converted in postsI edited BBcode-buttons.php in bbcode buttons plugin
I changed the line:
BBcodeButton('ed_code','CODE','
Code:','','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));
to:
BBcodeButton('ed_code','CODE','
‘,’','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));
Now when the code button is pressed it puts in the backticks
In reply to: links and code get converted in postsoh yes excellent thanks very much!
I have the bbcode plugin but using [ code] some code and [/ code] does not appear to do anything?
In reply to: links and code get converted in postsI see it does the same on this forum as well
this is what I should have been show:
I write tutorials on my forum and when I write links they are converted into actual links I really don’t want it do do that instrad I want it to loave the link as it has been wrote like < a herf=”file” >link< /a > also when I edit a post it converts all < into < ; and > into > ; how do I stop this from happening?
In reply to: WP + bbPress integrationhaha that makes 2 of us then just adjusted the stylesheet as I noticed when lot logged in the login form went over the header section, been fixed now.