MyBB.de Forum
Google SEO - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Google SEO (/thread-21264.html)

Seiten: Seiten: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: Google SEO - Wszene Online - 29.03.2012

Kann mir denn da keiner helfen?
Kann mir evtl. jemand eine geänderte inc/functions.php vom myBB 1.6.6 zukommen lassen denn ich kommen sonst nicht weiter

Ich habe es schon mit der datei aus diesem Post probiert
http://community.mybb.com/thread-46423-post-322448.html#pid322448
Aber leider ohne Erfolg

Ich bedanke mich im Voraus


RE: Google SEO - frostschutz - 29.03.2012

Wie helfen? Anklicken musst du schon selber.


RE: Google SEO - Wszene Online - 29.03.2012

jetzt habe ich es gefunden
Sorry manchmal sieht man den Wald vor lauter Bäumen nicht


RE: Google SEO - selfmade - 05.04.2012

Hallo!
Ich habe das plugin gedownloaded

im admin bereich steht jetzt folgendes!

Zitat:In diesem Bereich können Sie die Plugins aktivieren, deaktivieren und verwalten, die Sie in den Ordner inc/plugins des Forums hochgeladen haben. Klicken Sie auf "Deaktivieren", um ein Plugin auszuschalten, ohne gespeicherte Daten der Erweiterung zu verlieren.
/home/pocrut/public_html/inc/languages/deutsch_sie/admin/googleseo_plugin.lang.php does not exist

Ich nehme mal an, am besten aus der englisch sprachdatei das file ins deutsche du/sie verschieben, oder? weil dort ist sie vorhanden


RE: Google SEO - StefanT - 05.04.2012

Ja, genau.


RE: Google SEO - selfmade - 05.04.2012

So, installiert und alles auf "yes" gesetzt.

jetzt ist wahrscheinlich eine Umbenennung der htaccess notwendig?


RE: Google SEO - Jockl - 05.04.2012

so ist das in der Anleitung des Plugins beschrieben und auch noch vieles mehr. Unter inc/plugins gibt es eine ausführliche Anleitung, wenn du google_seo.html aufrufst.


RE: Google SEO - selfmade - 05.04.2012

Ich kriege gerade massive Kopfschmerzen dabei ^^

Also! seoplugin hoch geladen und installiert. Alles auf Yes gestellt.

Jetzt steht folgende Meldung da
http://quick-markup.com/image/4f7d798631cda

In meiner .htaccess sieht es so aus

Code:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
    RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

    RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
    RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
    RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
    RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

    RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

    RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

    RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

    RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

    RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>

Wo exakt muss ich jetzt diesen Code bei der .htaccess einfügen, an welcher Stelle?


RE: Google SEO - chemera - 01.05.2012

Nach dem ich google und das Board ausgiebig zu google SEO und Problemen durforstet habe, muss ich hier jetzt leider doch einen Beirtag aufmachen, da mein Problem nirgends aufgeführt wurde.

Ich bekomme das plugin nicht Installiert. Nach dem hochladen und dem versuch es zu Installieren, bekomme ich oben im Admin CP eine Warnmeldung, leider ist die die Meldung selber verdeckt, so das ich nicht nachvollziehen kann warum sich das Plugin nich Installieren läst.


RE: Google SEO - StefanT - 01.05.2012

Hast du die inc/functions.php und die .htaccess angepasst?