News:

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

Main Menu

SA Knowledge Base

Started by SMFHacks.com Team, January 20, 2012, 06:14:12 PM

Previous topic - Next topic

novill

This solution works, thank you tfs. :)



Have anyone a solutions to the comments encoding problem that i have?

novill

I have found another bug, when a member create a article and later edit his own article the system write the user ID to 0. The article will be published under the name of guest.

To the previous post is any idea to any one how can i make it working with ISO encoded forum.

SMFHacks.com Team

Quote from: novill on September 24, 2012, 07:22:58 AM
I have found another bug, when a member create a article and later edit his own article the system write the user ID to 0. The article will be published under the name of guest.


New update

1.0.2
!Fixed edit article going to guest
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

novill

Thanks for your help, i have updated with the new kb version. Than i have tried with my test user to edit a article and than i have a database error message.

The database value you're trying to insert does not exist: memid

vbgamer45

Quote from: novill on September 25, 2012, 04:31:19 AM
Thanks for your help, i have updated with the new kb version. Than i have tried with my test user to edit a article and than i have a database error message.

The database value you're trying to insert does not exist: memid
New update posted
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

novill

Thanks that works.

Can you fix the other bug what i found? I have made a pair pictures to better understand the problem.

With ISO encoded characters translated forum.
When i press the preview button.



Comment section



And when i turn the forum to UTF-8 characters encoded translation,
then works fine as you can see in the attached pictures.





Unfortunately my forum is ISO encoded, as most hungarian forum.

vbgamer45

That stuff I am not that good with unfortunately
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

novill

Sorry to hear that. :(

Anyway thanks for your help, i am grateful for your work.

I look to the future with great hope with this mod. In time will somebody find the solution to this problem to.

In the meantime is there a way to make a alphabet filtering system to it? Like to the attached pictures shows.



bigjoe11a

Updating, I just fount out that I have version Beta 2 REV12 and there's a newer version 1.0.2a. How ever I tried to upload and update this package, and this option is missing. I didn't see any info about how to update this package. Can some one please tell me how to update to 1.0.2a. Thanks

Joe
SMF Forums http://www.df-barracks.com Where gamers go.

Kindred

you will have to uninstall the old version and then install the new version.
Сл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."

bigjoe11a

Cool, I wasn't sure if when I uninstalled it. that it would remove all my work, Thanks. Just one more question. If I wanted to change a Permissions for a category. How would I do that. You have an option to add Permissions. You don't have an option to change or delete Permissions. That way we can add new ones. Change them or just delete them.

Joe
SMF Forums http://www.df-barracks.com Where gamers go.

Kindred

Сл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."

bigjoe11a

Quote from: Kindred on October 08, 2012, 07:30:15 AM
not sure about that...

Any ideas about how to change them or delete them. Sooner or later I will have too.
SMF Forums http://www.df-barracks.com Where gamers go.

novill

Quote from: bigjoe11a on October 07, 2012, 10:15:52 PM
If I wanted to change a Permissions for a category. How would I do that. You have an option to add Permissions. You don't have an option to change or delete Permissions. That way we can add new ones. Change them or just delete them.

You can change the permission by the category edit menu. I have checked if i give new permission to a group, that changed the edited category permission for the specified group.

bigjoe11a

Thanks, How ever after playing with it. I learned that if you go into the edit categories. Select the group you want to change and make any changes. and click save. It updates that group. So you can update it and give new permissions or what ever you wanted to do. You just can't remove it from the permissions list.

SMF Forums http://www.df-barracks.com Where gamers go.

novill

If i want to add menu icon to the knowledge base, how can i make it? Which file must i modify, and how?

Other menu items icons can i modify in the subs.php file.

Code (example) Select
'title' => '<img align="absMiddle" src="'. $settings['images_url']. '/menu_icons/comments.png" alt="'.$txt['todays_posts']. '"/>&nbsp; ' . $txt['todays_posts'],


Thanks for your help.

novill

For some reason google doesn't crawl my knowledge base, the other parts my forum is showing up in the google serp.

Allow search engines to index the knowledge page was enabled.
I have tried to disable this settings, but i have the same result.

SMFHacks.com Team

Try to make a sitemap for your knowledge base and submit to google.
It is up to google on what they choose to index or not.
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

novill

Have you any idea how can i create a sitemap to the KB?

And i have another question, where can i find the code to the setting  "Allow search engines to index the knowledge base."
I think this may be the problem that causes the noindex by the google bot.

novill

#179
BUMP  ::)

Any idea?


Update:

I have found the mentioned section in the KB.

Code (Sources\KB\KBMain.php) Select
//I am a robot
if(empty($modSettings['kb_search_engines']))
    $context['robot_no_index'] = true;

$context['canonical_url'] = $scripturl . '?action=kb';



What happens if i remove this part?

Or i write the true to false.
$context['robot_no_index'] = false;

Advertisement: