• Anonymous
  • Login
  • Register
BlogSphere - Feature Request: Support a computed base argument


When previewing the Blog locally the base attribute breaks the display of images, css, links etc. By computing the base relative to the server this could be avoided. It would require to store 2 multivalue fields, one for the server name and one for the base values. This would also solve the replicating blog issue (e.g. from Intra- to Internet).
The base formula would be about this:
tmpServer := @subset(@dbname;1);
tmpServer := @if(tmpServer="";"local";tmpServer);
tmpPosition := @Element(base_ServerNames;tmpServer);
@if(tmpPosition<1;base_Values[1];base_Values[tmpPosition])



Taken Actions by Owners



In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.