PDA

View Full Version : Integration with vBulletin - Zoints Thread Tags - GREAT for SEO


Pages : 1 2 3 [4]

class101
11-30-2007, 11:51 AM
Have been searching the rules for lighttpd in the thread and no one figured out yet to post lighttpd rewrite rules ?? OMG

LBSources
12-01-2007, 05:31 PM
When trying to apply the showthread_similarthreadbit changes I'm getting the following error ..


The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected '"', expecting ']' in /home/techn/public_html/tal/forum/includes/adminfunctions_template.php(3596) : eval()'d code on line 3

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.

The code to remove is
<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>
The code to add is
<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>

I'm running 3.6.8 PL2

Any ideas?

Strike3ForumsMH
12-01-2007, 07:44 PM
I'd post it over at network.zoints.com, but I don't believe you can put an if condition within <a href="

- Reid

maxicep
12-02-2007, 07:26 PM
tag system is going to be default from vb 3.7. on.
If you are runging zoints tag and wish to switch to default tag system, please support my request with comment :) here
http://www.vbulletin.com/forum/showthread.php?p=1452523
yes we need that :)

Strike3ForumsMH
12-03-2007, 01:42 PM
Please, unless you have questions pertaining to Zoints Thread Tags or need support for Zoints Thread Tags, discuss it on another thread. We need to keep this on topic for those who do need help with Zoints Thread Tags.

Thanks!

- Reid

mtlcore
12-09-2007, 07:16 PM
I want to uninstall this, how can I? It still shows database errors when I have removed the plugin..

Strike3ForumsMH
12-09-2007, 09:19 PM
So you uninstalled the product, did you remove the files as well? Also, providing what the database error will help either myself or the engineer I notify of this as there is not a lot of information to go off from.

Thanks.

- Reid

mtlcore
12-10-2007, 09:42 AM
The error is that the table does not exist.

class101
12-10-2007, 10:19 AM
then try reinstalling with ovewritte and uninstall it again

Chadi
12-14-2007, 05:26 PM
Anyone figure out how to get $tagcloud working on a vbulletin custom page, plus forum home custom location?

SBlueman
12-15-2007, 10:49 AM
I was just wondering if anyone had figured out how to make the post icons show in the tag results pages. This was talked about in post #741 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=741) to #745 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=745)

:confused::confused::confused::confused:

SpadMan
12-16-2007, 03:44 PM
@ Zoints:



I have the same problem. How i fix that?
I think you fix that in October 2006?

I have the same problem. the replacement just don't work with the ajax tag saving on showthread. On newthread.php and editpost.php they work!

Here's what I did to work around the umlauts problem. I modified my Character Replacements list:

Before:
? ae
? AE
? oe
? OE
? ue
? UE
? ss

After:
? ae
? AE
? oe
? OE
? ue
? UE
? ss
u00e4 ae
u00C4 AE
u00d6 oe
u00D6 OE
u00fc ue
u00dc UE
u00df ss

Hope this helps,

Scott

mtlcore
12-17-2007, 01:18 PM
I still get database errors when i Uninstalled it....is it because of search engine hits???

Amenadiel
12-18-2007, 03:38 AM
Have been searching the rules for lighttpd in the thread and no one figured out yet to post lighttpd rewrite rules ?? OMG

this worked for me, it has to be inserted among your other url.rewrite rules (not url.rewrite-once).

"^/foro/tags/(.+)/([0-9]+)/$" => "/foro/tags/index.php?tag=$1&page=$2",
"^/foro/tags/(.+)/$" => "/foro/tags/index.php?tag=$1",
"^/foro/tags/$" => "/foro/tags/"

of course, match /foro/ to your forum path

Strike3ForumsMH
12-18-2007, 12:32 PM
Anyone figure out how to get $tagcloud working on a vbulletin custom page, plus forum home custom location?
No guarantees, but I will have a bit of free time coming up and I will spend some time tinkering to see if I can't get that to work. I have to think there is some kind of problem with a hardcoded file, which I likely won't be able to fix, but should I figure out anything I will let you know.

:confused::confused::confused::confused:
See above SBlueman.

Here's what I did to work around the umlauts problem. I modified my Character Replacements list:

Before:
? ae
? AE
? oe
? OE
? ue
? UE
? ss

After:
? ae
? AE
? oe
? OE
? ue
? UE
? ss
u00e4 ae
u00C4 AE
u00d6 oe
u00D6 OE
u00fc ue
u00dc UE
u00df ss

Hope this helps,

Scott
Thanks for posting this Scott!

I still get database errors when i Uninstalled it....is it because of search engine hits???
Ah, that makes sense, I was thinking of something totally different (that you or your users were somehow witnessing database errors while viewing the forum.) Tags do get linked to search engines and to your sitemap if you do a few modifications, as well as sent to Zoints.com (should you have chosen that), so they will be accessed even when uninstalled.

this worked for me, it has to be inserted among your other url.rewrite rules (not url.rewrite-once).



of course, match /foro/ to your forum path
Thanks for posting this Amenadiel!

Merry Christmas gang.

- Reid

SBlueman
12-19-2007, 02:23 AM
No guarantees, but I will have a bit of free time coming up and I will spend some time tinkering to see if I can't get that to work. I have to think there is some kind of problem with a hardcoded file, which I likely won't be able to fix, but should I figure out anything I will let you know.

Thank you, your efforts will be greatly appreciated! :up:

Konstantinos
12-20-2007, 03:01 PM
adding tags in showthread doesnt work

Strike3ForumsMH
12-20-2007, 06:19 PM
adding tags in showthread doesnt work
There are a few simple things that could be the culprit.

First could you please disable AJAX tag submission if enabled to see if that corrects the problem? This can be done by logging into your Admin CP, clicking options for Thread Tags and selecting yes for the Disable Ajax Tag Submission option.

Merry Christmas Konstantinos.

- Reid

Konstantinos
12-21-2007, 08:58 AM
merry xmas to u also. hmm in zoints thread tags settings there is no ajax settings , do u mean somewhere else ? in the screenshots it also doesnt seem to be anywhere

also how do i add forum jump in tag cloud page and in /index.php/tagname

Strike3ForumsMH
12-23-2007, 03:18 AM
Thanks for the holiday wishes.

And you're right, I was mistaken on the AJAX but I sent you a PM regarding this so please check it out.

As for adding a forum jump, edit the templates zointstag_tagcloud and zointstag_viewtag.

- Reid

class101
12-24-2007, 12:41 PM
beware this version has a critical vulnerability, my recommandation is to disable it waiting for a new fixed version if you do not wish to see all your popular tags gone
//update: they moved my bug ticket to private section so they willl probably patch this right after holidays.

xcingix
12-24-2007, 01:54 PM
I uninstalled this mod, but I am getting database errors from it.

class101
12-24-2007, 02:14 PM
//update: they moved my bug ticket to private section so they willl probably patch this right after holidays.

I uninstalled this mod, but I am getting database errors from it.


if that's about the security bug you can just disable it temporarily trough the admincp pluginmanager but else cant help you, try reinstalling it and reuninstalling it , that could solve such probs sometimes

Strike3ForumsMH
12-24-2007, 06:18 PM
beware this version has a critical vulnerability, my recommandation is to disable it waiting for a new fixed version if you do not wish to see all your popular tags gone ;http://network.zoints.com/showthread.php?p=28789
Just so the rest of the people here know, we have not had the chance to test this yet and verify it. I moved class's post at network.zoints.com to a private forum so we can learn what he is talking about (as he mentioned). If however you want to stay on the side of caution, make sure to just disable the product and not uninstall it, and then check back to see if we have anything to report with this bug or a fix.

I uninstalled this mod, but I am getting database errors from it.
Search engines are likely trying to find pages that no longer exist (ie /tags/tagname), I imagine that is how the errors are popping up if it is like past problems. If you have a specific error to report from the log (that seems to be different than what I am saying), let me know.

- Reid

Strike3ForumsMH
12-24-2007, 06:21 PM
Anyone figure out how to get $tagcloud working on a vbulletin custom page, plus forum home custom location?
Hi chadi,

Please check your PM's.

Oh and Merry Christmas everyone! I've been a bit busy over the past few days (with the holidays and my birthday), but I plan to look into SB's problem further. Oh and if anyone needs support, it'll likely be a bit slower than usual so just be patient (we all are attempting to check in on needed support though when we can break away from our families. :p)

- Reid

FleaBag
12-25-2007, 12:16 AM
Upgrade went OK, thanks. Saw this hole reported yesterday, so great work on the fast response.

class101
12-25-2007, 12:26 AM
good job :)

FleaBag
12-25-2007, 12:32 AM
My URL's on tag results all seem to work with vBSEO now aswell? Not sure if this is related or not, as I'm sure they retained standard vB format previously. The last post URL appears incorrect, but still forwards to the correct post.

Strike3ForumsMH
12-25-2007, 01:22 AM
My URL's on tag results all seem to work with vBSEO now aswell? Not sure if this is related or not, as I'm sure they retained standard vB format previously. The last post URL appears incorrect, but still forwards to the correct post.
Could you either post a link for me to see FleaBag, or PM me if you are more comfortable with that?

Thanks.

ALSO: I know the hack is now listed as updated, I just wanted to post here to let everyone know that our engineers posted an updated solution today despite it being a holiday with the help of class101. So a big thanks goes out to Danny (the engineer who posted the update) and class101.

- Reid

briansol
12-25-2007, 03:39 AM
def big thanks for the fast response on the holiday. good job guys :)

aacircle
12-25-2007, 04:26 AM
What are the steps to upgrade? Nothing was mentioned in the README file. I also noticed the product xml file was titled "product-zointstags-1.2.1", even though the product is 1.2.2.

Zoints
12-25-2007, 04:30 AM
What are the steps to upgrade? Nothing was mentioned in the README file. I also noticed the product xml file was titled "product-zointstags-1.2.1", even though the product is 1.2.2.

You can upgrade by re-importing the product xml file (and checking the overwrite setting during import) and just overwrite the /tags/index.php file on your server with the one included in the new zip file.

Thanks for noticing the 1.2.1 on the product files - it will be amended and we will also add an UPGRADE.txt file in the zip as well.

class101
12-25-2007, 08:55 AM
Btw keep it up maintaining all the great stuffs that are not in vbulletin tag system because I think your plugin could receive lots of new users that are not very happy with the too basic system built now in vbulletin

The "Search" popular tags cloud implemented in vb3.7 is an interesting feature for example that could be implemented in the zoints plugin one :)

demo http://www.vbulletin.com/forum/search.php

xcingix
12-25-2007, 09:02 AM
You can upgrade by re-importing the product xml file (and checking the overwrite setting during import) and just overwrite the /tags/index.php file on your server with the one included in the new zip file.

Thanks for noticing the 1.2.1 on the product files - it will be amended and we will also add an UPGRADE.txt file in the zip as well.I don't have to search the thread for the updated version right? He updated it in the mod post right?

class101
12-25-2007, 09:33 AM
yes of course 1.2.2 is ok, most important thing to do is to replace tags/index.php and reimport the product xml to add a plugin managing CSS/templates definitions for the nopermission page.

Mecho
12-25-2007, 11:11 AM
Thanks for update ..

but still it has Bug . i have many numbers in my Tags page , when i want to delete them i got this :
There are currently 0 threads tagged with the word "". Are you sure you want to delete it? This process cannot be undone.
and when i try to delete them , nothing would be happen ...

any idea ?
thanks

class101
12-25-2007, 12:01 PM
Thanks for update ..

but still it has Bug . i have many numbers in my Tags page , when i want to delete them i got this :

and when i try to delete them , nothing would be happen ...

any idea ?
thanks

+1 this is old bug yeah

FleaBag
12-25-2007, 10:04 PM
Could you either post a link for me to see FleaBag, or PM me if you are more comfortable with that?

Thanks.

ALSO: I know the hack is now listed as updated, I just wanted to post here to let everyone know that our engineers posted an updated solution today despite it being a holiday with the help of class101. So a big thanks goes out to Danny (the engineer who posted the update) and class101.

- Reid

Sure;

http://www.dragonninja.co.uk/tags/aberdare/

All links are SEO'd (at least the ones I have set to be in vBSEO). You'll see the last post link is formatted a little incorrectly, as below for example;

http://www.dragonninja.co.uk/29422/dapper-fm-tune-in-now/474487/#post474487

It correctly forwards to the correct URL though;

http://www.dragonninja.co.uk/29422/dapper-fm-tune-in-now/#post474487

I remembered I had tried an earlier plugin, but it never worked for me for some reason - this may still be present, although I remember it never worked for last post URL's.

class101
12-25-2007, 10:34 PM
You could check in my forum , I 've applied this patch to rewrite zoints links with vbseo and they appear and works correctly

patch: http://network.zoints.com/showpost.php?p=13672&postcount=2

FleaBag
12-25-2007, 10:59 PM
It seems you're right. I'm sure they didn't work before lol.

Strike3ForumsMH
12-25-2007, 11:23 PM
I don't have to search the thread for the updated version right? He updated it in the mod post right?
Yep, whenever we update the files we just update the original post which is seen at the top of every page.

Also make sure to check your PM's xcingix.

Thanks for update ..

but still it has Bug . i have many numbers in my Tags page , when i want to delete them i got this :

and when i try to delete them , nothing would be happen ...

any idea ?
thanks
This is still a bug Mecho, the release yesterday was to correct a permissions problem. We however are aware of the problem and I will make sure to remind the engineers of it for the next release.

You could check in my forum , I 've applied this patch to rewrite zoints links with vbseo and they appear and works correctly

patch: http://network.zoints.com/showpost.php?p=13672&postcount=2
Yep, that is the post to go to, thanks for posting it class101.

Also, if anyone uses vB SEO sitemap generator, this has been a helpful link for some:
http://vbmodder.com/forums/f41/zoints-tags-url-s-vbseo-sitemaps-692.html
(it's a third party release obviously.)

I hope everyone had a great day with their families today.

- Reid

Strike3ForumsMH
12-25-2007, 11:26 PM
Btw keep it up maintaining all the great stuffs that are not in vbulletin tag system because I think your plugin could receive lots of new users that are not very happy with the too basic system built now in vbulletin

The "Search" popular tags cloud implemented in vb3.7 is an interesting feature for example that could be implemented in the zoints plugin one :)

demo http://www.vbulletin.com/forum/search.php
I wanted to comment on this separately so it wouldn't be lost above. We appreciate the support class though and the suggestion. I am not an engineer so I can't comment on whether we can do that or not, but it would certainly be cool (I thought of the same thing quite awhile ago.) I'll make sure to post it to our possible ideas thread for Thread Tags.

- Reid

MotMann
12-26-2007, 01:40 PM
Here's what I did to work around the umlauts problem. I modified my Character Replacements list:

Before:
? ae
? AE
? oe
? OE
? ue
? UE
? ss

After:
? ae
? AE
? oe
? OE
? ue
? UE
? ss
u00e4 ae
u00C4 AE
u00d6 oe
u00D6 OE
u00fc ue
u00dc UE
u00df ss

Hope this helps,

Scott

No, its not working...

Darat
12-27-2007, 04:13 PM
Just installed the update and now all users can now only update their own thread tags? So admins and moderators can't even delete tags from threads.

karnevil
12-27-2007, 07:02 PM
darn - am getting error message - was working okay earlier

Parse error: syntax error, unexpected '"' in /mounted-storage/home66c/sub005/sc39562-VQLH/www.legal-beagles.co.uk/forums/tags/index.php on line 530

line 530 is
$headinclude = "<base href="" . $vbulletin->options['bburl'] . "/" />rn" . $headinclude;

what have I done ?

I haven't done the update from the 24th as yet.

karnevil
12-27-2007, 07:21 PM
I'll do the update which should fix the error ?

karnevil
12-27-2007, 07:30 PM
Yep :D all fixed

iogames
12-27-2007, 08:36 PM
the .XML's product still hasn't been updated to 1.2.2?

Zoints
12-27-2007, 09:15 PM
the .XML's product still hasn't been updated to 1.2.2?

Voila, it's updated.

You can just go into the Product Manager, click edit for the Zoints Thread Tags, and manually change the version number to 1.2.2.

Strike3ForumsMH
12-28-2007, 02:06 AM
Just installed the update and now all users can now only update their own thread tags? So admins and moderators can't even delete tags from threads.
Hi Darat,

Like I posted over at network.zoints.com, please open up a support ticket as we are not experiencing that with the forums we installed on or have heard from others with a similar problem. We would love to figure out why you are experiencing this though and solve it for you.

- Reid

Darat
12-28-2007, 11:04 AM
Will do - thanks.

DJ PİSAGOR
12-28-2007, 03:46 PM
Thank u for all comments :)
Because my all tags is deleted.
Thank u every think.

wraggster
01-19-2008, 10:26 AM
Hi all ive installed this last night and for someone who isnt that good with php it was damn easy.

The installation went perfect and i have tons of Tags now - did the option to tag old thread

I have a question :)

At DCEmu UK we use VBulletin forums as news forums for over 20 of our sites (works great too) is there a way to include tags in the newsposts and also the tag cloud on the sites .

It would be an excellent way to get new visitors to the site.

Anyway thanks for a great mod and a damn easy to install one :)

Strike3ForumsMH
01-19-2008, 07:23 PM
To be honest, I am not really for sure wraggster. Unless the code was changed, I believe it uses the variables such as the tagcloud to call upon the database it's attached to... so unless the database was shared among the forums I don't know if it's possible. Then again, this is a bit beyond my expertise, if you try asking over at network.zoints.com you might get a bit more confident answer from one of our engineers... but I do believe that it is not something easily done right out the box.

Glad to hear you love the tags though. :)

- Reid

SBlueman
01-19-2008, 09:18 PM
I was just wondering if anyone had figured out how to make the post icons show in the tag results pages. This was talked about in post #741 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=741) to #745 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=745)

Just wondering if anyone had a chance to look into this request.

nokalexander
01-20-2008, 01:32 AM
Thank you for another good mod ;)

You could possibly add censorship options to this or integrate with vbulletin's censorship system. I think that would be nice.

Keep up the good work!:up:

dip1232001
01-20-2008, 03:05 PM
great hack working fine with my site www.desidhamal.com thanks

christi78
01-21-2008, 08:33 AM
Ok I have am issue with the seach not showing up. I had to manual do all the edits and all other edits work fine except for
</div>
<!-- / header quick search form -->
$zointstags_searchform
</if>

The Automatic edit works fine except it messes up my navigation bar so I had to manually edit this as explained in the install. Please let me know how I can get this fixed.

Thanks

Strike3ForumsMH
01-23-2008, 04:03 AM
Just wondering if anyone had a chance to look into this request.
I tried looking into it and I really go nowhere with it. Right now the engineers are in one of the final beta stages for ZL, so hopefully they can tackle that issue in the future as they are a bit more skilled in that regard than I am.

Thank you for another good mod ;)

You could possibly add censorship options to this or integrate with vbulletin's censorship system. I think that would be nice.

Keep up the good work!:up:
Hi nokalexander,

Thanks for the comments. Censorship options would be a good feature, I am not for sure how that would work in conjuncture with the AJAX, but I'll suggest it to the engineers (this is the first I've heard that suggested!)

great hack working fine with my site www.desidhamal.com thanks
Awesome, thanks for sharing dip and let us know if you have any problems in the future.

Ok I have am issue with the seach not showing up. I had to manual do all the edits and all other edits work fine except for
</div>
<!-- / header quick search form -->
$zointstags_searchform
</if>

The Automatic edit works fine except it messes up my navigation bar so I had to manually edit this as explained in the install. Please let me know how I can get this fixed.

Thanks
Hi christi,

Do you think you can open up a ticket with us? We'll be better able to help you if we can see the problem in action and possibly take a peak at your templates to see what we can do to make it display better.

http://zoints.com/support.z

Thanks.

- Reid

vbob
02-03-2008, 02:09 AM
Great mod...!!!
Thank you...!!! :-)
I am using the tag system for a few days and everything seems to be ok...!!!
But Today I "tagged" one thread with key-words in Greek Language (my forum is in Greek Language) and i found out that I can't Save the tags written in Greek language...!!!
This is an issue..!!! Can this be fixed? How can I put tags in my threads both in English and Greek Language? Why is this happening?
(what I mean is that the thread is saved normally as usual without any problem but the tags themselves can't be saved because they are in Greek language) :-(

ajm4481
02-03-2008, 09:07 PM
not really sure how to change the font colour of the TAG word itself.. I was hoping to change it from grey which happens to be the colour of my boards ^^ to red instead so that its more visable. Thanks for any help
http://www.koomid.com :D

Strike3ForumsMH
02-05-2008, 12:47 AM
Great mod...!!!
Thank you...!!! :-)
I am using the tag system for a few days and everything seems to be ok...!!!
But Today I "tagged" one thread with key-words in Greek Language (my forum is in Greek Language) and i found out that I can't Save the tags written in Greek language...!!!
This is an issue..!!! Can this be fixed? How can I put tags in my threads both in English and Greek Language? Why is this happening?
(what I mean is that the thread is saved normally as usual without any problem but the tags themselves can't be saved because they are in Greek language) :-(
Do you have AJAX turned on for the submit tags vbob? If I recall correctly, there is an issue with that and foreign characters so try disabling AJAX to see if you can then submit a tag with foreign characters.

not really sure how to change the font colour of the TAG word itself.. I was hoping to change it from grey which happens to be the colour of my boards ^^ to red instead so that its more visable. Thanks for any help
http://www.koomid.com :D
Hi ajm,

I am pretty sure it just follows the colors you have designated as link colors in your style. If you go to your style manager, try editing some of the zointstags_ templates to see if you can't change it there, you should be able to.

- Reid

GuaRRand
02-05-2008, 09:39 AM
i would LUV to have this on my forum, only when i read the install instructions it kinda blew my mind.
I am no noob in forum management, but this just went straight over my head and out the window.

Any chance that someone here with more knowledge (shouldnt be that hard :D ) who can help me implement this?

Strike3ForumsMH
02-05-2008, 10:19 AM
Hi there GuarRRand,

I can help you out, no problem. Let me know what step you are having trouble on or any specific things that confused you that I might be able to clarify.

- Reid

GuaRRand
02-05-2008, 11:12 AM
Ok thanks alot.
I'm gonna give it a shot tomorrow evening. if i run into anything and dont knock myself out, i'll let you know.

vbob
02-06-2008, 10:47 PM
Do you have AJAX turned on for the submit tags vbob? If I recall correctly, there is an issue with that and foreign characters so try disabling AJAX to see if you can then submit a tag with foreign characters.


Strike3ForumsMH (Thanks for your help)
but...I disabled AJAX but still don't work with Greek Characters/words....
It didn't work...!!!:(

Strike3ForumsMH
02-08-2008, 02:52 AM
Hey vbob,

Foreign characters with thread tags have never been my specialization, but please open up a support ticket with us and we'll see if we can't troubleshoot it (or at least get some info so we can solve in the future.) I don't know if it's dependent on the language or not, but it seems to be hit or miss.

- Reid

vbob
02-08-2008, 10:56 AM
I've got Extra information for the problem. :-)
Today, i tagged a thread with the keywords "email, e-mail, mail" (Only English)
The Tagged result was the above:
"email, e mail, mail" (it chopped the leter "-" in the word "e-mail" and replaced it with a space character)

So, because the character "-" of the word "e-mail" is not a Greek character, I believe that the problem is not in foreign Languages. I am considering that the problem's root, is something else and not a foreign language problem or maybe a language problem plus something else. :-)

(My forum is vbulletin 3.6.8 PL2 and vbadvanced v.3.00)

I hope I helped a little bit more in "decompiling" the problem. :-)
Thank you a priori for your answer.

ps. if someone use the mod and using another language than English in his boards, please give us a feedback if the mod works with other languages or not, so we can locate the problem easier. Thank you. :-)

biliboy
02-08-2008, 03:16 PM
why the mod didnt support hebrew?
can I fix it?
that hebrew words also be taged at the mydomain.com/tag

thnks alot!

biliboy
02-09-2008, 01:29 AM
Some one plz ? :(

biliboy
02-09-2008, 04:52 PM
why the mod didnt support hebrew?
can I fix it?
that hebrew words also be taged at the mydomain.com/tag


thnks alot!

Try last time
plz help me with this.. :)

Strike3ForumsMH
02-10-2008, 02:45 AM
why the mod didnt support hebrew?
can I fix it?
that hebrew words also be taged at the mydomain.com/tag


thnks alot!
Like I've mentioned a few times, this really isn't my area of expertise but have you tried the character replacements for Hebrew yet?

- Reid

biliboy
02-10-2008, 03:07 AM
Like I've mentioned a few times, this really isn't my area of expertise but have you tried the character replacements for Hebrew yet?

- Reid

what do you mean when you say "replacements for hebrew yet" ??

:)

Strike3ForumsMH
02-10-2008, 04:09 AM
If you log into your vB Admin CP, click Zoints Thread Tags and then Options, there is a section called Character Replacements in which you can have a set of characters to be replaced by a safe equivalent so the URL structure isn't broken.

- Reid

biliboy
02-10-2008, 05:16 PM
If you log into your vB Admin CP, click Zoints Thread Tags and then Options, there is a section called Character Replacements in which you can have a set of characters to be replaced by a safe equivalent so the URL structure isn't broken.

- Reid

how this help me that hebrew letters will taged to?

thnks alot for all your help!

I have try to put א - א
it not working..

Milktruck
02-10-2008, 07:59 PM
How can we place the tag collection on Forum Home, centered under the navbar?

Strike3ForumsMH
02-12-2008, 03:54 AM
how this help me that hebrew letters will taged to?

thnks alot for all your help!

I have try to put א - א
it not working..
Then it's quite possible that at this time it won't work with Hebrew characters. I am really sorry I haven't been of more help, but I haven't experienced any tickets with a user wanting to use Thread Tags in Hebrew.... so it's uncharted waters for me.

If I think of something or stumble upon something, I'll let you know.

How can we place the tag collection on Forum Home, centered under the navbar?
Are you using the public release version of 1.22 or a private beta version 1.35? If it is the one you downloaded from here, 1.22, that isn't possible at this time. In future versions, it should be though.

- Reid

biliboy
02-12-2008, 03:37 PM
Then it's quite possible that at this time it won't work with Hebrew characters. I am really sorry I haven't been of more help, but I haven't experienced any tickets with a user wanting to use Thread Tags in Hebrew.... so it's uncharted waters for me.

If I think of something or stumble upon something, I'll let you know.


Are you using the public release version of 1.22 or a private beta version 1.35? If it is the one you downloaded from here, 1.22, that isn't possible at this time. In future versions, it should be though.

- Reid

O.K
thnks anyway

JWL
02-12-2008, 06:34 PM
I have a question, and I would appreciate some very serious and honest answers


How well does this really work and does it really improve site visits and crawling?

My personal observation is it looks ascetically unappealing with all those tags at the base of your forum, but that is just me.

I am trying to start a new site and really am bent to know end to get of off the ground and search able. So I am really wondering if this is simple "Snake Oil" No offense is intended

www.gotrackday.com (http://www.gotrackday.com)

Brandon Sheley
02-12-2008, 06:56 PM
I have a question, and I would appreciate some very serious and honest answers


How well does this really work and does it really improve site visits and crawling?

My personal observation is it looks ascetically unappealing with all those tags at the base of your forum, but that is just me.

I am trying to start a new site and really am bent to know end to get of off the ground and search able. So I am really wondering if this is simple "Snake Oil" No offense is intended

www.gotrackday.com (http://www.gotrackday.com)

when I had zoints tags installed all it did was add tons of duplicate content in the search engine results :(
I got little to zero traffic from the zoints network.

Strike3ForumsMH
02-12-2008, 09:21 PM
I have a question, and I would appreciate some very serious and honest answers


How well does this really work and does it really improve site visits and crawling?

My personal observation is it looks ascetically unappealing with all those tags at the base of your forum, but that is just me.

I am trying to start a new site and really am bent to know end to get of off the ground and search able. So I am really wondering if this is simple "Snake Oil" No offense is intended

www.gotrackday.com (http://www.gotrackday.com)
I think "snake oil" is a bit harsh. But it does help some with crawling, depending on your setup and how well indexed you already are.... and for some like Loco it does not. Just like any option regarding SEO improvements, it's not one size fits all or a guaranteed traffic boom and love fest with Google (many who use vBSEO can attest to that) but for many it does help some or else we wouldn't have the number of installs we do have. I personally can't say whether or not it would be for you, but if you desire it just for SEO purposes and dislike many aspects of it, it might not be the best solution for you. While SEO is a component it is not the sole component as thread tagging is also really geared at connecting threads for users with the whole web 2.0 search concept in mind.

- Reid

JWL
02-12-2008, 10:09 PM
when I had zoints tags installed all it did was add tons of duplicate content in the search engine results :(
I got little to zero traffic from the zoints network.

Thanks so much for the answer, :up: I figured as much :o

Unfortunatly, there is so much out there to give your the "IMPRESSION" of such claims, I have determined that it is indeed, it is not something I will invest any time or money in. I have seen some time determined results with as you satated Zero Traffic.

Strike3ForumsMH
I make no apology for the use of snake oil, i stated very clearly "No offense is intended" I totally understand how you may take that as an attack, but that is not my issue. My issue is the question I posed, does it work? I appreciate your candid reply and hope the best with your efforts on the product and the best of luck to who ever buys the product.

Mark.B
02-12-2008, 10:29 PM
If you're looking for tons of traffic from the Zoints network, in my experience that simply doesn't happen. I don't think Zoints is big enough yet.

If you are not currently very well indexed, then the tags can certainly help. They also provide a potentially more efficient means of searching the forums, depending on how well you use them.

I have stuck with them into 3.7, despite 3.7 having a built in tags system, because this one has the ability to auto-tag threads based on the thread titles....vital if, like me, you have members who would probably never tag their own threads.

JWL
02-12-2008, 10:36 PM
If you're looking for tons of traffic from the Zoints network, in my experience that simply doesn't happen. I don't think Zoints is big enough yet.

If you are not currently very well indexed, then the tags can certainly help. They also provide a potentially more efficient means of searching the forums, depending on how well you use them.

I have stuck with them into 3.7, despite 3.7 having a built in tags system, because this one has the ability to auto-tag threads based on the thread titles....vital if, like me, you have members who would probably never tag their own threads.

This site is brand new, I have others that have faired well, This is the one I believ will be a contender. I have site mapped it, started pushing it and linking it, adding content and as stated just started.

The good old fashion way is content, content and more content, along with word of mouth and making it know at aother sites.

I do not believe for one moment that any one peice is the golden egg. Zoints can be a good thing, so can vbseo, I am just not convinced yet. I went as far as spednign the $300 with yahoo on another site (I guess thats hwy they call it yahoo) yahoo's like me :eek:

It takes time to build a site, time and ultamatly commitment

rinkrat
02-12-2008, 11:13 PM
I am getting tons of errors even though I uninstalled this. How can I stop these errors?

THanks


Invalid SQL:



SELECT * FROM zoints_tag WHERE threadid = 73194 ORDER BY tag;



MySQL Error : Table 'vb.zoints_tag' doesn't exist

Error Number : 1146

Date : Tuesday, February 12th 2008 @ 05:01:25 PM

Script : http://www.letsgokings.com/bbs/showthread.php?t=73194

Referrer : http://www.letsgokings.com/bbs/index.php

IP Address :

Username :

Classname : vb_database

MySQL Version : 4.1.20

================================================== =

Strike3ForumsMH
02-12-2008, 11:38 PM
Thanks so much for the answer, :up: I figured as much :o

Unfortunatly, there is so much out there to give your the "IMPRESSION" of such claims, I have determined that it is indeed, it is not something I will invest any time or money in. I have seen some time determined results with as you satated Zero Traffic.

Strike3ForumsMH
I make no apology for the use of snake oil, i stated very clearly "No offense is intended" I totally understand how you may take that as an attack, but that is not my issue. My issue is the question I posed, does it work? I appreciate your candid reply and hope the best with your efforts on the product and the best of luck to who ever buys the product.
I know you meant no offense by it, but I stated my opinions regarding the comment as it is a free product that a lot of us believe in so I can't help but feel a little bias. Thanks the well wishes though, I wish nothing the best with the start of your new forum.

If you're looking for tons of traffic from the Zoints network, in my experience that simply doesn't happen. I don't think Zoints is big enough yet.

If you are not currently very well indexed, then the tags can certainly help. They also provide a potentially more efficient means of searching the forums, depending on how well you use them.

I have stuck with them into 3.7, despite 3.7 having a built in tags system, because this one has the ability to auto-tag threads based on the thread titles....vital if, like me, you have members who would probably never tag their own threads.
Mark makes some good points here. The traffic from Zoints.com will certainly vary, due to the size of the network itself and the popularity of the tags you have (for instance for my baseball forum, traffic rose in October from Zoints.com.) And tags are a really great way for members to search, if the forum threads are consistently and appropriately tagged of course.

This site is brand new, I have others that have faired well, This is the one I believ will be a contender. I have site mapped it, started pushing it and linking it, adding content and as stated just started.

The good old fashion way is content, content and more content, along with word of mouth and making it know at aother sites.

I do not believe for one moment that any one peice is the golden egg. Zoints can be a good thing, so can vbseo, I am just not convinced yet. I went as far as spednign the $300 with yahoo on another site (I guess thats hwy they call it yahoo) yahoo's like me :eek:

It takes time to build a site, time and ultamatly commitment
Yep, Zoints Thread Tags is certainly not the golden egg but for some it can help with SEO purposes and for all it can help with internal site search for the members. Whether you use Thread Tags or not, I hope you find a solution that is right for your forums JWL.

I am getting tons of errors even though I uninstalled this. How can I stop these errors?

THanks


Invalid SQL:



SELECT * FROM zoints_tag WHERE threadid = 73194 ORDER BY tag;



MySQL Error : Table 'vb.zoints_tag' doesn't exist

Error Number : 1146

Date : Tuesday, February 12th 2008 @ 05:01:25 PM

Script : http://www.letsgokings.com/bbs/showthread.php?t=73194

Referrer : http://www.letsgokings.com/bbs/index.php

IP Address :

Username :

Classname : vb_database

MySQL Version : 4.1.20

================================================== =
I am a bit spaced right now due to too many exams and too much work, so I can't recall if there is a specific fix for that error number but if memory serves me right.... I believe those are due to the tags system still being indexed with search engines and those engines following up on now dead links.

- Reid

jeddahbikers
02-16-2008, 12:10 PM
It was a great idea on 2006 , but for now i rather update to vB3.7

Thanks anyway,

yingzhou
02-16-2008, 02:11 PM
this mod Character Replacements is not support "á à ả ã ạ" character? I cant convert those to "a"

Strike3ForumsMH
02-17-2008, 04:09 AM
It was a great idea on 2006 , but for now i rather update to vB3.7

Thanks anyway,
We did put out a security fix, still support the product and have plans for it's future so it's not a dead idea, but to each their own. You can continue using tags on vB 3.70 over their now included take on tags, but if you prefer to go with what comes with it I hope it meets your expectations jeddah.

this mod Character Replacements is not support "? ? ả ? ạ" character? I cant convert those to "a"
Could you please open a ticket so we can take a peak?

http://zoints.com/support.z

Thanks ying.

- Reid

GuaRRand
02-20-2008, 06:20 AM
Hi there GuarRRand,

I can help you out, no problem. Let me know what step you are having trouble on or any specific things that confused you that I might be able to clarify.

- Reid

Ok thanks alot.
I'm gonna give it a shot tomorrow evening. if i run into anything and dont knock myself out, i'll let you know.

Ok, with a bit of a delay, i installed it.

I got a question (which might already been answered, but its alot to read int his topic, so here goes)

1. when i enable the product, instead of the tags at the bottom of pages, i get my navbar, imagethumbnails (from photoplog) and such.
(see attached image)

If you could help me with this prob, i think it'll work fine.

thanks

GuaRRand
02-20-2008, 08:47 AM
nvm. i disabled "automatic template update" and am now doing it manually through readme.

GuaRRand
02-20-2008, 08:56 AM
Only thing that doesnt work atm is this:
(from the readme.txt)

d) The tag entry field does not show up when editing threads through the first post

Edit template: editpost
==== FIND ==================================
============================================
<!-- / subject field -->
==== BELOW, ADD ============================
============================================
$zointstags_tagform
============================================
============================================

e) The tag entry field does not show up when editing threads using thread tools > edit thread

Edit template: threadadmin_editthread
==== FIND ==================================
============================================
<!-- / subject field -->
==== BELOW, ADD ============================
============================================
$zointstags_tagform
============================================
============================================
It doesnt produce a "tags" field to fill in

GuaRRand
02-20-2008, 09:35 AM
Oh, and when you search through the tags page, the topics that show up all SEEM to have new posts....but they dont.
How come?

Strike3ForumsMH
02-22-2008, 12:24 AM
Since you were posting issues to both here and the support forums and some have been resolved from what I can tell, are there any prevailing issues left for me to help with or look into?

- Reid

adwade
02-22-2008, 02:08 AM
I for one would like the details of how to accompolish a clean uninstall if/when I do decide to remove Zoints. Being a newbie at all this anyway, SQL errors scare me when I read of them.:eek:

GuaRRand
02-22-2008, 06:33 AM
Since you were posting issues to both here and the support forums and some have been resolved from what I can tell, are there any prevailing issues left for me to help with or look into?

- Reid

Hehe, yeah sorry, i;ve been implementing alot of zoints/seo stuff lately :D

the only thing i'd still like to get working is this: https://vborg.vbsupport.ru/showpost.php?p=1448014&postcount=1321

and great support btw

gonzek
02-29-2008, 02:48 PM
hi, how can I put the table with tags on main site of board? for example below the forums

nokalexander
03-01-2008, 10:58 PM
Hi, first of all a very nice hack :)


Now, despite the fact that this is an awesome hack, i've run into a problem with Greek characters. When i try to use Greek characters they will be shown as u03b1 u03b2 etc.

Any idea how could I possibly fix this?

Strike3ForumsMH
03-02-2008, 05:52 PM
I for one would like the details of how to accompolish a clean uninstall if/when I do decide to remove Zoints. Being a newbie at all this anyway, SQL errors scare me when I read of them.:eek:
Sorry about the late response adwade, I totally missed this. The uninstall is a clean one, the problem with those errors is sites like Google and such searching links that are no longer there (due to the install.)

hi, how can I put the table with tags on main site of board? for example below the forums
Open up a support ticket with us gonzek and I'll see if I can't do it. If not, there is one possible alternative I'll mention to you.

Hi, first of all a very nice hack :)


Now, despite the fact that this is an awesome hack, i've run into a problem with Greek characters. When i try to use Greek characters they will be shown as u03b1 u03b2 etc.

Any idea how could I possibly fix this?
Greek tags seem to be a problem. I really can't help but would advise to see if anyone on network.zoints.com has had any luck or know any possible solutions.

Sorry I can't be of more help.

- Reid

NeutralizeR
03-03-2008, 04:05 PM
Sorry about the late response adwade, I totally missed this. The uninstall is a clean one, the problem with those errors is sites like Google and such searching links that are no longer there (due to the install.)


Open up a support ticket with us gonzek and I'll see if I can't do it. If not, there is one possible alternative I'll mention to you.


Greek tags seem to be a problem. I really can't help but would advise to see if anyone on network.zoints.com has had any luck or know any possible solutions.

Sorry I can't be of more help.

- Reid
Add these to the custom character replacements:

u03b1 yourgreekcharacter

u03b2 yourgreekcharacter

...

gonzek
03-03-2008, 05:45 PM
Add these to the custom character replacements:

u03b1 yourgreekcharacter

u03b2 yourgreekcharacter

...

I have the same problem with polish characters. Unfortunately...

It is workin only with that list:
u00f3 o
u0107 c
u0105 a
u0119 e
u0142 l
u0144 n
...

But if I trying to add some like this:
u00f3 ?
u0107 ć
u0105 ą
u0119 ę
u0142 ł
u0144 ń
(with polish characters)
characters aren't showing up.

nokalexander
03-04-2008, 06:27 AM
Thank you all for your replies. I have the same problem as gonzek, if I try replacing with latin characters it works fine, however it doesn't with Greek.

viper357
03-21-2008, 08:21 AM
I have just discovered a problem with the tags index.php page on my site. Here is the link

http://www.marineaquariumsa.com/tags/index.php

If you click on one of the page numbers it shows this URL and doesn't go to the page but instead seems to be doing a search for - Threads tagged with "doview"

http://www.marineaquariumsa.com/tags/index.php?tag=?do=view&page=2


I have worked out that I need to remove the "tag=?" in the above link, which appears to be on line 190 in index.php

$pagenav = construct_page_nav($page, $vbulletin->options['zointstags_showtags'], $count, $tagsurl . '?do=view');

How do I remove the "tag=?" from the URL on the page numbers?

Thanks.

Strike3ForumsMH
03-21-2008, 08:33 PM
Hi viper,

Please open up a support ticket and either myself or one of the engineers can help sort this out:
http://zoints.com/support.z

Thanks.

- Reid

dinodonk
03-24-2008, 05:25 PM
the new 3.7 has the same tagging.. can i import to 3.7 later if i use this modification

Strike3ForumsMH
03-25-2008, 10:46 AM
the new 3.7 has the same tagging.. can i import to 3.7 later if i use this modification
There is an importer, I can't vouch for it, but it is here on vbulletin.org so just search for it.

As for the "same tagging," that's not entirely true as both offer some unique things. Some prefer vBulletin's take, others still prefer Zoints Thread Tags.

- Reid

malag
03-26-2008, 07:53 PM
Hello,
How to replace in FURL special letters for usual letter?
In vBSEO it's edit in php file:
e.g.
'some_letter' -> a

Greeting

zeus_r6
04-07-2008, 05:41 PM
It seems like only I as admin can add new tags to old threads in all forums...is there a way to extend this permission to moderators and registered users?

Strike3ForumsMH
04-09-2008, 12:08 AM
It seems like only I as admin can add new tags to old threads in all forums...is there a way to extend this permission to moderators and registered users?
Hey Zeus,

I am not sure if I follow. Are you saying that once a thread is posted, no one outside of the administrator is able to tag the thread? If so, could you please open up a support ticket with us and provide a link to your forums, a regular temporary user account and a temporary admin account (no need to worry about special permissions for now, I would just want the ability to see what it is like as a user and what it is like as an admin.)

Thanks!

- Reid

zeus_r6
04-09-2008, 04:54 AM
The following is how zoints tags is behaving with existing threads:
Registered Users = Cannot add tags
Moderators = Can add tags only to threads in sections they moderate
Admin = Can add tags anywhere

viper357
04-09-2008, 05:13 AM
I have just discovered a problem with the tags index.php page on my site. Here is the link

http://www.marineaquariumsa.com/tags/index.php

If you click on one of the page numbers it shows this URL and doesn't go to the page but instead seems to be doing a search for - Threads tagged with "doview"

http://www.marineaquariumsa.com/tags/index.php?tag=?do=view&page=2


I have worked out that I need to remove the "tag=?" in the above link, which appears to be on line 190 in index.php

$pagenav = construct_page_nav($page, $vbulletin->options['zointstags_showtags'], $count, $tagsurl . '?do=view');

How do I remove the "tag=?" from the URL on the page numbers?

Thanks.

Hi viper,

Please open up a support ticket and either myself or one of the engineers can help sort this out:
http://zoints.com/support.z

Thanks.

- Reid


Reid, I submitted a ticket (#2857) on the 22rd March and am still awaiting a response, can you please check up on it. Thanks.

deLi_kurT
04-09-2008, 10:23 AM
installed

Thanks

zeus_r6
04-09-2008, 09:33 PM
I'm running VBSEO, and installed this....immediately after install, the rank of almost every keyword I am tracking is plummeting .... ideas?

zeus_r6
04-09-2008, 09:44 PM
http://network.zoints.com/showpost.php?p=13672&postcount=2

apparently this is the fix...we'll see how it works :)

bugzy
04-09-2008, 10:29 PM
How will the new vb3.7 tagging integrate?

Strike3ForumsMH
04-10-2008, 01:01 PM
The following is how zoints tags is behaving with existing threads:
Registered Users = Cannot add tags
Moderators = Can add tags only to threads in sections they moderate
Admin = Can add tags anywhere
Please open up a ticket. But just to check, are you by any chance using version 1.3.5?

Reid, I submitted a ticket (#2857) on the 22rd March and am still awaiting a response, can you please check up on it. Thanks.
Sure thing, I'll take a look for it later today.

http://network.zoints.com/showpost.php?p=13672&postcount=2

apparently this is the fix...we'll see how it works :)
You might want to also check out the following link, some with vBSEO really dig it (I use it myself):
http://vbmodder.com/forums/f41/zoints-tags-url-s-vbseo-sitemaps-692.html

How will the new vb3.7 tagging integrate?
I believe I recall hearing the AJAX needs to be rewritten, other than that it works.

- Reid

Strike3ForumsMH
04-10-2008, 03:52 PM
Reid, I submitted a ticket (#2857) on the 22rd March and am still awaiting a response, can you please check up on it. Thanks.
Viper, what is your Zoints name (or did you do it as a guest with an email)? I searched our various ticket lists, but I haven't seen a recent ticket by an account with viper.

Thanks!

zeus_r6
04-11-2008, 02:51 AM
this mod is killing my keyword rankings...

Strike3ForumsMH
04-11-2008, 04:39 PM
I can't explain your SEO setup or what you have done in the past, but I do know that a quite prominent site was calling out to us in panic last month due to a problem with his .htaccess file (he moved servers IIRC) and the absence of Thread Tags working like they did was hurting him. Now of course I can't say that it will work for everyone as there are a lot of unique situations to consider, but I can assure you that many (not all) usually have fair success with it. If it proves to be too detrimental to your forums, then I apologize and I hope you can find an appropriate solution.

All the best zeus.

- Reid

zeus_r6
04-11-2008, 06:13 PM
I can't explain your SEO setup or what you have done in the past, but I do know that a quite prominent site was calling out to us in panic last month due to a problem with his .htaccess file (he moved servers IIRC) and the absence of Thread Tags working like they did was hurting him. Now of course I can't say that it will work for everyone as there are a lot of unique situations to consider, but I can assure you that many (not all) usually have fair success with it. If it proves to be too detrimental to your forums, then I apologize and I hope you can find an appropriate solution.

All the best zeus.

- Reid

I'm not utilizing the .htaccess method...is this a problem?

zeus_r6
04-11-2008, 07:12 PM
I added the rewrite rules to my .htaccess file. The site hasn't thrown any errors....so does this mean apache mod_rewrite is enabled on my shared hosting server?

CoryHawk
04-12-2008, 02:35 PM
Even after removing the product I still get 50 or so emails a day with this database error.


Subject: vBulletin Database Error!


Database error in vBulletin 3.7.0 Release Candidate 2:

Invalid SQL:

SELECT COUNT(*) count FROM zoints_tag zoints_tag
LEFT JOIN thread thread ON(zoints_tag.threadid = thread.threadid)
WHERE zoints_tag.tag = 'ojt'
AND thread.forumid IN(1,72,2,62,75,87,60,95,61,63,92,101,91,102,103,1 05,64,65,66,67,68,69,96,104,85,100,73,77,99,88,90, 93,6,7,8,84,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,43,82,94,44,45,46,47,48,49,50,83,51,5 2,53,54,55,56,57,58,59,70,71,97,98,76);

MySQL Error : Table 'prison_forums.zoints_tag' doesn't exist
Error Number : 1146
Date : Saturday, April 12th 2008 @ 10:07:22 AM
Script : http://forums.prisonofficer.org/tags/ojt/
Referrer :
IP Address : *.*.*.*
Username : XXXXXXX
Classname : vB_Database
MySQL Version : 4.1.22-standard



I know it is that the table doesn't exists.. which it shouldn't.. because it was uninstalled, however.. I have searched my styles for anything to do with zoints or tags and can not figure out why this is called.


SOLUTION: Figured it out. Needed to remove the directory '/tags/' and the files in it under the forum root directory.

kube
04-12-2008, 08:00 PM
I`am just able to create tags, when I start the thread, afterwards I can delete, but not add.

Same with old threads....no chance to add tags.

The tag entry field is shown and when I add a tag and click "add", something is happening, but the new tag is not shown....

Any Ideas ?

(vb 3.6.7)

thanks

nickypoooo
04-15-2008, 07:33 AM
Thank you for this great mod!! I was wondering if this support charset iso-8859-8-i (Hebrew)

I am having a problem with Hebrew tags. It does not display the tags but English tags are display fine

Thank you

Strike3ForumsMH
04-21-2008, 03:39 AM
Hey everyone, sorry about the delays in response. I am a full-time student with a boatload of 400 level classes so my time as of late has been rapidly disappearing with major projects (one that is over 100 pages) due soon.

I`am just able to create tags, when I start the thread, afterwards I can delete, but not add.

Same with old threads....no chance to add tags.

The tag entry field is shown and when I add a tag and click "add", something is happening, but the new tag is not shown....

Any Ideas ?

(vb 3.6.7)

thanks
Hey kube,

It sounds as if AJAX is not working. Could you please login to your Admin CP, go to Options for Zoints Thread Tags and set Disable AJAX Submission to Yes? If you do, let me know the results. I know that the AJAX has had some problems for some (and needs to be rewritten) so that might be it.

Thank you for this great mod!! I was wondering if this support charset iso-8859-8-i (Hebrew)

I am having a problem with Hebrew tags. It does not display the tags but English tags are display fine

Thank you
Hi nicky,

The character sets Thread Tags display are pretty limit from what I've seen (based on the problems with some) but sadly it seems like Hebrew is one of the sets that have difficulty working. Possibly someone has gotten it to work on their own, but I wouldn't know about that.

Sorry.

(Thanks for being patient everyone and I apologize again.)

- Reid

SBlueman
04-21-2008, 04:13 AM
I was just wondering if anyone had figured out how to make the post icons show in the tag results pages. This was talked about in post #741 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=741) to #745 (https://vborg.vbsupport.ru/showpost.php?p=1379047&postcount=745)

Just wondering if anyone had a chance to look into this request.

kube
04-21-2008, 01:56 PM
Hey kube,
It sounds as if AJAX is not working. Could you please login to your Admin CP, go to Options for Zoints Thread Tags and set Disable AJAX Submission to Yes? If you do, let me know the results. I know that the AJAX has had some problems for some (and needs to be rewritten) so that might be it.
- Reid

I can`t find there anything about AJAX submissions !?


Thx for your answer

Strike3ForumsMH
04-23-2008, 03:45 AM
Just wondering if anyone had a chance to look into this request.
I did try my hand at one of them to no luck. I don't believe the engineers have looked at them either, at least recently, as they are crunching away at the last set of features for ZL. I did put them in a thread for them to look at regarding user suggestions for Thread Tags, so I hope they do look at them when beginning work on that.

I can`t find there anything about AJAX submissions !?


Thx for your answer
Could you please open up a ticket with us kube?

Please provide me with a temporary admin account and a link to your forum through our ticket system:
http://zoints.com/support.z

I'll take a look so I can see both the problem in action and to see your setings.

Thanks.

- Reid

kube
04-23-2008, 06:53 AM
thanks reid,
I installed it now in my normal forum, there it works fine and with no problems.
seems for me that my test-forum has some problems - but they are not important ;-)

thanks for the help !

amro yehia
04-24-2008, 01:36 AM
i have arabic forum

i wante to install it

please help me :confused:

Strike3ForumsMH
04-24-2008, 03:08 PM
thanks reid,
I installed it now in my normal forum, there it works fine and with no problems.
seems for me that my test-forum has some problems - but they are not important ;-)

thanks for the help !
Awesome! Glad to hear it kube.

i have arabic forum

i wante to install it

please help me :confused:
Sadly, I can't be of much help. My help would likely be more of a hindrance than anything as I do not possess the knowledge needed to help you. I know I have seen Thread Tags in Arabic (I believe) on a couple of forums in the past, but I am not aware of the special measures they took to install it.

I wish I could be of more help.

- Reid

El Burro
04-24-2008, 05:23 PM
Is this plugin going to be available in 3.7.0

FleaBag
04-26-2008, 11:48 PM
It seems with the introduction of security tokens in 3.7 RC4 I am unable to submit new thread tags.

T3G4Life
04-27-2008, 08:04 PM
how do you set permissions for this?

Mondi
04-29-2008, 08:28 PM
Just before installing this - can the tags be placed within a vbAdvanced module on my CMPS homepage?

If so, any suggestions on how to achieve this. Ideally I'd like the module to be integrated on all pages.

I'll wait for a response before proceding.

Cheers.

ru55ian
04-29-2008, 10:19 PM
It seems with the introduction of security tokens in 3.7 RC4 I am unable to submit new thread tags.

I've got the same issue.... can anyone help?

Strike3ForumsMH
05-01-2008, 01:17 AM
Is this plugin going to be available in 3.7.0
Yes it will be. I don't know when, but some progress has been made on it and the engineers will complete that next as it is the next item on the agenda.

It seems with the introduction of security tokens in 3.7 RC4 I am unable to submit new thread tags.
Thanks for letting me know. I just informed the engineers so hopefully they can find a quick solution (I know the updates have been slow, but we have tried to put out fixes for problems as quick as we could.) I'll let you all know once I hear from them, I am frankly not aware of how complicated a fix like this would or wouldn't be.

how do you set permissions for this?
For this version, there really aren't any. The beta version which has floated around for some time does have it though so it will make the next release.

Just before installing this - can the tags be placed within a vbAdvanced module on my CMPS homepage?

If so, any suggestions on how to achieve this. Ideally I'd like the module to be integrated on all pages.

I'll wait for a response before proceding.

Cheers.
Sure. Check out this link:
https://vborg.vbsupport.ru/showthread.php?t=127749

I use it on my forums, it's great.

- Reid

Strike3ForumsMH
05-01-2008, 01:29 AM
Alright, I just heard back from the engineers. Our engineer Danny will be working on this tonight, so hopefully he will have a new version that works with the latest 3.70 in the next day or two!

- Reid

balance12
05-01-2008, 02:58 AM
I have two problems, first in my navbar, the tag buttom is show badly, how to say, like no other button on the templeto so it looks ugly.. its a bigger sqare than the others.

Second when you click a tag in the popular tag or any tag, it dont shows you any thread.. it goes to other page , and shows you the search tag box...

Zoints
05-01-2008, 04:25 AM
Version 1.2.3 has been uploaded. Adding new tags should now work with the CSRF protocol. Please post if you have any issues.

Also...some reported problems with the AJAX addition/deletion of tags on showthread form for vB 3.7...this was working fine for me with 3.7 Gold. If you are still having issues with vB 3.7 gold, please let us know.

Mark.B
05-01-2008, 05:00 AM
Version 1.2.3 has been uploaded. Adding new tags should now work with the CSRF protocol. Please post if you have any issues.

Also...some reported problems with the AJAX addition/deletion of tags on showthread form for vB 3.7...this was working fine for me with 3.7 Gold. If you are still having issues with vB 3.7 gold, please let us know.
You can add and delete tags ok on 3.7, but the AJAX part does not work...it simply does a full page reload.

PS the file attached is still 1.2.2.

Zoints
05-01-2008, 05:51 AM
Sorry - I am rewriting the JS and then will reupload

Mark.B
05-01-2008, 06:52 AM
Sorry - I am rewriting the JS and then will reupload
Excellent - thanks. It'll be good to get the AJAX working again, gives it a professional edge.

I'm afraid the default tag system in vb 3.7 is simply not as effective as the Zoints one. Primarily it lacks the ability to automatically tag old threads, vital if you have users who would never add tags themselves in a million years.

balance12
05-01-2008, 11:28 AM
IM Still with the problem , i upgrade the zoint xml. But when i click on a tag it dont shows me the related threads...

Strike3ForumsMH
05-01-2008, 11:42 AM
I have two problems, first in my navbar, the tag buttom is show badly, how to say, like no other button on the templeto so it looks ugly.. its a bigger sqare than the others.

Second when you click a tag in the popular tag or any tag, it dont shows you any thread.. it goes to other page , and shows you the search tag box...
Hi balance,

Log-in to your vB Admin CP. From there go into the style manager and select to Edit Templates of your desired style. Scroll to the bottom of the templates to $zointstags_searchform

At this line:
<div><input type="text" class="bginput" name="search" size="25" />$gobutton</div>

Edit the 25 number until you hit upon the right size. I can't tell you want that number is as I don't know what it looks like (and even then, it would be guesswork. But just play with it until you get it.

IM Still with the problem , i upgrade the zoint xml. But when i click on a tag it dont shows me the related threads...
Your problem is unrelated to the need for an upgrade. Please submit a ticket at http://zoints.com/support.z and we can then try to poke around to help you out and see what is wrong.

- Reid

Strike3ForumsMH
05-01-2008, 11:45 AM
Excellent - thanks. It'll be good to get the AJAX working again, gives it a professional edge.

I'm afraid the default tag system in vb 3.7 is simply not as effective as the Zoints one. Primarily it lacks the ability to automatically tag old threads, vital if you have users who would never add tags themselves in a million years.
Thanks for the feedback Mark, we appreciate it. If you have any ideas of how to make Thread Tags better, don't hesitate to share them with us at network.zoints.com in our Feedback forum. Like I mentioned, we will likely be putting out a small features upgrade after we complete our current project, but we're always looking for what is truly needed by the average forum admin and what he would need to make his forum better with tags.

- Reid

balance12
05-01-2008, 11:52 AM
Thanks for the Quick help , I have created a support ticket.

But related to the button, whatever the number I put, nothing change in the button, even if i put 0....

Strike3ForumsMH
05-01-2008, 02:08 PM
Hmm. Maybe I am a bit fuzzy on that. It would be best if someone other than myself helped you with the ticket you opened, but I usually resolve most style issues so if you opened up a separate ticket that also provided account details for a temporary admin account with style permissions, I could try to resolve that for you later today.

- Reid

balance12
05-01-2008, 05:41 PM
ready... read the support ticket.... you hace the user!!! Pls chek why is not showing the threads.

balance12
05-01-2008, 11:08 PM
Fixed b me jajaj.. i just change to Basic URL Structure and work, but the button is still wrong...

Strike3ForumsMH
05-02-2008, 12:28 PM
Paul took on your tickets so I was unaware of the status, however I did just fix the tags searchform dropdown for you. :)

- Reid

Masterix
05-03-2008, 04:39 AM
Uhm, where ist 1.2.3 could only find 1.2.2, so i can't upgrade to vbulletin 3.6.10 or 3.7

Is there a Howto to fix Threadtags anyway?

regards, Masterix

Mark.B
05-03-2008, 07:32 AM
1.2.3 needs some work on the AJAX so it's not up yet.

You *can* upgrade to 3.6.10 or 3.7.0....if the security token stuff isn't added to the tag templates automatically (mine was!) you can add it yourself. Other than that, the only thing that doesn't work is adding and removing tags using AJAX....however, you can still add and remove them as normal, it's just that the whole page will reload when you do it, no big problem really. It would just be the same sort of thing as if you turned off AJAX on quick reply and then submitted a reply.

jacki
05-03-2008, 09:55 AM
Version: 1.2.3 !!!!
downlaod version 1.2.2 ?

Mark.B
05-03-2008, 10:07 AM
1.2.3 isn't out yet....they put it up briefly but the AJAX still wasn't done, I understand it's being worked on currently.

Strike3ForumsMH
05-05-2008, 03:55 PM
Our engineer who is working on that had to put it a bit to the side as he was busy with his classes last week, but he's hoping to finish up work on it this week.

- Reid

iogames
05-06-2008, 09:10 PM
wheeew! I thought it was me :)
So the engineer is working on it?

TradersBASE
05-08-2008, 04:56 AM
Installed on www.tradersbase.com/forum

I am running VBseo 3.2.0 rc5 and having no issues that I can tell with this product.
Is there something I should be watching for or applying that I just haven't caught yet?
Seems almost too simple, and I love the cloud. :)

Chadi
05-08-2008, 07:33 PM
Just upgraded VB to 3.7.0 and latest Zoints tag (as of today).

I now get this error when submitting new tags:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

CoffeeToki
05-12-2008, 07:53 PM
I get the same problem as chadi above~ :) Any input would be highly appreciated.

Chadi
05-12-2008, 08:14 PM
After doing the upgrade to 3.7 and playing around with the new functions, is Zoints tag mod even necessary anymore? Perhaps I'm missing something, but the default new vbulletin tags feature is pretty much the same. If that's 100% true, any possible import from Zoints to the default tag system?

therogueforums
05-14-2008, 01:02 AM
I'm also getting this error after upgrading to 3.7.0

Will a Zoints update be released? I'd like to keep the Zoints thread tags if at all possible, as I prefer them to the vB tag system.

Lorani1
05-14-2008, 09:55 PM
Just upgraded VB to 3.7.0 and latest Zoints tag (as of today).

I now get this error when submitting new tags:

I encountered the same problem. Here is the solution:

Go to your admin cp > styles and templates > style manager

find the following templates:

zointstags_showthread
zointstags_searchtags
zointstags_searchform

and do a search for:

<input type="hidden" name="s" value="$session[sessionhash]" />

directly below this add:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

This should sort the error. :up: It did for me, at least. :D

Chadi
05-14-2008, 10:13 PM
Great, that works even though that code was not found in the searchtags template, but in the other two at least

Strike3ForumsMH
05-15-2008, 06:02 AM
I'm also getting this error after upgrading to 3.7.0

Will a Zoints update be released? I'd like to keep the Zoints thread tags if at all possible, as I prefer them to the vB tag system.
A Zoints release will be out soon hopefully. The engineer who was working on it has had finals and other life issues to contend with. Sadly the AJAX rewriting was a bit too complex for him to fit in his schedule without doing a rush job.

I encountered the same problem. Here is the solution:

Go to your admin cp > styles and templates > style manager

find the following templates:

zointstags_showthread
zointstags_searchtags
zointstags_searchform

and do a search for:

<input type="hidden" name="s" value="$session[sessionhash]" />

directly below this add:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

This should sort the error. :up: It did for me, at least. :D
Thanks for the help on this. I am still on 3.68 myself so I can't confirm this but hopefully this helps others out.

Very much appreciated Lorani.

- Reid

therogueforums
05-15-2008, 09:55 AM
I encountered the same problem. Here is the solution:

Go to your admin cp > styles and templates > style manager

find the following templates:

zointstags_showthread
zointstags_searchtags
zointstags_searchform

and do a search for:

<input type="hidden" name="s" value="$session[sessionhash]" />

directly below this add:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

This should sort the error. :up: It did for me, at least. :D
Worked perfectly! Thanks!
Great, that works even though that code was not found in the searchtags template, but in the other two at least
For the zointstags_searchtags template, search for:
<input name="s" type="hidden" value="$session[sessionhash]" />
For whatever reason, it's slightly different.

Chadi
05-23-2008, 09:24 PM
How do I get the subject field and zoints tag field in one row? I cannot find the code in the newreply / newthread templates.

Also, it would be nice if Zoints once and for all finally supported global tags (custom locations), especially various font sizes.

Example:
https://vborg.vbsupport.ru/showthread.php?t=177429&highlight=import+tags

Brandon Sheley
05-23-2008, 09:58 PM
How do I get the subject field and zoints tag field in one row? I cannot find the code in the newreply / newthread templates.

Also, it would be nice if Zoints once and for all finally supported global tags (custom locations), especially various font sizes.

Example:
https://vborg.vbsupport.ru/showthread.php?t=177429&highlight=import+tags

There was a tag cloud with the zoints setup like the one you linked to and it had different color and sized fonts.. it was on the zoints site

Chadi
05-23-2008, 10:19 PM
Where is it (instructions)? I cannot find it, sorry. I'm only aware of the official tags.php page
which has it in various font sizes, not colors. Nor am I aware how to do this globally, especially
the default tag clouds that show up on forum display and thread display.

longgsm
05-25-2008, 12:29 AM
How about change to utf-8? I want to type vietnamese language. Thanks for support!

SBlueman
05-25-2008, 02:35 AM
Ok...so I am looking at the tags/index.pho file looking for ways to edit the order posts are displayed. I want to display them in order by first post with the newest listed first. By default the threads are listed by last post. So I am looking at the code and find some places this can be edited in the file.....

This spot in the file:
$count = $count['count'];
$orderby = 'lastpost';
$direction = 'DESC';

I bet if I change 'lastpost' it will pop out the results I am looking for....I just don't know what it needs to be changed to....and I am wondering if this is the file that I need to edit to display the correct post icons...

So can anyone help with this? Thanks in advance.

Strike3ForumsMH
05-25-2008, 10:45 PM
There was a tag cloud with the zoints setup like the one you linked to and it had different color and sized fonts.. it was on the zoints site
This is for vBadvanced, so I am not for sure if this is what you are referencing, but I use it and I think it's great.

https://vborg.vbsupport.ru/showthread.php?t=127749

How about change to utf-8? I want to type vietnamese language. Thanks for support!
I am not for sure what they'll do, but with Zoints Local, the upcoming version is much easier to convert to other languages so I know the engineers will look at that for the future with tags.

Ok...so I am looking at the tags/index.pho file looking for ways to edit the order posts are displayed. I want to display them in order by first post with the newest listed first. By default the threads are listed by last post. So I am looking at the code and find some places this can be edited in the file.....

This spot in the file:
$count = $count['count'];
$orderby = 'lastpost';
$direction = 'DESC';

I bet if I change 'lastpost' it will pop out the results I am looking for....I just don't know what it needs to be changed to....and I am wondering if this is the file that I need to edit to display the correct post icons...

So can anyone help with this? Thanks in advance.
Hi SB,

Danny, one of our engineers, suggested to try changing $direction to 'ASC'

- Reid

SBlueman
05-26-2008, 02:42 AM
Shouldn't the $orderby be changed to something that refers to the first post? I want them to descend after that, I just want it to descend in order by first post, not last post.

And any word on what to do to display the correct post icons?

Strike3ForumsMH
05-28-2008, 09:10 PM
I really don't know to be honest. It would probably be best to open up a thread at network.zoints.com and talk it over with Danny.

As for the other issue, no work that I know of. I know they are about done with getting tags perfectly compatible with 3.7x so I don't think they have worked much on the features.

- Reid

marcos_
06-03-2008, 09:45 AM
i upload another theme then seo is working but tag isnt working why?

Strike3ForumsMH
06-03-2008, 07:34 PM
i upload another theme then seo is working but tag isnt working why?
Hi Marcos,

What do you mean tags aren't working? Do you not see the tags sections on your new style or are they there but the submission is not working?

- Reid

iogames
06-03-2008, 09:42 PM
Our engineer who is working on that had to put it a bit to the side as he was busy with his classes last week, but he's hoping to finish up work on it this week.

- Reid

so still in the works?

Strike3ForumsMH
06-07-2008, 03:56 AM
so still in the works?
It's done. We released a 3.7x version just a bit ago with the rewritten AJAX, the last update posted on this thread should work fine for 6.10 however.

- Reid

Megatr0n
06-09-2008, 01:09 AM
Reid, check your e-mail when you can. Thanks.

iogames
06-14-2008, 09:40 PM
So no engineer and no working?
Our engineer who is working on that had to put it a bit to the side as he was busy with his classes last week, but he's hoping to finish up work on it this week.

- Reid

Mark.B
06-14-2008, 09:57 PM
That post referred to the AJAX rewrite, which has been done...it's been released as a separate 3.7 hack.

I know this to be so, as I have it running on my site.

iogames
06-16-2008, 01:41 AM
Ok :p

I got installed 1.2.2 I guess I never received the upgrade email ;)

although I don't see files to download :confused:

iogames
06-16-2008, 05:39 PM
Strange... :confused:
now is 1.2.2 again :mad: and the zip is back...

So there's not 1.2.3 despite the fact that is listed on the Change Log?

Mark.B
06-17-2008, 09:29 PM
Strange... :confused:
now is 1.2.2 again :mad: and the zip is back...

So there's not 1.2.3 despite the fact that is listed on the Change Log?
There is a 1.2.3, but it's only for 3.7 as the only change is the AJAX rewrite....

There's a separate thread for it.

https://vborg.vbsupport.ru/showthread.php?t=181111

iogames
06-18-2008, 10:07 PM
Ok I'll be clear :mad:
- so Ok there's one for 3.7 [although 3.7x has its own Tag System]
- here is published in the changelog: "2008/05/01 - 1.2.3 * vBulletin CSRF Protocol Compatible" which I think isn't important for 3.6.x
- I will stay in vB3.6.x for a while so 1.2.2 is the way to go?
- why they removed the .zip and put it back?

Mark.B
06-19-2008, 05:33 AM
Ok I'll be clear :mad:
- so Ok there's one for 3.7 [although 3.7x has its own Tag System]
- here is published in the changelog: "2008/05/01 - 1.2.3 * vBulletin CSRF Protocol Compatible" which I think isn't important for 3.6.x
- I will stay in vB3.6.x for a while so 1.2.2 is the way to go?
- why they removed the .zip and put it back?
There was some confusion at the time, but this is my understanding.

1) 3.6 users need to use the 3.6 version but I now don't know if that has CSRF in it or not. The original copy of version 1.2.2 obviously didn't, but I don't know if the copy that's up there now has changed.

2) 3.7 users like myself who DON'T want to convert to the vB tagging system found that although Zoints tags still worked in 3.7, the AJAX was broken, causing full page reloads whenever you submit or remove a tag. Thbe 3.7 version fixes this and presumably the CSRF.

I cannot confirm the CSRF in 3.7 since when I upgraded, vBulletin's automatic system inserted all the CSRF lines in Zoints for me without any action on my part. But I would assume it's done.

Zoints need to come and clear this up really.

Zoints
06-19-2008, 08:16 PM
3.6.10 users - apply this patch, and the CSRF issues should be fixed.

https://vborg.vbsupport.ru/showpost.php?p=1519876&postcount=913


The 1.2.2 zip included in this thread is only for 3.6.9 and LOWER as per the changelog.

iogames
06-20-2008, 07:29 PM
Aaah! some closure!

Strike3ForumsMH
06-20-2008, 10:58 PM
Just to clear up a few other things. Yes, vBulletin does have their own tag system for 3.7 but each system does provide some different things of interest for forum owners. I apologize I couldn't be of much help but frankly after the ensuing posts, I was a bit confused myself.

As for the file removal, I am not sure how that happened to be honest and no one else is. When I saw your post io, I rushed to get that back up as it definitely is still a viable solution to tagging.

Sorry about the difficulty and I'll make sure to get someone to post the patch in the first post (or in the zip itself) to avoid further confusion. Thanks for being patient.

- Reid

iogames
06-20-2008, 11:27 PM
3.6.10 users - apply this patch, and the CSRF issues should be fixed.

https://vborg.vbsupport.ru/showpost.php?p=1519876&postcount=913


The 1.2.2 zip included in this thread is only for 3.6.9 and LOWER as per the changelog.

Just to make sure, but zointstags_searchtags template doesn't contain any:

<input type="hidden" name="s" value="$session[sessionhash]" />

So where do I place the security token fix?

Strike3ForumsMH
06-21-2008, 02:25 AM
Hi io, please search for this, you should find it:

<input name="s" type="hidden" value="$session[sessionhash]" />

I am not on 3.610 with my forums but try it out, I am sure that is what was meant by it.
- Reid

futuredood
06-21-2008, 02:43 AM
soo has anyone been able to add tag clouds to the forumhome?

Strike3ForumsMH
06-24-2008, 03:44 AM
soo has anyone been able to add tag clouds to the forumhome?

Hi there dood,

We're gearing up to release another modification this week, but we have had a beta version of tags floating around for quite some time with that feature. I would expect on the next update to Thread Tags that this will be included. I can't guarantee it, but there is a very good chance.

If you have vB Advanced, you can search out a module for tags that allows you to have it on your portal.

- Reid

AyeCapn
06-25-2008, 06:16 PM
how do I uninstall this mod from 3.7.2? I am going to rely on the vB tag system. I get SQL errors after running the uninstall:

Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT COUNT(*) count FROM reuzoints_tag zoints_tag
LEFT JOIN reuthread thread ON(zoints_tag.threadid = thread.threadid)
WHERE zoints_tag.tag = 'holders'
AND thread.forumid IN(26,2,59,42,1,3,67,9,10,23,8,64,15,12,4,16,11,41 ,40,71,43,44,45,46,47,74,48,70,72,14,13,75,66,68,7 6,28,29,30,31,32,33,34,35,36,37,38,39,17,57,18,20, 22);

MySQL Error : Table 'blah_blah.reuzoints_tag' doesn't exist
Error Number : 1146
Request Date : Wednesday, June 25th 2008 @ 03:08:04 PM
Error Date : Wednesday, June 25th 2008 @ 03:08:04 PM
Script : http://www.myforum.org/forum/tags/index.php?tag=/holders/
Referrer :
IP Address : 74.6.22.120
Username : Unregistered
Classname : vB_Database
MySQL Version :

Mark.B
06-25-2008, 10:18 PM
how do I uninstall this mod from 3.7.2? I am going to rely on the vB tag system. I get SQL errors after running the uninstall:

Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT COUNT(*) count FROM reuzoints_tag zoints_tag
LEFT JOIN reuthread thread ON(zoints_tag.threadid = thread.threadid)
WHERE zoints_tag.tag = 'holders'
AND thread.forumid IN(26,2,59,42,1,3,67,9,10,23,8,64,15,12,4,16,11,41 ,40,71,43,44,45,46,47,74,48,70,72,14,13,75,66,68,7 6,28,29,30,31,32,33,34,35,36,37,38,39,17,57,18,20, 22);

MySQL Error : Table 'blah_blah.reuzoints_tag' doesn't exist
Error Number : 1146
Request Date : Wednesday, June 25th 2008 @ 03:08:04 PM
Error Date : Wednesday, June 25th 2008 @ 03:08:04 PM
Script : http://www.myforum.org/forum/tags/index.php?tag=/holders/
Referrer :
IP Address : 74.6.22.120
Username : Unregistered
Classname : vB_Database
MySQL Version :
If those messages are coming by email, as opposed to you yourself seeing them when browsing the forums, then what's probably happening is that people are finding links to your site in Zoints tag format on Google, but when they click them, they generate a database error as you've uninstalled the modification.

I have been thinking about this issue for if I ever moved to the built in tags, and I reckon the only way to solve this without having dead links in search engines would be to keep Zoints Tags installed but edit the templates/plugins so that the tag boxes etc don't show up. That way all new tags would be done via the vB system, but any old Zoints tags links in Google etc would still work.

After a time Google should start indexing the new tag links and then you'd be able to fully uninstall.

Possibly an alternative might be some kind of mod rewrite but it'd be messy, if it was even possible.

Strike3ForumsMH
06-25-2008, 11:43 PM
Mark is correct. If you are getting that through email notifications of errors, then likely that is what is happening. Zoints Thread Tags were designed to help with your SEO efforts and on any decently large site, those tag pages often get indexed and Google will check for them later. Based on our understanding of it, there is not much we can help you with in that regard.

- Reid

Darat
06-26-2008, 08:01 AM
...snip...

I have been thinking about this issue for if I ever moved to the built in tags, and I reckon the only way to solve this without having dead links in search engines would be to keep Zoints Tags installed but edit the templates/plugins so that the tag boxes etc don't show up. That way all new tags would be done via the vB system, but any old Zoints tags links in Google etc would still work.

...snip...

This is exactly what I have done - we'd been using Zoints tags since it was released so it has been well indexed by the various search engines. Overall I've been quite pleased with Zoints tags but I always prefer, if at all possible, to use a built-in version of a feature so I decided to move over to the built-in version. (I still prefer Zoints tags, if I was rating it I'd give it a 7 out of 10 for ease of use and features and the built-in one only a 5.)

I've stripped Zoints tags out of all the templates and removed all direct links to it but left it working in the background and it appears to work fine, old indexed links via Zoints tags are still valid so no page errors.

SBlueman
07-31-2008, 05:49 AM
It's been over a year since I started looking for answers on this on this site and Zoints support forum and I still can't find any answers. Can anyone help?

I am looking to accomplish the following:

1. Have RSS feeds for topic tags. I know of a similar modification that has RSS feeds for topic tag searches. (Boardtracker Advanced Topic Tags (https://vborg.vbsupport.ru/showthread.php?p=939072&highlight=rss+feed#post939072))

2. Display the correct post icon in the tag search results page (example: http://gridironfans.com/forums/tags/index.php/49ers/)

abdobasha2004
10-20-2008, 12:24 PM
I have an arabic forum
Does it works on arabic tags?

abdobasha2004
10-20-2008, 01:46 PM
plz help me to run this hack on arabic forums using windows-1256 language

nbaphenom
10-24-2008, 11:51 PM
It takes a while to work when add tags they dont show up and i get this error vbulletin message
vBulletin Message

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

please help .

CoffeeToki
10-27-2008, 06:53 PM
I'm sorry if this has already been answered. I have been searching for the answer with no luck.

When creating a new thread and I input tags to the tag field... the tags are not saved for some reason. Does anyone have this problem? I think it's a bit frustrating, since other members do tag their threads, but the tags are not saved when creating a new thread.

Any help would be greatly appreciated. Thanks.

Remulon
03-31-2009, 04:44 AM
Does anyone know how I can display the "popular tags" in a cloud format?

IE: I want to display my tags as a cloud with the different sizes etc. on my forumdisplay and showthread pages..

similar to how they come up on http://www.mysite.com/tags/

has anyone been able to do this?

R.

Remulon
04-01-2009, 12:28 AM
ok, anyone wishing to do this, I have hacked it, at least for the forumdisplay cloud:

Step 1:
Go to: AdminCP >> Plugins & Products >> Plugin Manager

Then edit this plugin: Zoints Thread Tags (Forum display)

Find:
foreach ($tags as $tag => $tagcount)
{
$zointstag_link = str_replace(' ', '-', $tag);

eval('$tagcloudbits .= "' . fetch_template('zointstags_forumdisplay_tagbit') . '";');
$firsttag = false;
}

Replace with:
foreach ($tags as $tag => $tagcount)
{
$size = 50 + round(($tagcount-$min) / $max * 100);

$zointstag_link = str_replace(' ', '-', $tag);

eval('$tagcloudbits .= "' . fetch_template('zointstags_forumdisplay_tagbit') . '";');
$firsttag = false;
}


Also, you can replace the "50" in:
$size = 50 + round(($tagcount-$min) / $max * 100);
to make the clouded tags smaller or larger


Step 2:
Go to: AdminCP >> Style Manager >> Edit Templates

Customize this template: zointstags_forumdisplay_tagbit

Find:
<a href="$tagsurl/$zointstag_link/" rel="tag">$tag</a>

Replace with:
<a href="$tagsurl/$zointstag_link/" rel="tag" style="font-size: $size%">$tag</a>


And that's it.. you're done!

Happy hacking.

R.

Strike3ForumsMH
04-03-2009, 01:53 PM
Thanks a lot for sharing that Remulon. I am on the 3.6x version myself so I might check that out. :)

- Reid

(BTW, if anyone above still needs support, please just reiterate your need for it and either I or another Zoints guy will help you.)

SBlueman
04-12-2009, 04:05 AM
I am looking to make some changes:

1. I'd like to remove the thread author name from appearing under the headline
2. I'd like to change the header of the third column to read "Posted" instead of "Last Post"
3. I'd like to display the thread author and thread creation date and time instead of the last post date and time and last post author.

Example: http://gridironfans.com/forums/tags/topstory/
https://vborg.vbsupport.ru/

What needs to be changed in /forums/tags/index.php to make this happen?

veyissen
04-21-2009, 11:29 AM
I have a question. Zoints has a character replacement system but I don't want to character replacements. I want to use turkish character in tags.

just like this thread's tags

http://www.rehberim.net/forum/temel-hastaliklar-ve-tavsiyeler-353/98835-kan-sekeri-dustugunde-neler-yapilmalidir.html

but when I click the tag, special characters disappear.

kan ekeri dtnde neler yaplmaldr

actually, thera are some character in url. >

http://www.rehberim.net/forum/tags/index.php/kan-%C5%9Fekeri-d%C3%BC%C5%9Ft%C3%BC%C4%9F%C3%BCnde-neler-yap%C4%B1lmal%C4%B1d%C4%B1r/


how can I replace the characters with the turkish ones,

%C5%9Fekeri to şekeri.... no sekeri


Waiting for your answer.

dutchbb
04-27-2009, 05:46 PM
Hi

I have uninstalled this, but now I keep getting errors in vb 3.8.2 when opening tags.php:

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT zoints_tag.tag, COUNT(*) count FROM zoints_tag zoints_tag
LEFT JOIN thread thread ON(zoints_tag.threadid = thread.threadid)
WHERE thread.forumid IN(44,2,6,7,12,10,22,32,41,25,11,42,5,45,31,30,39, 43,46,8,29,50,36,33,9,35,53,27,20,34,21)

AND autogen != 1
GROUP BY zoints_tag.tag
ORDER BY count DESC
LIMIT 30;

MySQL Error : Table 'dfforum.zoints_tag' doesn't exist
Error Number : 1146
Request Date : Monday, April 6th 2009 @ 12:16:00 AM
Error Date : Monday, April 6th 2009 @ 12:16:00 AM
Script : http://www.mydomain.com/tags/
Referrer :
IP Address : 81.82.9.156
Username : admin
Classname : vB_Database
MySQL Version : 5.0.51a-community

How can I get rid of this and make the vB tags work like they should please? Thanks.

e@sy
07-07-2009, 07:13 AM
I have a problem in my error.log

[Tue Jul 07 08:42:14 2009] [error] [client 92.229.217.99] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/abwaelzungsbetrag, referer: http://forum.MyDomain.de/tags/abwaelzungsbetrag/
[Tue Jul 07 08:42:14 2009] [error] [client 92.229.217.99] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/abwaelzungsbetrag, referer: http://forum.MyDomain.de/tags/abwaelzungsbetrag/
[Tue Jul 07 08:42:14 2009] [error] [client 92.229.217.99] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/abwaelzungsbetrag, referer: http://forum.MyDomain.de/tags/abwaelzungsbetrag/
[Tue Jul 07 08:50:09 2009] [error] [client 212.95.119.237] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/portfreigabe
[Tue Jul 07 09:05:11 2009] [error] [client 80.152.250.188] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/auslesen, referer: http://forum.MyDomain.de/tags/auslesen/
[Tue Jul 07 09:05:11 2009] [error] [client 80.152.250.188] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/auslesen, referer: http://forum.MyDomain.de/tags/auslesen/
[Tue Jul 07 09:05:11 2009] [error] [client 80.152.250.188] File does not exist: /var/www/MyDomain/domains/forum.MyDomain.de/public_html/tags/auslesen, referer: http://forum.MyDomain.de/tags/auslesen/



Has anyone an idea ? The error is not adjustable !

SBlueman
08-18-2009, 04:32 AM
I am having some major problems out of the blue....

When I go to a thread tag page like: http://gridironfans.com/forums/tags/Bills/

I am getting a white screen with this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61324495 bytes) in /home/gridiron/public_html/forums/tags/index.php(429) : eval()'d code on line 63

kalisekj
09-08-2009, 05:25 PM
I run a movie web site and the zoints tags keeps deleting much needed special characters " - , ' " which makes it darn difficult for users to find movie pages unless they know to strip out the special characters when doing a search. Is There a fix for this?

firattetik
11-02-2010, 07:00 AM
thanks :)

SBlueman
11-03-2010, 03:54 AM
I run a movie web site and the zoints tags keeps deleting much needed special characters " - , ' " which makes it darn difficult for users to find movie pages unless they know to strip out the special characters when doing a search. Is There a fix for this?

I second that question.

Enfoque21
11-05-2010, 04:56 AM
Hi guys, i have vbulletin 3.6.4, Zoints 1.2.1 and VBAdvanced 2.0.2.
I am currently having an issue with the tag's cloud in my homepage, as for every visitor, it generates again, genertaing lots and lots of very heavy queries, that kill my mysql.
Do you know how could i make a cache of the cloud content, and generate it, for example, every 6 hours ? I just want to cache the tag cloud, not generate it again for every user

Thanks