News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

zCommunity 0.8.1 Beta Now available! (supports SMF 2.0 RC1 and 1.1.8)

Started by Charles Hill, June 16, 2008, 03:33:34 PM

Previous topic - Next topic

Sudhakar Arjunan

Quote from: SmokyBlue on September 28, 2008, 10:56:34 AM
ok try this one..

not sure what happened.. but tis one is based off my own default and i do know it works.. :)

Am using PHP designer. Its shows error on the same line.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Smoky "Rider" Blue

link to your site.

this is the code from my site and it works.. not sure what you are doing, but if i can elp, tat is good, and if not ten maybe Charles can help you out..

being the fact you also have fels  blog on there as well, i am not sure what to tell you..
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

Kindred

what is php designer?


-edit- oh, ICK!   why bother?   Just use a text editor. ConText, NotePad++ and UltraEdit all have syntax highlighting as well.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Charles Hill

Avoid using in-browser text editors... They are slow and usually aren't anywhere near as good as an application text editor on your computer like the ones Kindred has mentioned.

Sudhakar Arjunan

Hi Charles and Kindred ,

you were correct.

I have directly applied the code in my notepad and then forwarded it to my panel.

Still its showing error in the meta tag where blog title were automatically loaded.

Could you help me out .
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Charles Hill

@asudhakar....
I found the error in that index.template.php... Find:
(!empty($context['blog']['meta']['description']) ? $context['blog']['meta']['description'] : $context['page_title']) .  />'

replace with:
(!empty($context['blog']['meta']['description']) ? $context['blog']['meta']['description'] : $context['page_title']) . '/>'

ilikeitalot

Just a suggestion Charles... a blog template similar to this SMF theme [nofollow] would look very cool... especially if the blog owner could select/upload their own background image.

Sudhakar Arjunan

Thank you Charles, I got it working perfectly.

Now I was creating a seperate board for blogs.

I got the following errors.

Apply Filter: Only show the error messages of this member  The_Big_S       Today at 23:27:46
Apply Filter: Only show the error messages of this IP address 122.122.122.122      Apply Filter: Only show the error messages of this session b3a27b6bab8fc62b66a57f0a6ba19c80
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php?action=manageboards;sa=newboard;cat=10
Apply Filter: Only show the errors with the same message
8: Undefined index: permission_mode
File: /home/itacumen/public_html/forum/Themes/default/ManageBoards.template.php (modify_board sub template - eval?)
Line: 401
   
Apply Filter: Only show the error messages of this member The_Big_S    Today at 23:26:47
Apply Filter: Only show the error messages of this IP address 122.122.122.122      Apply Filter: Only show the error messages of this session b3a27b6bab8fc62b66a57f0a6ba19c80
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php?action=blogHelp;help=blogMode
Apply Filter: Only show the errors with the same message
8: Undefined index: can_poll_view
File: /home/itacumen/public_html/forum/Sources/BlogSettings.php
Line: 435
   
Apply Filter: Only show the error messages of this member The_Big_S    Today at 23:26:47
Apply Filter: Only show the error messages of this IP address 122.122.122.122      Apply Filter: Only show the error messages of this session b3a27b6bab8fc62b66a57f0a6ba19c80
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php?action=blogHelp;help=blogMode
Apply Filter: Only show the errors with the same message
8: Undefined index: can_poll_view
File: /home/itacumen/public_html/forum/Sources/BlogSettings.php
Line: 434
   
Apply Filter: Only show the error messages of this member The_Big_S    Today at 23:26:47
Apply Filter: Only show the error messages of this IP address 122.122.122.122      Apply Filter: Only show the error messages of this session b3a27b6bab8fc62b66a57f0a6ba19c80
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php?action=blogHelp;help=blogMode
Apply Filter: Only show the errors with the same message
8: Undefined index: can_poll_view
File: /home/itacumen/public_html/forum/Sources/BlogSettings.php
Line: 433

Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Sudhakar Arjunan

Quote from: ilikeitalot on September 28, 2008, 01:54:17 PM
Just a suggestion Charles... a blog template similar to this SMF theme would look very cool... especially if the blog owner could select/upload their own background image.

I like your idea a lot.
I have smiled once after looking at your idea.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Charles Hill

Ya I had thought about trying to make a theme that has transparent "windows" for the content.  I'll be getting to working on the blog theme feature soon :)  That is going to probably be the coolest feature.

Last night I completely redid how blog_settings are done.  Now instead of each setting having its own row (and each blog having 50+ rows in the blog_settings table), each blog has just one row with 50+ columns.  This will drastically improve long term performance (especially if your blog community ends up having hundreds of blogs).  Additionally, this allowed me to get rid of a large query for loading just blog settings.  These are now loaded via loadBoard() instead.

Also I redid how things are handled when a blog does not have any settings saved yet... If a user goes to a blog's page in the blog control panel and that blog does not have a row in the blog_settings table, one is created for it using the default settings and any info available from the boards table related to that blog.

It all sounds complicated I know... Basically things are a lot more stable/solid now.


edit---
@asudhakar...
Those are all errors I have covered in previous posts in this topic.

Sudhakar Arjunan

Hi Charles,

Its late night in India.

Am moving now.

I have created on blog and found its be a separate board.
So I could have only for few members only. If there are several member. Then what about the entire board count will move up to 1000.

Could we have this only as a topic in a common board.

All looks good . Even tagging system is perfect.

Congrates on future upgrade you have mentioned above. And tomorrow morning i will work on the error by referring all the topics.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

trackermo

#551
Quote from: trackermo on September 27, 2008, 07:53:21 AM
Charles,

Here's a really, REALLY stupid question... and maybe I should just continue hunting for the answer... How do you edit a blog article?  Maybe others never edit... but I am one to edit, then re-edit, then add another thought... so editing is absolutely crucial...

But, though I've looked all around, I can find no way to edit a blog...

Thanks!

Mo

This is still a problem...  as you may recall I (and presumably all members) cannot edit our blog posts... because the edit link/icon is not showing up.  And it happens in both the default theme and others... it doesn't matter.

Any suggestions? 

Mo

Smoky "Rider" Blue

any errors in the log?? if you have firfox and  webdev or fiebug, you can see if there is any missing images.. but the link show be showing up for you..

are you using a custom theme, and if so, did you make sure to do the right edits to the theme?? and move a copy of the images to the new theme??

do you see the 2 buttons that say share and options?? its in the options area..
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

trackermo

#553
Quote from: SmokyBlue on September 28, 2008, 05:43:04 PM
any errors in the log?? if you have firfox and  webdev or fiebug, you can see if there is any missing images.. but the link show be showing up for you..

are you using a custom theme, and if so, did you make sure to do the right edits to the theme?? and move a copy of the images to the new theme??

do you see the 2 buttons that say share and options?? its in the options area..

Excuse me?  What part of "...And it happens in both the default theme and others... it doesn't matter" is unclear?  I KNOW it's supposed to be under the options... I only repeated the first post on this topic as a reminder... but we went through all the normal questions... And I did check-- the image is in the images file.

Mo

Smoky "Rider" Blue

have you checked the edits to the files? do you have any errors in your error log in the admin? (second tiime i have asked)

how about a test admin acct?? you could send the info to Chuck Hill and he could check it out better.. or i can..

and i do hope you get this resolved. nothing is unclear, but it helps if you answer questions so that someone can help you.. repeating what you type doesnt help without the right info that is being asked of you. Thanks!!  :)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

djrem

Quote from: trackermo on September 28, 2008, 05:32:23 PM
Quote from: trackermo on September 27, 2008, 07:53:21 AM
Charles,

Here's a really, REALLY stupid question... and maybe I should just continue hunting for the answer... How do you edit a blog article?  Maybe others never edit... but I am one to edit, then re-edit, then add another thought... so editing is absolutely crucial...

But, though I've looked all around, I can find no way to edit a blog...

Thanks!

Mo

This is still a problem...  as you may recall I (and presumably all members) cannot edit our blog posts... because the edit link/icon is not showing up.  And it happens in both the default theme and others... it doesn't matter.

Any suggestions? 

Mo

I have found that using FireFox, the edit buttons are there.
Its an issue with IE 6

trackermo

okay... I'll try it.  Although I'm using IE 7... hmmm. 

Mo

djrem

Sorry, thats what i ment.

The latest IE is what i was using on both machines i used to test it.

Smoky "Rider" Blue

**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

Ravac

Blog.Serbian-utf8.php (Latinic)

Translate is Attached with post  :D

Advertisement: