Giter VIP home page Giter VIP logo

Comments (99)

xianc78 avatar xianc78 commented on July 18, 2024 1

Today I added AJAX to the delete script and now pages have their titles on the browser tabs.

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

If you can, you should make people be able to resize images with BBCode you can take this link for reference.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'll definately add those functions. If you want a preview of it working so far then go to 10.73.139.27, I have a webserver set up on my laptop

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I put my BBCode converter up on github at https://github.com/CalebQ42/BBConverter

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

There's still some essential tags you should include like underline ([u]), strikethrough ([s]), and color text ([color=color]).

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Aha, I do have [u], [s] , and [color=] support, I just forgot to say I did.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I've updated my readme

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Do you think the [img right] and [img left] is a good idea?

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

Sure. You should also add the youtube tag ([youtube]url[/youtube]) which should be converted into the iframe that youtube uses for embedded videos.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Alright, I'll secondary add that.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'm sorry I didn't think about this earlier, but a database that holds all the pages and then php that calls then up I don't think is right for this project. It's a wonderful idea and probably had some great ideas, the only problem is SEO. Unfortunately the search engine web crawlers won't be able to index the information in the databases, making it so the web crawlers will only see a header and some photos, making the entire website's SEO very low, if not nonexistent. If I'm wrong feel free to tell me so since I haven't looked to hard into SEO and the page loader is an absolutely awesome idea.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Let me look into that before we change that up. I would think that the Web
Crawler would look at it as if the page was active, meaning that it's
looking at the actual content. Could be wrong. I'll work on that in a few.

On Wed, Apr 20, 2016 at 10:48 AM, Belac Darkstorm [email protected]
wrote:

I'm sorry I didn't think about this earlier, but a database that holds all
the pages and then php that calls then up I don't think is right for this
project. It's a wonderful idea and probably had some great ideas, the only
problem is SEO. Unfortunately the search engine web crawlers won't be able
to index the information in the databases, making it so the web crawlers
will only see a header and some photos, making the entire website's SEO
very low, if not nonexistent. If I'm wrong feel free to tell me so since I
haven't looked to hard into SEO and the page loader is an absolutely
awesome idea.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

If that is the case, then web crawlers wouldn't be able to index blog posts and forum threads. The SEO indexes pages as if the page is viewed by the client. It should be able to index the pages just fine.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Alright, I didn't know that, like I said I've only done a little research into SEO.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Do you want me to create a php script for searching for a page?

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

Sure. When you connect to the database, use include sqllogin.php;

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Hey guys,

I want you to know that this week I'd like to see us testing quite a bit of this. As a result, I am shifting my priorities over to essentially being your servant. Any coding, testing or ideas you want me to work on let me know.

~Mr. M.

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

You still need to add list tags. ([ul], [ol], [li], [*]) Take this (link)[http://bbcode.org/examples/?id=13] for reference.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I added it last night actually, I just need to upload

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I uploaded the latest Convert and updated the bbConvert github

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I was just wondering in what format you were planning on saving the pages in, HTML or BB? Even if you've decided then this is some things to think about.
I was thinking about some of the pros and cons of each:

HTML

Pros:

  • Can be loaded quickly

Cons:

  • Can't easily be edited

BBCode

Pros:

  • Can be easily edited

Cons

  • Converting each time could be slow

Both HTML and BBCode

Pros:

  • The BBCode can be easily edited
  • The HTML can be quickly loaded

Cons:

  • Takes up ~2x the space

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

I was planning on having the pages saved as BBCode and it would be converted to html with the index.php script. The only problem is that the home page has an image map which doesn't have a BBCode equivalent so either the editor needs to recognize both BBCode and HTML or you need to create custom BBCode tags.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

If you need anything that isn't a BBCode tag then you should be able to put in straight HTML without any problem.

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

I know that. The problem is that it would be inside paragraph tags.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Are you both cool with me touching the CSS for the area and trying a few different things with the current version on our server?

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

I keep on getting a blank string when I use the Convert exe file. Apparently the php script doesn't have permission but you were able to get it to work. What did you do to make it work.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Which folder is it in? I need to give it permission to execute on the
server (You can only do it on linux)

On Sun, May 1, 2016, 9:13 PM Nathan [email protected] wrote:

I keep on getting a blank string when I use the Convert exe file.
Apparently the php script doesn't have permission but you were able to get
it to work. What did you do to make it work.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

test/backend on the PEDCO server.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Alright, it should have executable rights

On Sun, May 1, 2016, 9:15 PM Nathan [email protected] wrote:

test/backend on the PEDCO server.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

It might not be a bad idea if I just put the Converter in a specific folder
or at the root of the server and keeping it updated and with proper
permission. You think I should do that?

On Sun, May 1, 2016, 9:21 PM Caleb Gardner [email protected] wrote:

Alright, it should have executable rights

On Sun, May 1, 2016, 9:15 PM Nathan [email protected] wrote:

test/backend on the PEDCO server.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

Yes. Also the Converter is outputting empty paragraph tags.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Slightly unrelated, but I would like to get someone to start inputting the
data this week. How much longer before the code converter is ready for mass
data input?? Estimate?

On Mon, May 2, 2016 at 10:08 AM, Nathan [email protected] wrote:

Yes. Also the Converter is outputting empty paragraph tags.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I have noticed the empty paragraph tags, but it doesn't seem to be coming
from the converter, I can double check though. It should be fine for mass
data input I do believe at the moment.

On Mon, May 2, 2016, 10:10 AM dwmikesell [email protected] wrote:

Slightly unrelated, but I would like to get someone to start inputting the
data this week. How much longer before the code converter is ready for mass
data input?? Estimate?

On Mon, May 2, 2016 at 10:08 AM, Nathan [email protected] wrote:

Yes. Also the Converter is outputting empty paragraph tags.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I changed some stuff on my converter, so I'll make sure to upload it soon. I have it actively replace any empty paragraph tags in it's output, but it doesn't seem to make any difference, I think it's just how the browser is interpreting the output for no reason. Thankfully the empty paragraph tags don't have any height so they shouldn't mess anything up.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I put it in a folder named converter at the root directory

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Will it recognize separate pages yet?

On Mon, May 2, 2016 at 3:59 PM, Belac Darkstorm [email protected]
wrote:

I put it in a folder named converter at the root directory


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

What do you mean recognize different pages? If you want to convert multiple pages at once, do the shell_exec multiple times.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Got it.

On Mon, May 2, 2016 at 4:46 PM, Belac Darkstorm [email protected]
wrote:

What do you mean recognize different pages? If you want to convert
multiple pages at once, do the shell_exec multiple times.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

Apparently, the empty paragraph tags are from blank lines in the BBCode. Maybe you should make the Converter not return paragraph tags if a line is blank.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

What would it mean to do
instead of

for enter. Although I
will say Schoology's editor does blank

tags too.

[image: Inline image 1]

On Tue, May 3, 2016 at 9:56 AM, Nathan [email protected] wrote:

Apparently, the empty paragraph tags are from blank lines in the BBCode.
Maybe you should make the Converter not return paragraph tags if a line is
blank.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I could do
instead, but the problem is that you couldn't format the paragraphs in css then

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I forgot that this uses markdown that interprets html
I could do </br> instead, but the problem is that you couldn't format the paragraphs in css.

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

The BBCode converter is leaving out the first letter in the color tag. (e.g. "blue" outputs as "lue" in HTML)

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Both of you. Keep up the good work. Caleb, hope to see you in school this
week bud. I appreciate you still working on this even from home.

On Wed, May 4, 2016 at 9:47 AM, Nathan [email protected] wrote:

The BBCode converter is leaving out the first letter in the color tag.
(e.g. "blue" outputs as "lue" in HTML)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Once my dad drops off my laptop I'll be able to fix it real quick, probably just a simple array position error.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

What's the website log in credential so I can see how the pages are looking?

On Wed, May 4, 2016 at 10:18 AM, Belac Darkstorm [email protected]
wrote:

Once my dad drops off my laptop I'll be able to fix it real quick,
probably just a simple array position error.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'm currently redoing a part of it so it will more intelligently place the paragraph tags if they're being caused by the program.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

should cut down on the empty tags

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I uploaded a newer version of the converter. It should fix the color issue.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Tested it and there wasn't any issue with color stuff

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

So something I'm still a little confused about. How will this merge with
the create or edit a page section?

On Wed, May 4, 2016 at 11:36 PM, Belac Darkstorm [email protected]
wrote:

Tested it and there wasn't any issue with color stuff


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

When you enter into the create area it would be, basically, the webpage I created with an additional button to save the changes (probably add some dropboxes and/or textboxes so you can select which part to save it under). For the edit page it would be the same page, but it would load the saved bbcode page into the main text area

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Yes. That would be ideal. Outside of CSS, what else do you need from me in
getting this up?

On Thu, May 5, 2016 at 9:32 AM, Belac Darkstorm [email protected]
wrote:

When you enter into the create area it would be, basically, the webpage I
created with an additional button to save the changes (probably add some
dropboxes and/or textboxes so you can select which part to save it under).
For the edit page it would be the same page, but it would load the saved
bbcode page into the main text area


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Which I need to upload what I have for that so far. I want to modify a
thing or two.

On Thu, May 5, 2016 at 9:34 AM, David Mikesell [email protected] wrote:

Yes. That would be ideal. Outside of CSS, what else do you need from me in
getting this up?

On Thu, May 5, 2016 at 9:32 AM, Belac Darkstorm [email protected]
wrote:

When you enter into the create area it would be, basically, the webpage I
created with an additional button to save the changes (probably add some
dropboxes and/or textboxes so you can select which part to save it under).
For the edit page it would be the same page, but it would load the saved
bbcode page into the main text area


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'm not sure what else is needed. You want me to make the images and youtube videos have a particular class that can be worked with css? I can see this might be necessary for the mobile design to work properly

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Ok cool

On Thu, May 5, 2016 at 9:37 AM, Belac Darkstorm [email protected]
wrote:

I'm not sure what else is needed. You want me to make the images and
youtube videos have a particular class that can be worked with css? I can
see this might be necessary for the mobile design to work properly


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I just uploaded the newest bbconverter. I completely rewrote some parts to make it more efficient and I added some simpler tags (such as [bold] [italics] [strike]).

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Sweet

On Thu, May 5, 2016 at 9:49 AM, Belac Darkstorm [email protected]
wrote:

I just uploaded the newest bbconverter. I completely rewrote some parts to
make it more efficient and I added some simpler tags (such as [bold]
[italics] [strike]).


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'm also planning on working on the github wiki page for the bbconvert so that it can be linked to. I'm planning on explaining the syntax of bbcode and other stuff like that.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Tight.

On Thu, May 5, 2016 at 10:30 AM, Belac Darkstorm [email protected]
wrote:

I'm also planning on working on the github wiki page for the bbconvert so
that it can be linked to. I'm planning on explaining the syntax of bbcode
and other stuff like that.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I added [bullet],[number], and [image] and rewrote the code for ordered and ordered lists so that they can properly handle a second level, but my expirements with 3+ levels seem to fail epicly (there are empty items and lone <li> tags everywhere. It's bad). I'm probably going to focus on the multilevel lists and then go full time on the github wiki so it can be done by the time the website is finished.

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

The previous color problem is also happening to the [font=] tag.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I fixed the problem, but there probably won't be a new upload until I get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected] wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" [email protected] wrote:

I fixed the problem, but there probably won't be a new upload until I get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected] wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Do you think Friday is realistic to have a whole "rough draft" ready to go
for people to look through? So by rough draft I mean that I can spend
evenings and that weekend making pages and dropping them where they go.
What needs to happen with the drop down menu if anything?

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 12:06 PM, "David Mikesell" [email protected] wrote:

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" [email protected]
wrote:

I fixed the problem, but there probably won't be a new upload until I get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected] wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

The BBcode converter is ready, and if there is any problems then the actual
BB page won't be effected and I'll just upload an updated executable

On Mon, May 9, 2016, 12:35 PM dwmikesell [email protected] wrote:

Do you think Friday is realistic to have a whole "rough draft" ready to go
for people to look through? So by rough draft I mean that I can spend
evenings and that weekend making pages and dropping them where they go.
What needs to happen with the drop down menu if anything?

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 12:06 PM, "David Mikesell" [email protected] wrote:

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" [email protected]
wrote:

I fixed the problem, but there probably won't be a new upload until I
get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected] wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Ok sweet. I'll try a few more tonight :)
On May 9, 2016 12:48 PM, "Belac Darkstorm" [email protected] wrote:

The BBcode converter is ready, and if there is any problems then the actual
BB page won't be effected and I'll just upload an updated executable

On Mon, May 9, 2016, 12:35 PM dwmikesell [email protected] wrote:

Do you think Friday is realistic to have a whole "rough draft" ready to
go
for people to look through? So by rough draft I mean that I can spend
evenings and that weekend making pages and dropping them where they go.
What needs to happen with the drop down menu if anything?

I think we're safe at 2 levels. Anything more for this company would then
probably be uploaded as a pdf.
On May 9, 2016 12:06 PM, "David Mikesell" [email protected] wrote:

I think we're safe at 2 levels. Anything more for this company would
then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" [email protected]
wrote:

I fixed the problem, but there probably won't be a new upload until I
get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected]
wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Just message any bugs that arise

On Mon, May 9, 2016, 12:51 PM dwmikesell [email protected] wrote:

Ok sweet. I'll try a few more tonight :)
On May 9, 2016 12:48 PM, "Belac Darkstorm" [email protected]
wrote:

The BBcode converter is ready, and if there is any problems then the
actual
BB page won't be effected and I'll just upload an updated executable

On Mon, May 9, 2016, 12:35 PM dwmikesell [email protected]
wrote:

Do you think Friday is realistic to have a whole "rough draft" ready to
go
for people to look through? So by rough draft I mean that I can spend
evenings and that weekend making pages and dropping them where they go.
What needs to happen with the drop down menu if anything?

I think we're safe at 2 levels. Anything more for this company would
then
probably be uploaded as a pdf.
On May 9, 2016 12:06 PM, "David Mikesell" [email protected]
wrote:

I think we're safe at 2 levels. Anything more for this company would
then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" <[email protected]

wrote:

I fixed the problem, but there probably won't be a new upload until
I
get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected]
wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
<
https://github.com/CalebQ42/PEDCO/issues/3#issuecomment-217890851>


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Flies arise. So do bees. They go buzz buzz
On May 9, 2016 12:52 PM, "Belac Darkstorm" [email protected] wrote:

Just message any bugs that arise

On Mon, May 9, 2016, 12:51 PM dwmikesell [email protected] wrote:

Ok sweet. I'll try a few more tonight :)
On May 9, 2016 12:48 PM, "Belac Darkstorm" [email protected]
wrote:

The BBcode converter is ready, and if there is any problems then the
actual
BB page won't be effected and I'll just upload an updated executable

On Mon, May 9, 2016, 12:35 PM dwmikesell [email protected]
wrote:

Do you think Friday is realistic to have a whole "rough draft" ready
to
go
for people to look through? So by rough draft I mean that I can spend
evenings and that weekend making pages and dropping them where they
go.
What needs to happen with the drop down menu if anything?

I think we're safe at 2 levels. Anything more for this company would
then
probably be uploaded as a pdf.
On May 9, 2016 12:06 PM, "David Mikesell" [email protected]
wrote:

I think we're safe at 2 levels. Anything more for this company
would
then
probably be uploaded as a pdf.
On May 9, 2016 10:22 AM, "Belac Darkstorm" <
[email protected]

wrote:

I fixed the problem, but there probably won't be a new upload
until
I
get
the lists properly sorted out.

On Mon, May 9, 2016, 10:03 AM Nathan [email protected]
wrote:

The previous color problem is also happening to the [font=] tag.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
<
https://github.com/CalebQ42/PEDCO/issues/3#issuecomment-217890851>


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
<
https://github.com/CalebQ42/PEDCO/issues/3#issuecomment-217896212>


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

Yesterday, I added AJAX to the pagecreator.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I uploaded the newest converter with multilevel list support. Unless there's a bug found, I'm going to focus on the wiki.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Would this help the menu situation?
http://demo.raibledesigns.com/struts-menu/dynamicMenu.jsp

On Tue, May 10, 2016 at 9:33 AM, Belac Darkstorm [email protected]
wrote:

I uploaded the newest converter with multilevel list support. Unless
there's a bug found, I'm going to focus on the wiki.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I just uploaded the latest Converter (had a couple bugs) but I also have finished the wiki. The address is https://github.com/CalebQ42/bbConvert/wiki

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

The converter editor is not redirecting back to the index, which is a
feature I liked before. Also, now for some reason I can't get the pages to
show up like they would before with a URL. Was anything changed in how the
URL would produce?

On Wed, May 11, 2016 at 1:51 PM, Belac Darkstorm [email protected]
wrote:

I just uploaded the latest Converter (had a couple bugs) but I also have
finished the wiki. The address is
https://github.com/CalebQ42/bbConvert/wiki


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Pretty sure this is what I did last week to get it to work
http://portagein.org/test/backend/pagecreator/home.php

On Wed, May 11, 2016 at 9:00 PM, David Mikesell [email protected]
wrote:

The converter editor is not redirecting back to the index, which is a
feature I liked before. Also, now for some reason I can't get the pages to
show up like they would before with a URL. Was anything changed in how the
URL would produce?

On Wed, May 11, 2016 at 1:51 PM, Belac Darkstorm <[email protected]

wrote:

I just uploaded the latest Converter (had a couple bugs) but I also have
finished the wiki. The address is
https://github.com/CalebQ42/bbConvert/wiki


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Let me know. I have an idea that will work for the categories tomorrow. I
only created about 10 lines of code cause I don't want to mess up what you
already have in play.

The idea though is to add a category order column to pages so they can be
shuffled and changed. There would also be a boolean column that checks the
visibility state. For regular static links, we could store those on a
separate table and then merge the two tables together and have it sort by
the order.

Caleb, any chance we can get some of the BB code pieces simplified? For
example, putting a drop down in a pop-up window and returning the correct
value with the color to select from?

https://www.google.com/search?sourceid=chrome-psyapi2&ion=1&espv=2&ie=UTF-8&q=select%20form%20in%20pop%20up%20window&oq=select%20form%20in%20pop%20up%20window&aqs=chrome..69i57.6557j0j7

Remember. We need this to be as simple for Amy to maneuver as possible.
Whatever seems simple to you, dumb it down times 5.

On Wed, May 11, 2016 at 9:01 PM, David Mikesell [email protected]
wrote:

Pretty sure this is what I did last week to get it to work
http://portagein.org/test/backend/pagecreator/home.php

On Wed, May 11, 2016 at 9:00 PM, David Mikesell [email protected]
wrote:

The converter editor is not redirecting back to the index, which is a
feature I liked before. Also, now for some reason I can't get the pages to
show up like they would before with a URL. Was anything changed in how the
URL would produce?

On Wed, May 11, 2016 at 1:51 PM, Belac Darkstorm <
[email protected]> wrote:

I just uploaded the latest Converter (had a couple bugs) but I also have
finished the wiki. The address is
https://github.com/CalebQ42/bbConvert/wiki


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

I was thinking about having a boolean value that would determine if the page would be visible on the dropdown menu or not. There would also be the category field, and if that has no value, then it would be its own link on the menu.
I got rid of the redirect because I thought that if someone was editing a page and submitted it, and they made a mistake, they can fix it again without going back to the file.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Good call. Add a back button then or link back to index.

On Thu, May 12, 2016 at 9:34 AM, Nathan [email protected] wrote:

I was thinking about having a boolean value that would determine if the
page would be visible on the dropdown menu or not. There would also be the
category field, and if that has no value, then it would be its own link on
the menu.

I got rid of the redirect because I thought that if someone was editing a
page and submitted it, and they made a mistake, they can fix it again
without going back to the file.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

I think I should also create a category creator just in case someone wants to make a new category.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

That sounds good. That's what I started messing with last night very
briefly in the pagecreator section.
On May 12, 2016 5:47 PM, "Nathan" [email protected] wrote:

I think I should also create a category creator just in case someone wants
to make a new category.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

For the image tag, how do you want me to do it? I know there'll probably be an upload button that will put the picture in an uploads folder in the pictures folder, but ow do you want the uploaded pictures to be selected? A select and a small preview is my initial idea.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I just uploaded the first function (youtube) for the add buttons. I also added the two necessary divs to the pagecreator.php. I added the two divs to the style on pagecreator with simple styling.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

The category creator is done and is reading correctly into Nathan's
category piece per page. It does not update in pages yet and I would like
to create a preview section as well once I tie the javascript/css into it.
Should be done tonight.

On Fri, May 13, 2016 at 10:06 AM, Belac Darkstorm [email protected]
wrote:

I just uploaded the first function (youtube) for the add buttons. I also
added the two necessary divs to the pagecreator.php. I added the two divs
to the style on pagecreator with simple styling.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

You need to reupload the addlink.js. It ended up being deleted when I pushed my commit.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Is the addlink.js for Caleb or me?

I got a drop menu dynamically working. I would still like the page builder
to be able to have the capability to upload an image and then insert it
using the BB code. Otherwise, Amy has no way of uploading new pictures and
getting them on a page.

For both of you, what's the feasibility? Using PHP to upload the file, get
the URL, return it to the BB code converter and insert it into the page?

http://www.w3schools.com/php/php_file_upload.asp

On Fri, May 13, 2016 at 7:45 PM, Nathan [email protected] wrote:

You need to reupload the addlink.js. It ended up being deleted when I
pushed my commit.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Totally possible

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

I'll probably mess around with a script tonight

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

If this helps, I just found a PHP code that pulls all the pictures from the
same directory and builds out their URLs

http://www.portagein.org/test/backend/pagecreator/pictures.php

On Sat, May 14, 2016 at 4:29 PM, Belac Darkstorm [email protected]
wrote:

I'll probably mess around with a script tonight


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Are either of you on right now by chance? Rather large delay when I try to
type in new code. Just curious.

On Sat, May 14, 2016 at 4:43 PM, David Mikesell [email protected]
wrote:

If this helps, I just found a PHP code that pulls all the pictures from
the same directory and builds out their URLs

http://www.portagein.org/test/backend/pagecreator/pictures.php

On Sat, May 14, 2016 at 4:29 PM, Belac Darkstorm <[email protected]

wrote:

I'll probably mess around with a script tonight


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Nvm. It was just with home page

On Sat, May 14, 2016 at 8:15 PM, David Mikesell [email protected]
wrote:

Are either of you on right now by chance? Rather large delay when I try to
type in new code. Just curious.

On Sat, May 14, 2016 at 4:43 PM, David Mikesell [email protected]
wrote:

If this helps, I just found a PHP code that pulls all the pictures from
the same directory and builds out their URLs

http://www.portagein.org/test/backend/pagecreator/pictures.php

On Sat, May 14, 2016 at 4:29 PM, Belac Darkstorm <
[email protected]> wrote:

I'll probably mess around with a script tonight


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Last update for the night. I got the URLs to properly put the %20 in
between the words, but now it is producing a dead link which surprised me.

So this may seem dumb, but I could not retrace where the code actually uses
the title to know what part of the database to load. Where is that taking
place? Maybe the root of this issue lies there.

On Sat, May 14, 2016 at 8:23 PM, David Mikesell [email protected]
wrote:

Nvm. It was just with home page

On Sat, May 14, 2016 at 8:15 PM, David Mikesell [email protected]
wrote:

Are either of you on right now by chance? Rather large delay when I try
to type in new code. Just curious.

On Sat, May 14, 2016 at 4:43 PM, David Mikesell [email protected]
wrote:

If this helps, I just found a PHP code that pulls all the pictures from
the same directory and builds out their URLs

http://www.portagein.org/test/backend/pagecreator/pictures.php

On Sat, May 14, 2016 at 4:29 PM, Belac Darkstorm <
[email protected]> wrote:

I'll probably mess around with a script tonight


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

It seems that when I put %20 in the URL bar, the URL actually replaces the the %20s with literal spaces, thus making the url invalid.

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Try \%20

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

It ends up putting in forward slashes. Weird

On Sun, May 15, 2016 at 12:31 PM, Belac Darkstorm [email protected]
wrote:

Try %20


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

CalebQ42 avatar CalebQ42 commented on July 18, 2024

Try %2520 %25 is a percent sign

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Doesn't quite help. I have it making the URL with the full name in it but
there's something it how it draws in the matching name from the database
that it needs to match. If it's single, it matches.

The %25 doesn't work either. Nor did \2525

http://portagein.org/test/backend/Quality/2520of/2520Life

On Sun, May 15, 2016 at 12:38 PM, Belac Darkstorm [email protected]
wrote:

Try %2520 %25 is a percent sign


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

The submit button is not communicating with the DB right now. Didn't know
if you were aware of that or not. The category adder looks cool though and
works well.

On Wed, Apr 20, 2016 at 9:58 AM, Nathan [email protected] wrote:

Sure. You should also add the youtube tag ([youtube]url[/youtube])
which should be converted into the iframe that youtube uses for embedded
videos.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3 (comment)

David W. Mikesell
Schoology Contract Trainer
Serving the needs of Education and Corporate Client Training Needs

Website: http://www.schoology.com
Home/Cell Phone: (262) 945-1972
Email: [email protected]

from pedco.

xianc78 avatar xianc78 commented on July 18, 2024

The 404 errors from the URL spaces have nothing to do with the database. If you type in a URL for a page that is not in the database, it would just show you a page with no content. It must have to do with the web server handling requests with spaces in them.

from pedco.

dwmikesell avatar dwmikesell commented on July 18, 2024

Confirmed. The title string never stores past the first word. I checked if
it read it like an array but did not. That's why in the link maker I moved
the conversion to the pulling process.
On May 15, 2016 8:09 PM, "Nathan" [email protected] wrote:

The 404 errors from the URL spaces have nothing to do with the database.
If you type in a URL for a page that is not in the database, it would just
show you a page with no content. It must have to do with the web server
handling requests with spaces in them.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#3 (comment)

from pedco.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.