Personal project
Personal project
I don't know if this is the correct topic, but I would like to show you palls my personal project, the e-zine Ciberarte, that I finally achieve to migrate do CMSMS (1.5.1). Please, any critics, ideas and questions will be welcome:
http://www.ciberarte.com.br
http://www.ciberarte.com.br
Re: Personal project
Very Nice, interesting layout...
But just a couple things to clean up...
http://validator.w3.org/check?verbose=1 ... r%2Fn03%2F
But just a couple things to clean up...
http://validator.w3.org/check?verbose=1 ... r%2Fn03%2F
Re: Personal project
tyman00, my fault, but you don't need need to be rude!
mark: yes, I already saw that, I work with webdesign since 1997. Some years ago, I was very worried about Markup Validation, but learned that was not the most important thing to worried about. I was waiting for other kind of comments, not something so obvious like show mistakes in the markup that didn´t compromises the site functionality.
But... wait, about the in the images in the cover: I used the Image Field in Edit Content to set that image and there is no field to fill the alt tags. Ok, I can use a content block in that case. But wouldn't be great if we can fill the right in the Image Manager, like we do in TextPattern? This is just to show that sometimes Markup Validation begins even before the templates...
Still, thanks for your comment, mark
mark: yes, I already saw that, I work with webdesign since 1997. Some years ago, I was very worried about Markup Validation, but learned that was not the most important thing to worried about. I was waiting for other kind of comments, not something so obvious like show mistakes in the markup that didn´t compromises the site functionality.
But... wait, about the in the images in the cover: I used the Image Field in Edit Content to set that image and there is no field to fill the alt tags. Ok, I can use a content block in that case. But wouldn't be great if we can fill the right in the Image Manager, like we do in TextPattern? This is just to show that sometimes Markup Validation begins even before the templates...
Still, thanks for your comment, mark
Re: Personal project
By this "I used the Image Field in Edit Content to set that image and there is no field to fill the alt tags" you mean you used the Insert/edit Image button, if so you put the image description in below the image url and it becomes the alt=""...
If you mean the Image: dropdown like Menu Text:. Title: type thing you can add the alt to it also...
If you mean the Image: dropdown like Menu Text:. Title: type thing you can add the alt to it also...
Re: Personal project
>If you mean the Image: dropdown like Menu Text:. Title: type thing you can add the alt to it also...
Yes, dropdown like Menu, but I didn't understand your explanation.
There is no field for alt there.
I know how so solve adding a content block, but want a easier solution.
And about these markup error, do you know how to correct it? How can I exclude these information (mysql queries, I think) from the bottom of the page?
# Error Line 65, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 25 and html.
# Error Line 65, Column 51: XML Parsing Error: Premature end of data in tag body line 17.
# Error Line 65, Column 51: XML Parsing Error: Premature end of data in tag html line 2.
Yes, dropdown like Menu, but I didn't understand your explanation.
There is no field for alt there.
I know how so solve adding a content block, but want a easier solution.
And about these markup error, do you know how to correct it? How can I exclude these information (mysql queries, I think) from the bottom of the page?
# Error Line 65, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 25 and html.
# Error Line 65, Column 51: XML Parsing Error: Premature end of data in tag body line 17.
# Error Line 65, Column 51: XML Parsing Error: Premature end of data in tag html line 2.
Re: Personal project
If you are using the {page_image} tag this will show you how to add the alt= and title=, look below the second image in content...
http://mit-computers.com/index.php/how- ... types.html
OH yea and that error is most likely from the errors above, start by cleaning the errors above it and all will fall into place, and image calls should be closed .png" />
http://mit-computers.com/index.php/how- ... types.html
OH yea and that error is most likely from the errors above, start by cleaning the errors above it and all will fall into place, and image calls should be closed .png" />
Last edited by Anonymous on Tue Jan 13, 2009 10:37 pm, edited 1 time in total.
Re: Personal project
thank you mark.
I even know that there is a {page_image} tag!!
I just made I search in the forum and you are the first to write that tag here.
documentation lack?
I even know that there is a {page_image} tag!!
I just made I search in the forum and you are the first to write that tag here.
documentation lack?
Re: Personal project
mark, I got that:
string(121) "Smarty error: [in template:26 line 24]: syntax error: unrecognized tag 'page_image' (Smarty_Compiler.class.php, line 590)"
I am using 1.5.1 version.
string(121) "Smarty error: [in template:26 line 24]: syntax error: unrecognized tag 'page_image' (Smarty_Compiler.class.php, line 590)"
I am using 1.5.1 version.
Re: Personal project
aozuas: I wasn't being rude I was asking a simple question. You've been on the forum almost as long as I have. I really thought you would have noticed that by now.
I do like the concept of your site. I am not a huge fan of having smaller divs with content and having to scroll through them, but yours is one I don't mind too much.
As far as the page_image and I think he meant {content_image}. I could be wrong, but I think that's what he meant. If you go to your Admin then Extensions -> Tags and look for content_image you can click on the help and look at the parameters you can use there. You can also use smarty variables like to call in your alt if you wanted.
I do like the concept of your site. I am not a huge fan of having smaller divs with content and having to scroll through them, but yours is one I don't mind too much.
As far as the page_image and I think he meant {content_image}. I could be wrong, but I think that's what he meant. If you go to your Admin then Extensions -> Tags and look for content_image you can click on the help and look at the parameters you can use there. You can also use smarty variables like to call in your alt if you wanted.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Personal project
Hey may have also meant this: http://forum.cmsmadesimple.org/index.ph ... #msg135906
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Personal project
Those are the same thing I have on that page...
aozuas did you mean you get an error?...
aozuas did you mean you get an error?...
Re: Personal project
tyman00, I am already using that {$content_obj->GetPropertyValue('image')}
and mark suggested that: {page_image}
but I dont think he meant {content_image}, because that last one create a new image field in the Add New Content area and didnt solve the main problem: create an automatic alt tag.
and mark suggested that: {page_image}
but I dont think he meant {content_image}, because that last one create a new image field in the Add New Content area and didnt solve the main problem: create an automatic alt tag.
Re: Personal project
yes, mark, I got that error:
string(121) "Smarty error: [in template:26 line 24]: syntax error: unrecognized tag 'page_image' (Smarty_Compiler.class.php, line 590)"
I am using 1.5.1 version.
string(121) "Smarty error: [in template:26 line 24]: syntax error: unrecognized tag 'page_image' (Smarty_Compiler.class.php, line 590)"
I am using 1.5.1 version.
Re: Personal project
Mark, I have a fresh install of 1.5.1 running and page_image throws that same error. Do you have a custom UDT you are using for page_image?
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Personal project
Hi, mark, just adding my voice to tyman00: Do you have a custom UDT you are using for page_image?