
06-18-2006, 07:23 PM
|
|
|
Join Date: Sep 2005
Location: http://www.alpha-board.eu
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Paul M
The two are hugely different, there is so much stuff in the second one I wouldn't know where to start, there's even google adsense code in there.
|
much stuff is right.
but mor then 200 queries?
Quote:
Originally Posted by Christine
Not possible. At a quick glance, I am seeing vbPlaza, can moderate, google, last online, thread starter image, vbbux, shouts, thanks, thanks stats, gallery stats, warnings, attachment, image links, google search in the sig section (form method="get" action="http://www.google.de/custom" ), and journaling.
Your english is fine.
Make a backup of your modified postbit, revert the postbit to default and one by one, add your hacks in and check the queries on each addition.
|
ok thank you i try this.
Quote:
Originally Posted by Reeve of shinra
Try getting rid of this in your postbit template. I had issues with it too.
HTML Code:
<if condition="$post[journal_id]">
<tr>
<td class="vbmenu_option"><a
href="journal.php?$session[sessionurl]do=showjournal&j=$post[j
ournal_id]" title="$post[journaldesc]"><phrase
1="$post[username]">$vbphrase[visit_xs_journal]</phrase></a>
</td>
</if>
|
this i wil try to THX
Quote:
Originally Posted by MarcoH64
My guess is that the can_moderate accounts for a big number of the extra queries.
|
tank you!
so i only remove this?
Code:
<if condition="$post['usertitle']">
<if
condition="can_moderate($thread[forumid],'',$post[userid])">
<br />
</if>
</if>
<div align="center" class="smallfont">
<if condition="$post['usertitle']">
<if
condition="can_moderate($thread[forumid],'',$post[userid])">
kann hier
moderieren<br><br>
</if>
</if>
or the adsense part to?
THX@ all for help!
i try this all and then i will report
|