News:

Wondering if this will always be free?  See why free is better.

Main Menu

Optimus

Started by Bugo, February 15, 2011, 03:48:12 PM

Previous topic - Next topic

MESWEB

Quote from: Bugo on May 30, 2012, 05:38:42 AM
I'll add this feature later. Next version, maybe.
I appreciate it and wait for this feature.

MoinFaraz

Quote from: Bugo on May 30, 2012, 05:38:42 AM
I'll add this feature later. Next version, maybe.

My bad! its not about category name, but auto generating of keywords based on title or description.
Currently, there is no function to generate keywords like it does for description and title.

Hope i am making sense.

shubha

No need to add "category name", repeat the keywords against the terms and condition of google. I have already remove the forum name. You can contact the any seo.


MESWEB

#143
I need category name in title description coz I have double posts:
First posts in MP3 (category)
Second posts in Videoclips (category)
Google index my post as doubled title description coz in Mp3 and Videoclips posts are this same name. Only If I add category name to title description - google index this properly

shubha

Everything Mess up after install the meta modification.I am unable to verify the website using optomus brave . How to manaully add it.


Gà Mái

Many thanks!!!
Nice mod!
-- I love SMF --

floridaflatlander


GCMain

Loved this mod, but when I installed it on my SMF 2.0.2 board, ALL of the other choices from the configuration drop-down menu disappeared except for the Optimus Brave one.

When I uninstalled it, they all came back.

Any suggestions?

butchs

Un-install all mods before upgrading SMF.
I have been truly inspired by the SUGGESTIONS as I sit on my throne and contemplate the wisdom imposed upon me.

Vrooom

That is better I think:
in Subs-Optimus.php

find:
$context['optimus_description'] = optimus_meta_teaser($topicinfo['id_first_msg']);

replace with:
$context['optimus_description'] = optimus_meta_teaser($context['first_message']);

Bugo

$context['topic_first_message'] it's best :)

MiY4Gi

I use the PortaMx portal, so the homepage title I specified in the mod only shows when I'm in my forum (i.e. at mysite.tld/forum), not when I'm at my "Home"/Portal page (i.e. mysite.tld). Would it be possible to move the homepage title to the Website's homepage, and rename the Forum's homepage as simply "MySiteTitle - Forum"?
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

mrintech

I am using this MOD and it's awesome for SEO :)

Thanks a ton :)

Bugo

Quote from: MiY4Gi on August 11, 2012, 12:03:22 PM
I use the PortaMx portal, so the homepage title I specified in the mod only shows when I'm in my forum (i.e. at mysite.tld/forum), not when I'm at my "Home"/Portal page (i.e. mysite.tld). Would it be possible to move the homepage title to the Website's homepage, and rename the Forum's homepage as simply "MySiteTitle - Forum"?
Subs-Optimus.php, find
function optimus_home()
{
global $txt, $modSettings, $context;

loadLanguage('Optimus');

$txt['forum_index'] = !empty($modSettings['optimus_forum_index']) ? '%1$s - ' . $modSettings['optimus_forum_index'] : $context['forum_name'];
}

function optimus_operations()
{
global $context, $boardurl, $modSettings, $smcFunc, $txt, $scripturl, $topicinfo, $board_info;

and replace with
function optimus_home()
{
global $context, $mbname, $txt, $modSettings;

loadLanguage('Optimus');

// Portal
if(empty($context['current_board']) && empty($context['current_topic']) && empty($_REQUEST['action']))
$context['forum_name'] = !empty($modSettings['optimus_forum_index']) ? $mbname . ' - ' . $modSettings['optimus_forum_index'] : $context['forum_name'];

// Forum
$txt['forum_index'] = '%1$s - Forum';
}

function optimus_operations()
{
global $context, $mbname, $boardurl, $modSettings, $smcFunc, $txt, $scripturl, $topicinfo, $board_info;

// Portal
if(empty($context['current_board']) && empty($context['current_topic']) && empty($_REQUEST['action']))
$context['linktree'][0]['name'] = $mbname;

MiY4Gi

Quote from: Bugo on August 12, 2012, 02:50:53 AM
Subs-Optimus.php, find
function optimus_home()
{
global $txt, $modSettings, $context;

loadLanguage('Optimus');

$txt['forum_index'] = !empty($modSettings['optimus_forum_index']) ? '%1$s - ' . $modSettings['optimus_forum_index'] : $context['forum_name'];
}

function optimus_operations()
{
global $context, $boardurl, $modSettings, $smcFunc, $txt, $scripturl, $topicinfo, $board_info;

and replace with
function optimus_home()
{
global $context, $mbname, $txt, $modSettings;

loadLanguage('Optimus');

// Portal
if(empty($context['current_board']) && empty($context['current_topic']) && empty($_REQUEST['action']))
$context['forum_name'] = !empty($modSettings['optimus_forum_index']) ? $mbname . ' - ' . $modSettings['optimus_forum_index'] : $context['forum_name'];

// Forum
$txt['forum_index'] = '%1$s - Forum';
}

function optimus_operations()
{
global $context, $mbname, $boardurl, $modSettings, $smcFunc, $txt, $scripturl, $topicinfo, $board_info;

// Portal
if(empty($context['current_board']) && empty($context['current_topic']) && empty($_REQUEST['action']))
$context['linktree'][0]['name'] = $mbname;


Worked like a charm. Thanks.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

bearstreet

if i have a robots.txt file on root of my server, do i need to update the contents of it in the mod settings in my forum for this mod?

also, sitemap generated by it contains links like
forum/categoryx
and then
forum/categoryx/xyz
will it point to duplicate content issues?
Dont do drugs, coz if you get caught u will go to prison, and drugs are real expensive in prison
:P

Ask me Maths Questions

mrintech

Quote from: bearstreet on August 21, 2012, 05:08:12 PM
if i have a robots.txt file on root of my server, do i need to update the contents of it in the mod settings in my forum for this mod?

also, sitemap generated by it contains links like
forum/categoryx
and then
forum/categoryx/xyz
will it point to duplicate content issues?

1. Nope

2. Are both URLs serving exact same content?

bearstreet

thnks, problem solved :)
Dont do drugs, coz if you get caught u will go to prison, and drugs are real expensive in prison
:P

Ask me Maths Questions

bearstreet

the frequency is set for daily for boards
can I set it to hourly ?

i.e hourly change in frequency of boards instead of daily?
Dont do drugs, coz if you get caught u will go to prison, and drugs are real expensive in prison
:P

Ask me Maths Questions

Bugo

The frequency depends on the date of the latest messages in each board. If your messages will be posted every hour then frequency automatically set to "hourly".

Advertisement: