Setting background image in template via a variable

2014-12-09 Thread TMurNGon
Hi there, I'm pretty new to Boltwire, so please pardon my ignorance, or if I have missed the answer to my question elsewhere. Two questions please: 1. I would like to set a variable (data field) on a page to point to an image in a folder (or url) and would then like to use this variable to

Re: Setting background image in template via a variable

2014-12-10 Thread TMurNGon
. I do not know if you can assign skinvars to page names in the skin. I have to admit: These are workarounds, not real solutions. Greetings, Martin Am Montag, 8. Dezember 2014 18:38:45 UTC+1 schrieb TMurNGon: Hi there, I'm pretty new to Boltwire, so please pardon my ignorance, or if I

Re: Setting background image in template via a variable

2014-12-11 Thread TMurNGon
BoltWire a try. Cheers, Dan On Wed Dec 10 2014 at 11:52:15 PM TMurNGon tmur...@gmail.com javascript: wrote: Hi Martin, Thanks for the reply - much appreciated. I will give it a go. Regards. Jan On Wednesday, 10 December 2014 09:11:35 UTC+2, mz wrote: Hi, Welcome to BoltWire

Re: Github Flavour or Multimarkdown

2015-08-17 Thread TMurNGon
plugins section. Cheers, Dan On Fri, Aug 14, 2015 at 2:42 AM TMurNGon tmur...@gmail.com javascript: wrote: Thanks for the reply Dan. After some additional searching I found this: Boltwire Markdown solution http://www.boltwire.com/index.php?p=solutions.system.markdown. It seems

Mermaid (or something similar)

2015-08-12 Thread TMurNGon
Hi there, I'm not really a developer, so please forgive the ignorant questions: What would be involved and how difficult would it be to include diagram markup eg Mermaid http://knsv.github.io/mermaid/usage.html to Boltwire? Thanks. Jan -- You received this message because you are subscribed

Github Flavour or Multimarkdown

2015-08-12 Thread TMurNGon
Hi there, I really enjoy the Boltwire markup, but unfortunately have a LOT of legacy docs in Multimarkdown; also a number of individuals with whom I interact also use the Multimarkdown or Github flavour markdown. What would be involved in allowing Boltwire to accept either/both of these

Re: Github Flavour or Multimarkdown

2015-09-08 Thread TMurNGon
gt;>>> On Monday, August 31, 2015 at 5:09:09 PM UTC-4, Dan wrote: >>>> >>>>> I was trying to find the markdown plugin and it turns out you have to >>>>> go here: >>>>> >>>>> http://jhinline.com/BW35/markdown/ind

Re: Github Flavour or Multimarkdown

2015-09-14 Thread TMurNGon
result template. > > If you want me to proceed further on it, please give it a good review and > list some specific things it needs to do. After that I'll think about it > and try to learn more about boltwire internals. > . > > On Tuesday, September 8, 2015 at 10:35:23 AM

Re: BoltWire 5.08

2016-01-19 Thread TMurNGon
Never mind... Seems it was a caching issue. Thanks. On Tuesday, 19 January 2016 09:33:56 UTC+2, TMurNGon wrote: > > Hi Dan, > > Not sure if I'm doing something wrong, but the 'print' action seems to > display the incorrect page (intermittently) - usually the page viewed prior &

Re: BoltWire 5.08

2016-01-18 Thread TMurNGon
Thanks for that Dan. Just asking: Any chance of you releasing just a partial expansion pack (just the bits that are complete to date)? I'm trying to convince the 'powers that be' to change to Boltwire for our company intranet and some (most) of those components would be very welcome. Just

Re: BoltWire 5.08

2016-01-18 Thread TMurNGon
Hi Dan, Not sure if I'm doing something wrong, but the 'print' action seems to display the incorrect page (intermittently) - usually the page viewed prior to the current page. Thanks. Jan On Tuesday, 19 January 2016 04:23:41 UTC+2, Dan wrote: > > Despite my initial desire to have the

Creating download links from previously uploaded files

2016-02-08 Thread TMurNGon
Hi Dan, I am trying to create an 'attachments' section for some pages. The uploading of files works well, but I can't quite figure out how to create a proper download mechanism for the files. I have tried: [[[^filename^]|download]] But i get a 404 error when clicking on the link or trying to

Passwords

2016-02-08 Thread TMurNGon
Hi Dan, I notice that passwords are not being hashed, but rather stored as plain text in member pages. Have I neglected some setting? Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving

Re: Deleting data values such as comments.

2016-02-05 Thread TMurNGon
+2, Dan wrote: > > Try a form with this command: > > [command info delete page=... field=...] > > On Fri, Feb 5, 2016 at 6:49 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> Learning from your 'comments' implementation I have been able

Re: Passwords

2016-02-08 Thread TMurNGon
> have people reset them all. > > Cheers, > Dan > > On Mon, Feb 8, 2016 at 6:36 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> I notice that passwords are not being hashed, but rather stored as plain >> text in member pages. >&

Multipart Upload File Names

2016-02-08 Thread TMurNGon
Hi Dan, In order to prevent uploaded files with the same name from becoming overwritten/mixed up I want to prepend a unique value to the file (eg. {now}.filename.jpg). It would seem however that the upload action fails whenever the file name contains more than one '.' For example

Re: Multipart Upload File Names

2016-02-08 Thread TMurNGon
Just to clarify: I assign the new name via the 'name' parameter of the upload command. For example: [command upload name={now}.{=upload}] where =upload is the name of the file field On Tuesday, 9 February 2016 09:11:41 UTC+2, TMurNGon wrote: > > Hi Dan, > > In order to prevent up

Re: Creating download links from previously uploaded files

2016-02-08 Thread TMurNGon
Thanks Dan. On Monday, 8 February 2016 15:49:00 UTC+2, Dan wrote: > > It should just be [^filename.pdf label='download'^]. Add dir=docs if it is > in files/docs. > > On Mon, Feb 8, 2016 at 3:37 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> &

Re: Passwords

2016-02-08 Thread TMurNGon
; calling BoltWire. This will invalidate all your existing password. You > could conceivably write a custom script to encrypt all your current > passwords if you have a large number of existing files and don't want to > have people reset them all. > > Cheers, > Dan > > On

Re: Creating download links from previously uploaded files

2016-02-09 Thread TMurNGon
gt; > On Mon, Feb 8, 2016 at 3:37 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> I am trying to create an 'attachments' section for some pages. >> The uploading of files works well, but I can't quite figure out how to >> create a pr

Re: Creating download links from previously uploaded files

2016-02-09 Thread TMurNGon
Never mind - figured it out: Just create a normal link and use {files} as a prefix. [[{files}/image.jpg|Image name|target=blank]] On Tuesday, 9 February 2016 10:52:32 UTC+2, TMurNGon wrote: > > Is there any way of simply displaying a link to a picture (jpg, png, etc) > without

Incorrect formatting when adding comment

2016-02-05 Thread TMurNGon
Hi Dan, Just an issue I picked up (I think...): When adding a comment the first line of the comment does not seem to be formatted correctly for paragraph formats like '!' (heading 1). Those all work later in the text, just not on the 1st line. Inline formatting (like '**') does seem to work.

Re: multilingual website

2016-02-04 Thread TMurNGon
t was useful enough, it might be worth adding > this to the core... > > Cheers, > Dan > > > > On Wed, Feb 3, 2016 at 11:21 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Thanks Dan, >> >> My interest in session is more related to using it as a ve

Re: Auth

2016-02-04 Thread TMurNGon
ion function for various > reasons, but could consider it if the above suggestion doesn't work. > > Cheers, > Dan > > On Wed, Feb 3, 2016 at 11:18 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> 'C' doesn't seem to work for me. not sure

action.tree

2016-02-10 Thread TMurNGon
Hi Dan, I just thought I'd mention a suggestion for a new action that may be useful: I just call the action 'tree' (but some other name like 'info' may be more appropriate) Basically it is an informational view of {p} which shows: =

[(template none)] issue

2016-02-11 Thread TMurNGon
Hi Dan, Not sure if this is intended behaviour, an issue or if I'm doing something wrong: When creating a template all works well except for the [(template none)] section which seems to strip out all line breaks etc. Even links are sanitised into ordinary text. Thanks. Jan -- You received

Re: Multipart Upload File Names

2016-02-10 Thread TMurNGon
t; > The upload command has to have both the file and the name parameter. File > points to the input field name, name specifies the new file name. So you > could have myfile1, myfile2, etc if you wanted multiple uploads in a form. > > I'm pretty sure I will need to add some filtering to mak

Re: action.tree

2016-02-11 Thread TMurNGon
> > wrote: > >> Yes the problem remains because BoltWire has to scan all possible pages >> and then run conditionals, types, includes/excludes, and sorting before it >> can trim down to the specified count of pages. It does default to 50 hits >> on the displ

Auth challenge

2016-02-12 Thread TMurNGon
Hi Dan, I have an interesting requirement that I am not sure how to solve: Say I have a number of user groups (each with their own page hierarchy), for example blueteam and redteam. It is easy enough to set view and write access for each group in the current auth pages. But what if, on a page

Re: action.tree

2016-02-11 Thread TMurNGon
s >> and then run conditionals, types, includes/excludes, and sorting before it >> can trim down to the specified count of pages. It does default to 50 hits >> on the display, but it still has to scan everything unless you specify the >> directory. >> >> Cheers,

Re: Multipart Upload File Names

2016-02-10 Thread TMurNGon
e in your whole form so I can just drop > in a test site and debug. > > Cheers, > Dan > > On Tue, Feb 9, 2016 at 1:56 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Just to clarify: >> >> I assign the new name via the 'name' parameter of the uplo

Re: action.tree

2016-02-11 Thread TMurNGon
nce problem is not the number of pages displayed, it is > actually the scanning itself. So using the count parameter doesn't really > help. You have to limit your scans to specific directories on really large > sites for optimum performance. Or switch to a database on the back end. > >

Re: [(template none)] issue

2016-02-11 Thread TMurNGon
(BOLTdomarkupTable($display['none'], > $pageLink, $args['rules']))); > > On Thu, Feb 11, 2016 at 2:09 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> Not sure if this is intended behaviour, an issue or if I'm doing >> something wrong:

Re: action.tree

2016-02-11 Thread TMurNGon
; other hand, there's no guarantee all the child pages will be in the same > directory. This part is problematic. > > The associated list of data variables could come with a link to the data > action so you can edit the data actions. > > Anyway, just some initial thoughts. What do you thi

Re: Deleting data values such as comments.

2016-02-05 Thread TMurNGon
Thanks Dan, I will give it a try. On Friday, 5 February 2016 15:35:17 UTC+2, Dan wrote: > > Try a form with this command: > > [command info delete page=... field=...] > > On Fri, Feb 5, 2016 at 6:49 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan

Re: Incorrect formatting when adding comment

2016-02-07 Thread TMurNGon
::2)> (not sure > why I used this!) > > to > > [r][c] > {+#2} > > That should fix it. Because table cells seem to be trimmed it shouldn't > cause any other display problems. I'll make this change for the next > release of the XPack. > > Cheers, > Dan > >

Re: Auth challenge

2016-02-13 Thread TMurNGon
Afterwards, it just adds new members. The problem > is if you change the group settings you have to reset all the specific page > settings. > > Maybe someone else has a better solution... > > Cheers, > Dan > > On Fri, Feb 12, 2016 at 8:12 AM TMurNGon <tmur...@gmail.com >

Re: action.tree

2016-02-13 Thread TMurNGon
se dir='{dir}' > in a page in your pages folder it will essentially be dir='' which works > just fine. > > That may be why you are not getting any output, is your are looking at a > page in the pages directory. > > Cheers, > Dan > > On Fri, Feb 12, 2016 at 12:01 AM

Re: XPack

2016-01-28 Thread TMurNGon
Hi Dan, My vote would definitely be for option B - much cleaner and no installation issues for novices like me. On Thursday, 28 January 2016 20:08:32 UTC+2, Dan wrote: > > I had a few more problems than I anticipated with the release of the XPack > as I want to make sure it is as close to

XPack images not showing up

2016-01-29 Thread TMurNGon
Hi Dan, I've been trying out the XPack and it looks great so far. The only issue I'm having is that images, icons etc are not showing up. I can't see a problem with the path settings. Any suggestions? Thanks. Jan -- You received this message because you are subscribed to the Google Groups

Re: Action variable

2016-01-28 Thread TMurNGon
tion displays, you should edit > page action.tags directly. > > Let me know if something is not clear about this explanation. It was a bit > quick. :) > > Cheers, > Dan > > On Thu, Jan 28, 2016 at 2:42 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi D

Re: introduce BOLTsearchReultsType

2016-01-26 Thread TMurNGon
Thanks lots for the advice Tiffany! On Tuesday, 26 January 2016 19:30:13 UTC+2, Tiffany Grenier wrote: > > About this, in order to have the same results as expected in the original > attempt of TMurNGon, I would advise doing > [(search group={p}.* fmt=toc when='! inlist header,fo

Re: Using counter

2016-01-26 Thread TMurNGon
ch runs through the entire markup table > so it gets processed before returned. With the output suppressed, you never > see that output, but it is all processed. So then the final counter > function should work. > > Cheers, > Dan > > > On Tue, Jan 26, 2016 at 8:13 AM TMu

Action variable

2016-01-28 Thread TMurNGon
Hi Dan, Apologies for the prolific questioning at the moment, just trying to learn... I can't seem to get any output using the {action} variable. Trying to use it as a conditional eg: [if ! equal {action} tags] ! [[{p}|{title}]]... [if] But it does not seem to be working - the heading is

Re: Page rights issues

2016-01-28 Thread TMurNGon
I meant to say that this is for the Boltwire site. On Thursday, 28 January 2016 14:00:53 UTC+2, TMurNGon wrote: > > Hi Dan, > > Just some page rights issues I picked up: > > When trying to change my profile picture I get a page rights error. > The thank you page doe

Page rights issues

2016-01-28 Thread TMurNGon
Hi Dan, Just some page rights issues I picked up: When trying to change my profile picture I get a page rights error. The thank you page does not display because of a rights issue. Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To

Re: introduce BOLTsearchReultsType

2016-01-25 Thread TMurNGon
t,links,comments,invites,attachments > {+page}')] > > Cheers, > Dan > > On Mon, Jan 25, 2016 at 3:53 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> Given all of the above, how would I structure a 'page search' to exclude >> both a fe

Re: Folders Tutorial

2016-02-01 Thread TMurNGon
housands of pages, this can make a huge difference! Of course, if you >> keep it indexed, it will be even faster... >> >> Cheers, >> Dan >> >> >> On Mon, Feb 1, 2016 at 6:45 AM TMurNGon <tmur...@gmail.com > >> wrote: >> >>> Hi Da

Re: Folders Tutorial

2016-02-01 Thread TMurNGon
2016 15:25:35 UTC+2, Dan wrote: > > I also updated the search command/function pages to include a link to the > concepts page. > > On Mon, Feb 1, 2016 at 7:13 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Found it: /docs/concepts/folders >> >> On Mon

Re: Folders Tutorial

2016-02-01 Thread TMurNGon
course, if you > keep it indexed, it will be even faster... > > Cheers, > Dan > > > On Mon, Feb 1, 2016 at 6:45 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> On the docs.handbook.functions.search page I found the extract below >>

Re: Folders Tutorial

2016-02-01 Thread TMurNGon
Found it: /docs/concepts/folders On Monday, 1 February 2016 15:10:08 UTC+2, TMurNGon wrote: > > Hi Dan, > > On which docs page did you add the info? > > > > On Monday, 1 February 2016 15:08:25 UTC+2, Dan wrote: >> >> PS. Just updated the docs. Anytime I post

Re: XPack images not showing up

2016-02-01 Thread TMurNGon
t; > Anyway, let me know if this helps. And any MAC users that want to chime in > on the ins and and outs of the MAMP server, please feel free to do so. :) > > Cheers, > Dan > > > On Mon, Feb 1, 2016 at 12:18 AM TMurNGon <tmur...@gmail.com > > wro

Folders Tutorial

2016-02-01 Thread TMurNGon
Hi Dan, On the docs.handbook.functions.search page I found the extract below which refers to a folders tutorial. I can't seem to find this tutorial. \ Is the functionality to store pages in sub-folders still available? Local pages are normally all placed in the pages folder, but BoltWire has

Auth

2016-02-03 Thread TMurNGon
Hi Dan, According to my interpretation of the documentation the following should work if it appears in auth.write: a) main: @admin(should prevent anyone other than admin from writing to main specifically) b) main*: @admin (should prevent anyone other than admin from writing to main or

Re: Auth

2016-02-03 Thread TMurNGon
at syntax is only available for searches I think. C should only > work if you have a separate line like main: @guest. If that doesn't work > let me know. I'll look into it and double check. > > Cheers, > Dan > > > > On Feb 3, 2016 8:04 AM, "TMurNGon&qu

Re: multilingual website

2016-02-03 Thread TMurNGon
rporate some of > this into the core code as it fits nicely into our existing system. > > Feel free to tinker with these ideas and then get back to me. > > Cheers, > Dan > > > On Wed, Feb 3, 2016 at 12:17 AM TMurNGon <tmur...@gmail.com > > wrote: > >&g

XPack viewing actions when not logged in

2016-02-02 Thread TMurNGon
Hi Dan, Just checking if this is intended behaviour: In code.skin.bootstrap.html you set 'actions' to only be visible to admin. I assume that you required this for the Boltwire site itself, but I think the appropriate action to show are already controlled elsewhere. Thanks. Jan -- You

Re: introduce BOLTsearchReultsType

2016-01-25 Thread TMurNGon
Hi Dan, Given all of the above, how would I structure a 'page search' to exclude both a few named pages and number pages? I tried: [(search group={p}.* type=-number,header,footer,side,license,support,links,comments,invites,attachments fmt=toc)] but this does not seem to interpret 'number'

Using counter

2016-01-26 Thread TMurNGon
Hi Dan, I've been trying to apply your example shown on the functions/counter page of the documentation, but I keep getting stuck... If I use the following it does suppress the output, but it also does not increment the counter (so the Total result remains 0 which is incorrect): {(search

Rename suggestion

2016-01-27 Thread TMurNGon
Hi Dan, Just a suggested enhancement to the standard 'rename' action: Would it not perhaps be a plan to have a boolean question on the rename form which says: 'Rename child pages to prevent orphaned trees?' The default answer value for this question could perhaps be set in the site config

Re: Using counter

2016-01-27 Thread TMurNGon
<(counter 0 id=total)> > > Cheers, > Dan > > On Tue, Jan 26, 2016 at 11:18 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> The reason I did not use 'Total Pages: <(search group=docs* fmt=count >> count=false)>' is that I was try

Re: Rename suggestion

2016-01-27 Thread TMurNGon
of that code in the core but I'm inclined to think > it is might be better staying as a plugin. I'll make a note and look at how > difficult this would be. > > Cheers, > Dan > > On Wed, Jan 27, 2016 at 4:58 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan,

Re: action.tree

2016-02-15 Thread TMurNGon
t class=stripe] > [r][c]**Zones > [(template each)][r][c]{+p}: [c][[{zone_{+p}}]] > [c][[{zone_{+p}}=source|Source]] > [c][[{zone_{+p}}=edit|Edit]] > [(template last)][t] > [[#end]] > */ > > > Unless anyone has suggestions for improvement I'll put these in the &g

Re: Auth challenge

2016-02-16 Thread TMurNGon
make any progress. > > Cheers, > Dan > > > > > > On Sat, Feb 13, 2016 at 2:08 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Thanks for the suggestions Dan. >> >> This is probably misguided, but I thought it may be a plan to have a >>

Re: Auth challenge

2016-02-18 Thread TMurNGon
to do. Let me know if you need > help using toolmapping > > Cheers, > Dan > > On Tue, Feb 16, 2016 at 4:56 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> I've followed your suggestions above, but no luck. I just receive a >

Re: Auth challenge

2016-02-22 Thread TMurNGon
sometimes... > > You can use normal BoltWire functions to add and drop members to the > docs.invites page. And you'll need to manually create the site.auth.view > entries for each docs group. > > Let me know how this works for you. > > Cheers, > Dan > > On

Re: BoltWire and Alexa

2016-04-07 Thread TMurNGon
Interesting. Will keep an eye on that. Thanks. On Tuesday, 5 April 2016 18:45:44 UTC+2, Dan wrote: > > Not sure how many of you have the Amazon Echo or one of the growing number > of devices that take advantage of the Alexa voice assistant, but I was > lucky enough to be one of those who

Re: Alternate layouts within a skin

2016-04-08 Thread TMurNGon
? > > Cheers, > Dan > > On Sun, Apr 3, 2016 at 4:01 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Thanks Dan. >> >> I have already have a slightly customised action.create, so I'm thinking >> of altering it further to (somehow) have a skin selec

Alternate layouts within a skin

2016-03-19 Thread TMurNGon
Hi, I need a few different layouts (about 4, including the default layout) to build my site and was wondering if a mechanism exists for basing individual pages (and/or page groups) on html layouts other than the default? Thanks. Jan -- You received this message because you are subscribed to

Re: Alternate layouts within a skin

2016-03-20 Thread TMurNGon
I see that there have been some discussions about this a while back. Not sure if there is now a standard way of doing this (or some new built-in mechanisms) resulting from the old discussions? Thanks. Jan On Thursday, 17 March 2016 12:21:31 UTC+2, TMurNGon wrote: > > Hi, > >

Re: Alternate layouts within a skin

2016-04-03 Thread TMurNGon
Thanks Dan. I have already have a slightly customised action.create, so I'm thinking of altering it further to (somehow) have a skin selector when creating a page... Then maybe storing that info in a similar manner to the way that read/write rights are stored (only for pages not using the

Re: Link Submit

2016-04-23 Thread TMurNGon
Nice idea. Thanks Martin, i will give it a go. -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to boltwire+unsubscr...@googlegroups.com. To post to this group, send

Link Submit

2016-04-20 Thread TMurNGon
Hi Dan, In the boltwire documentation, on handbook.forms I see the following: Allowed types include: text, check, radio, password, hidden, image, select, option, box, file, button, submit, and reset. There is also a special link type which allows users to submit a form by clicking some text on

Re: Alternate layouts within a skin

2016-04-19 Thread TMurNGon
; On Tue, Apr 19, 2016 at 6:01 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Tried it and it works ;) >> >> The only problem I came across was (I think...) a typo in the hook code: >> >> if (function_exists('myBOLTchooseSkin')) $BOLTskin = myBOLTcho

Re: Link Submit

2016-04-21 Thread TMurNGon
Cheers, > Dan > > On Wed, Apr 20, 2016 at 7:28 PM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> In the boltwire documentation, on handbook.forms I see the following: >> >> Allowed types include: text, check, radio, password, hi

Re: BoltWire 5.11

2016-08-04 Thread TMurNGon
Hi Dan, I was just wondering if you are still looking to release a refactored version of Xpack (as mentioned in your post above) and what your projected timeframe was? Thanks lots. Jan On Friday, 27 May 2016 00:00:52 UTC+2, Dan wrote: > > Just released a new version of BoltWire--that marks a

Re: BoltWire 5.11

2016-08-04 Thread TMurNGon
urity, and I'm interested in > hacking around with them a bit. So I may just get back under the hood a bit > next week... > > Cheers, > Dan > > On Thu, Aug 4, 2016 at 6:36 AM TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Dan, >> >> I was just won

Where can I find the Xpack download?

2016-10-14 Thread TMurNGon
Hi Dan, I can't seem to find a link to download the Xpack. I know that the previous way required one to log in, but there does not seem to be a login point either. And guidance? Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To

Possible issue with the START app

2018-02-15 Thread TMurNGon
Hi Dan, I was trying to give the new version 6 a spin but, after successfully running the initial start.php page and entering the required info, the follow-up page shows an error (note that there was no request for a password other than specifying what the password should be on the start

Re: Multi layout sites

2018-02-17 Thread TMurNGon
gt; This would look on site.skin to see if the first part of the page name is > assigned a skin, and if not, return the default skin. Not tested... > > You would probably want to copy lines 152 & 153 from engine.php to this > function to make sure your mobile and print skins work properly

Re: Happy Valentines -- BoltWire 6.0

2018-02-15 Thread TMurNGon
Nice to see Boltwire back in action. Thanks Dan. On Wednesday, 14 February 2018 20:15:41 UTC+2, Dan wrote: > > Hi All! > > I know everyone is eager to get their hands on BoltWire 6.0, and as a > special Valentine's Day gift to our community, I've put it up, just for > you--today! > > Yes, I

Re: Possible issue with the START app

2018-02-17 Thread TMurNGon
e know if this doesn't work. I'll be happy to look into it some more, > but can't reproduce any bugs with this. Everything looks good on my end. > > Cheers, > Dan > > > ᐧ > > On Fri, Feb 16, 2018 at 12:42 AM, TMurNGon <tmur...@gmail.com > > wrote: > >> Hi Da

Multi layout sites

2018-02-16 Thread TMurNGon
Hi Dan, I was wondering if you have encountered the need for sites where the various site pages vary significantly? In other words: you cannot just use the one skin for all pages. In my experience this is more often the case than not. Is there a way to assign a default skin, but give pages the

Boltwire 7 Suggestions

2020-05-01 Thread TMurNGon
Boltwire Suggestions Hi Dan. Firstly I’d like to say that Boltwire is really one-of-a-kind software that deserves to be much, much more popular. I’m glad to see your new plans for forward - they make a lot of sense. As some others have done, I thought I’d mention a few improvements that (in

Re: Boltwire 7 Suggestions

2020-05-01 Thread TMurNGon
of changes converting a site from v6.03 to v7.0 - especially where themes are concerned? Have a lovely day. Jan On Friday, 1 May 2020 16:37:51 UTC+2, Dan wrote: > > Really appreciate your suggestions TMurNGon, very helpful. I've > interspersed a few quick thoughts regarding them into y

Re: Nav Class

2020-05-04 Thread TMurNGon
..* > *WWW.FASTMISSIONS.COM <http://WWW.FASTMISSIONS.COM>* > > > On Sun, May 3, 2020 at 4:27 AM TMurNGon > > wrote: > >> Hi Dan, >> >> In order to make the menu item of the currently active page stand out my >> stylesheet uses an 'active' class on

Re: Nav Class

2020-05-04 Thread TMurNGon
class=active]] > > If that doesn't work, let me know. > > Blessings, > Dan > > *Climb higher in your walk with God...* > *WWW.FASTMISSIONS.COM <http://WWW.FASTMISSIONS.COM>* > > > On Sun, May 3, 2020 at 4:27 AM TMurNGon > > wrote: > >> Hi Dan, >&

Boltwire on Github

2020-05-04 Thread TMurNGon
Hi Dan, Just a thought: How about using github as a code repository for Boltwire? This could make collaboration and even installation and updates easier. Different development branches and access to older releases also become possible. I would suggest 4 repositories: - Boltwire core - Boltwire

Re: Order of precedence (shared vs site)

2020-05-04 Thread TMurNGon
lem, and I need to fix it. Let me > know more specifically what's happening and I'll double check things... > > Blessings, > Dan > > *Climb higher in your walk with God...* > *WWW.FASTMISSIONS.COM <http://WWW.FASTMISSIONS.COM>* > > > On Sun, May 3, 2020 at 4:31 AM T

Documentation: Syntax Reference

2020-05-04 Thread TMurNGon
Trying to re-familiarise myself with Boltwire, I notice that the biggest stumbling block by far is determining/discovering correct syntax (especially in different contexts). It may be a plan to have a section of the documentation specifically dedicated as a syntax reference (where syntax is

Dropdown Menus

2020-05-12 Thread TMurNGon
Hi Dan, Will the ability to have dropdown menus feature in v7 and new skins? Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Order of precedence (shared vs site)

2020-05-12 Thread TMurNGon
o you have a use case where this is an issue? I may be able to suggest a > work around... > > Cheers, > Dan > > On Mon, May 4, 2020 at 4:49 AM TMurNGon > > wrote: > >> Most of the time it seems to works fine. >> I just found one instance where shared and site

Documentation Search Facility

2020-05-12 Thread TMurNGon
Hi Dan, The search facility in the Boltwire documentation seems to be missing. Will it make a return? Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Dropdown Menus

2020-05-12 Thread TMurNGon
pdown function one of those blocks, it would be super simple to just > change out the default tabs block with a dropdown box. And if the code is > in the core somewhere, all the better! > > Cheers, > Dan > > On Tue, May 12, 2020 at 3:14 AM TMurNGon > > wrote: > >&g

Re: Documentation Search Facility

2020-05-12 Thread TMurNGon
Great. Thanks. On Tuesday, 12 May 2020 13:48:11 UTC+2, Dan wrote: > > Yes, I just need to set it up. :) > > Cheers, > Dan > > On Tue, May 12, 2020 at 3:18 AM TMurNGon > > wrote: > >> Hi Dan, >> >> The search facility in the Boltwire documentatio

Re: Dropdown Menus

2020-05-12 Thread TMurNGon
Thanks Dan. On Tuesday, 12 May 2020 13:58:32 UTC+2, Dan wrote: > > Ok, I'll put together a guide for it at some point. > > Cheers > Dan > > On Tue, May 12, 2020 at 6:56 AM TMurNGon > > wrote: > >> That's good news. I could really do with it - and some instr

Boltwire site blank

2020-05-17 Thread TMurNGon
Hi Dan, Not sure if you are busy with the website, but as at 17:16 (UCT) the site (boltwire.com) responds with just a blank page. -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it,

Re: Managing Folders

2020-05-17 Thread TMurNGon
Thanks Dan. On Sunday, 17 May 2020 16:54:46 UTC+2, Dan wrote: > > Sure, you'll just need to enable the sitefolders plugin. That instantly > restores the previous behavior. > > Cheers, > Dan > > On Sat, May 16, 2020 at 9:18 AM TMurNGon > > wrote: > >> Hi

Re: New Website -- Please Preview

2020-05-11 Thread TMurNGon
Hi Dan, Just so you know... I see that the download link is still 6.00 - even after your comment on fixing it. On Saturday, 9 May 2020 23:55:33 UTC+2, Dan wrote: > > Hey Steve, > > Thanks for catching those. Both are fixed now. :) > > Cheers, > Dan > > > > On Sat, May 9, 2020 at 7:59 AM

Re: New Website -- Please Preview

2020-05-11 Thread TMurNGon
Hi Dan, The new skin looks good. You mention re-working the way that skins work. Any intention of using css media queries instead of having separate stylesheets? Media queries may assist with a good responsive skin suitable for various screen sizes. On Friday, 8 May 2020 23:05:56 UTC+2, Dan

  1   2   >