vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

TurkSipa 10-17-2006 07:31 PM

I dont move posts an other threads.
This error: You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, "t=xxx" or postid, "p=xxx" (where xxx is a number).

Example thread: /forum/oldu-galiba-evvvet-t35644.html

where xxx number ?

Orcun 10-17-2006 11:03 PM

Quote:

Originally Posted by TurkSipa
I dont move posts an other threads.
This error: You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, "t=xxx" or postid, "p=xxx" (where xxx is a number).

Example thread: /forum/oldu-galiba-evvvet-t35644.html

where xxx number ?

That part I underlined and Bolded is the XXX part needed. Before SEO It was like ?t=1234123

after SEO it becomes in form -t1234123.html

I have no problem with moving.

TurkSipa 10-18-2006 01:09 AM

Quote:

Originally Posted by Orcun
That part I underlined and Bolded is the XXX part needed. Before SEO It was like ?t=1234123

after SEO it becomes in form -t1234123.html

I have no problem with moving.

Thanks man ( ?ok sağol ;)

tazB.ca 10-19-2006 06:05 PM

when i check who's online i see ppl at this Unknown Location

forums/forumdisplay.php/-.html?&rand=382909

it says they're viewing an error message

i dont know how they get to this page ???

TheBlacki 10-22-2006 09:03 AM

I tried to edit all templates, but had some problems still.
I use the Blaze Style, German Version of vBulletin 3.6.2.

What went wrong? Please help me!

PHP Code:

In Template forumhome_lastpostby

Find
:(Don't work)
==================================================
        <a href="showthread.php?$session[sessionurl]p=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" 

src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
==================================================
Replace With:
==================================================
        <a href="<if condition="$show['
zointsurl']">$forum[zointsurl_goto]<if 

condition="$show['
member']">?$session[sessionurl]goto=lastpost</if><else 

/>showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]</if>"><img class="inlineimg" 

src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
==================================================


Find:(Don'
t work)
==================================================
    <
a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" 

src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]border="0" /></a>
==================================================
Replace With:
==================================================
    <
a href="<if condition="$show['zointsurl']">$forum[zointsurl_goto]<if 

condition="
$show['member']">?$session[sessionurl]goto=lastpost</if><else 

/>showthread.php?
$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]</if>"><img class="inlineimg" 

src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]border="0" /></a>
==================================================
_______________________________________________________________________________________________________________________________
In Template threadbit

Find
:(Don't work)
==================================================
                <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" 

id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
==================================================
Replace With:
==================================================
                <strong><a href="<if condition="$show['
zointsurl']">$thread[zointsurl]<else 

/>showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>" 

id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
==================================================



Find:(Don'
t work)
==================================================
                <
a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]

id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
==================================================
Replace With:
==================================================
                <
a href="<if condition="$show['zointsurl']">$thread[zointsurl]<else 

/>showthread.php?
$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>" 

id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
==================================================


Find:(This I could also change in threadbit_deleted)
==================================================
            <
td class="alt1"><

href
="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td>
==================================================
Replace With:
==================================================
            <
td class="alt1"><a href="<if condition="$show['zointsurl']">$thread[zointsforumurl]<else 

/>forumdisplay.php?
$session[sessionurl]f=$thread[forumid]</if>">$thread[forumtitle]</a></td>
==================================================
_______________________________________________________________________________________________________________________________ 


bonjurkes 10-22-2006 12:14 PM

i have a problem at template editing

TEMPLATE: showthread_similarthreadbit


Find:

PHP Code:

<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]/>&nbsp;</if><span class="smallfont"><a href="showthread.php?$session[sessionurl]t=$simthread[threadid]title="$simthread[preview]">$simthread[title]</a></span></td

Replace :


PHP Code:

<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]/>&nbsp;</if><span class="smallfont"><a href="<if condition="$show['zointsurl']">$simthread[zointsurl<else />showthread.php?$session[sessionurl]t=$simthread[threadid]</if>" title="$simthread[preview]">$simthread[title]</a></span></td


Error:
PHP Code:

The following error occurred when attempting to evaluate this template:

Parse errorparse errorunexpected '\"'expecting ']' in /home/bonjurke/public_html/forum/includes/adminfunctions_template.php(3593) : eval()'d code on line 2

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. 


frivolesPaar 10-22-2006 02:43 PM

... there is a mistake:

>$simthread[zointsurl<else

must be:

>$simthread[zointsurl]<else

sorry for the bad English :up:

big dan 10-22-2006 03:30 PM

Here's what I did to fix the View New Posts link on showthread:

Code:

<a href="http://www.forumurl.com/showthread.php?t=$threadid$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
So far it seems to work.:smoke:

MrLeN 10-22-2006 11:14 PM

I have installed Zoints SEO, but I would now like to uninstall it. How can I do this?

Guest190829 10-22-2006 11:21 PM

Quote:

Originally Posted by MrLeN
I have installed Zoints SEO, but I would now like to uninstall it. How can I do this?

Uninstall the product via the product manager, and remove any uploaded files from the installation...


All times are GMT. The time now is 01:41 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03176 seconds
  • Memory Usage 1,795KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete