Recent Topics

1 Oct 03, 2017 00:49    

Hi

Am I doing something wrong or index.php?p=... does not work anymore? In that case it would be a problem, because I'm using b2evo since 0.9.2 and there are lots of links with that format...

2 Oct 05, 2017 01:19

[audio:http://myblog2.com/audio/aaa.mp3]

Another question: I have my audio files in another domain, so the question is how can I add an external audio file to a post. I tried with but it doesn't seem to work, just work for audios in the media directory, if I'm not wrong.

3 Oct 05, 2017 07:12

@fede the ?p parameter is supported. Are you getting 404 errors?

Regarding the audio file, the current [audio] tag is meant to be used with files attached to the post. However, you can use the html5 <audio> tag to include external files:

<audio controls>
  <source src=":http://myblog2.com/audio/aaa.mp3" type="audio/mpeg" />
</audio>

4 Oct 06, 2017 17:03

Thanks for your answers. You are right:

  1. My fault, I was tring to use ?p=... with a page, not a post.
  1. html5 audio tag works perfectly.

5 Oct 19, 2017 01:57

Sorry, another question.

In 693 there are no stubs files anymore?, at least visible ones. How can I do to create a stub file to show only blog 3, for instance, like old blog3.php? I'm converting from 5.2.2, and I need stubs for the sake of old url's...

6 Dec 01, 2017 03:22

Old stub files continue to work.


Form is loading...