форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Вопросы по vBulletin 3.8
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
zelenuha
Простоузер
Default Вопрос по META тегам
0

Доброго времени суток!
Может кто знает, можно ли в каждом разделе на форуме написать свой индивидуальный
Title
Description
Keywords
?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

Частично это может делать vBSEO.
 
 
zelenuha
Простоузер
Default
0

А не подскажите где именно?
Что-то не нашёл.
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

www.vbseo.com
 
 
fragov
Специалист
 
fragov's Avatar
Default
2

vBSEO не особо справляется с задачей. Девайс "прямые руки" - лучше и его можно использовать с помощью вот этого плагина:

Add keywords-description to each forum
http://www.vbulletin.org/forum/showthread.php?t=168250

Code:
*** Installation Instructions: (Also attached here)
*** -------------------------

1.     Installing the Plugin:

      Admincp > Plugin System > Manage Products
     Click: Import Product
      Browse: Your computer for downloaded file "product-forum_seo.xml" 
     After selecting the file, click Import button. 

**********************************************************************
2.     Only Template Edit: headinclude


     i)    Edit - headinclude Template:
        **********************************************************************

        Find:
        <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
        <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />

        Replace With:
        <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
        <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
        
        **********************************************************************

        Find:
            <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
        <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />

         Replace With:
        <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
        <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
And you are done with modification !!

Now, simply Go to > Forum Manager > Edit a forum > Towards the bottom you will find the fields to enter your relevant keywords and description. You can play with the template modification to suit your needs.

Enjoy !!
Attached Files
File Type: txt readme-first.txt (2.3 KB, 16 views)
File Type: xml product-forum_seo.xml (2.1 KB, 13 views)
 
 
zelenuha
Простоузер
Default
0

fragov Спасибо.
Это как раз то что я искал.
Только я немного не разобрался с установкой, так как с английским плоховато.
Если Вас не затруднит, помогите пожалуйста.
Я его установил так:
Админка - Продукты и модули - Управление продуктами - Добавить/импортировать продукт
И импортировал Ваш прикреплённый файлик product-forum_seo.xml
У меня в разделе Разделы и модераторы при редактирование раздела появилось меню
Place Special Keywords/Description for Each Forum
С двумя полями
Add Special Keywords
Add Special Description
При попытке вписать свои ключи и своё описание не чего в конечном итоге не получается.
Ключи и описание в разделе старые.

Так же не понятно тот код, который Вы привели в теме, его надо куда-то вставить?

Спасибо за уделённое время.
 
 
kerk
k0t
 
kerk's Avatar
Default
2

Quote:
Originally Posted by zelenuha View Post
его надо куда-то вставить
нет, нужно отредактировать 1 шаблон headinclude
найти:
Code:
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
заменить:
Code:
<meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
<meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
найти:
Code:
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
заменить:
Code:
<meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" />
<meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
 
 
zelenuha
Простоузер
Default
0

kerk, благодарю.

Вопросик всё же будет один, если не затруднит.
Keywords вроде весь поменялся как мне надо

А вот
<meta name="description" content="Новое описание моего раздела. Старое описание моего раздела" />

Почему то не убралось старое описание этого раздела.

Спасибо за уделённое время.
 
 
zelenuha
Простоузер
Default
0

У меня так вопрос и остался открытым по title
Поделитесь опытом пожалуйста.
Как всё- таки сделать у разделов свой тайтл и у тем?
Тойсть по умолчанию ставится так, начиная с главной страницы:
Мой форум –(раздел) Главный раздел - Мой форум – (в теме) новая тема -Мой форум.

А у меня стоит задача сделать так:
(главная страница) мой форум – (в разделе) – много интересного – (в теме) название темы.

Надеюсь не совсем заморочил =))

Буду очень признателен за помощь.
Спасибо.
 
 
Ghost
Гуру
 
Ghost's Avatar
Default
1

zelenuha, правль <TITLE> в шаблонах FORUMHOME (главная страница), FORUMDISPLAY (раздел) и SHOWTHREAD (отображение темы).
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 10:25 AM.


Powered by vBulletin® Version 3.5.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.