vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - Zoints Thread Tags - GREAT for SEO (https://vborg.vbsupport.ru/showthread.php?t=127244)

SBlueman 11-03-2007 07:22 PM

Some questions.....

Question #1: What template does this page use?

http://gridironfans.com/forums/tags/index.php/49ers/

I am trying to edit it so it shows the correct post icon. What template needs to be edited?

Question #2: Is there a way to make it so when you click on a tag you see the posts for that tag in order by first post, not last?

Question #3:
Is there any way to have a RSS feed for each topic tag?

powerful_rogue 11-05-2007 07:51 AM

Hi,

Great mod :)

One question though, How do I remove the link from the navbar? Ive tried searching through the navbar code but cant seem to locate the zoints reference.

tanujdude91 11-05-2007 08:20 AM

Will this work with 3.6.8?

powerful_rogue 11-06-2007 02:13 PM

Hi,

Ive installed the mod and its working great, however if you click on the search button on the navbar, theres a large white space. Ive attahced an image.

How can i get this to strecth and get rid of the white space?

inciarco 11-06-2007 06:14 PM

GREAT HACK Zoints !! :up:

Quote:

Originally Posted by powerful_rogue (Post 1377005)
Hi,

Ive installed the mod and its working great, however if you click on the search button on the navbar, theres a large white space. Ive attahced an image.

How can i get this to strecth and get rid of the white space?



STEP 1:

In Plugin "Zoints Thread Tags (automatic template edits)"

Find:

Code:

        </div>
        <!-- / header quick search form -->

Add BEFORE:

Code:

                </table>
So The Final Result Is:

Code:

                </table>
        </div>
        <!-- / header quick search form -->



STEP 2:

In Template "zointstags_searchform":

Search:

Code:

<table cellpadding="4" cellspacing="1" border="0">
Delete That Line or Replace with

Code:

<!-- <table cellpadding="4" cellspacing="1" border="0"> -->
And Search:

Code:

</table>
Delete That Line or replace with:

Code:

<!-- </table> -->
The <!-- and --> are to Ignore those Code Lines.



STEP 3:

:D

VOILA!! Thats It!! :up: ;)

You Can Change the Width of the Search Text Box in Template "zointstags_searchform" in the Line:

Code:

<div><input type="text" class="bginput" name="search" size="25" />$gobutton</div>
By Changing the 25 for the Width you Wish!!

My Best Regards!! ;)

:)

class101 11-09-2007 08:31 AM

Hey Zoints I have found a bug while debugging Zoints Tags and requesting Tags:

There is always a 404error on the file cron.php, for exemple I click a tag:

http://<website>/forums/tags/news/

then when the page loads it try to request

http://<website>/forums/tags/news/cron.php?rand=66755 (wich produce the 404 error)

To note that I'm using the modrewrite option , I have tested of course with the by default system and I get always a 404 error but cron is called from /tags/ this time, I bet cron.php must be called on the forum root and not the tag root.

//note: If I go back to the standard write index.php?tag= and delete the .htacess rule, works fine cron.php is correctly called

class101 11-09-2007 10:41 AM

Cool I just would like to say I got it fixed with this addon, this is not really Zoints Tags bug but a behaviour with the $cronimage relative path. Check this addon:

True Asynchronous Cron Jobs using Javascript

Hope that helps

Strike3ForumsMH 11-09-2007 11:00 AM

Quote:

Originally Posted by inciarco (Post 1374656)
Interesting Hack Zoints!! :up:

I Found a Bug In The Hack and I Don't Know Why Is happening (Almost Don't Have a Logic)!! :confused:

I Made The Manual Template Edits.

I Deactivated the Plugin (Zoints Thread Tags (automatic template edits)), as Instructed in the Manual, because I prefer Manual Template Edits.

:( When I did That Most of the Tag Edit Don't Show, Like the Tag Link on the Navbar, and the Search Tags in the Search Dropdown Menu, but some Show like the List of Tags on the Threads and the Popular Tags on the Thread List. :confused:

I don't Know Why That Happens, is like if one of the Plugins when the Automatic Template Edits Plugin is Deactidated Avoids the Display of the Code. :( :confused:

And When the Plugin (Zoints Thread Tags (automatic template edits)) is Activated, then Most of the Hack Features are Displayed Twice (logical, I made the Template Edits), but I prefer to have the Manual Choice to Edit the Templates (I prefer the Tag Link in the "Quick Links" Dropdown Menu), and other Things, so I'm having the Trouble I Mentioned Above. :( :confused:

I Hope You Can Tell me What's Wrong; I Think is a Bug in one or more of the Plugins that Condition the Display of the Code to the Active Condition of the Plugin "Zoints Thread Tags (automatic template edits)"!! ;)

My Best Regards!! ;)

:)

Would you mind opening up a support ticket with us so our engineers can see this in action? Personally I think a future tags system needs to have the ability to disable the template edits as an option in Thread Tags Options. But obviously it's a bit hard to fully comprehend your problem without seeing it action so open up a ticket when you get the chance.

Thanks.

Quote:

Originally Posted by ujai (Post 1374893)
thanks.. installing it

Great, we hope you enjoy.

Quote:

Originally Posted by SBlueman (Post 1375042)
Some questions.....

Question #1: What template does this page use?

http://gridironfans.com/forums/tags/index.php/49ers/

I am trying to edit it so it shows the correct post icon. What template needs to be edited?

Question #2: Is there a way to make it so when you click on a tag you see the posts for that tag in order by first post, not last?

Question #3:
Is there any way to have a RSS feed for each topic tag?

Hi SBlueman, I am in a bit of rush but I believe that is on zointstags_viewtag (but that's just form the top of my head.)

As for question 2, I am not really sure to be honest.

RSS feed functionality is not currently a feature with Zoints Thread Tags, as mentioned in the past, it is something we plan to look at but it would likely require a good deal of work which is not possible at this point of time as we're nearing completion of our next version of Zoints Local.

Quote:

Originally Posted by powerful_rogue (Post 1376110)
Hi,

Great mod :)

One question though, How do I remove the link from the navbar? Ive tried searching through the navbar code but cant seem to locate the zoints reference.

Well, it seems as if at least one user has a problem with this, but I would suggest going to the plugin manager and deactivating "Zoints Thread Tags (automatic template edits)" and then manually do all the template edits you want to show. IF you do that, let us know how it works for you.

And thanks for the compliment.

Quote:

Originally Posted by tanujdude91 (Post 1376129)
Will this work with 3.6.8?

Yes, Zoints Thread Tags will work with vBulletin 3.6.8

- Reid

SBlueman 11-09-2007 01:55 PM

Quote:

Originally Posted by Strike3ForumsMH (Post 1378981)
Hi SBlueman, I am in a bit of rush but I believe that is on zointstags_viewtag (but that's just form the top of my head

Ok, looks like in that template there is a hook to display the threads:

Quote:

$threadlist
Now....does anyone know how that can be edited to include the correct post icons?

class101 11-09-2007 07:58 PM

Quote:

Originally Posted by SBlueman (Post 1379047)
Ok, looks like in that template there is a hook to display the threads:



Now....does anyone know how that can be edited to include the correct post icons?

Interesting question SBlueman, I have got a quick look yet and found the url controling the icon link, this is in the template "threadbit" , the variable $thread[threadiconpath] takes the default posticon in zoints when it takes the custom one with forumdisplay, I think it has something to do with the SQL query loaded in index.php of zoints and the iconcache but not sure, well at least the patch must be made in the tags/index.php I'm almost sure, please let me know if you find a workaround I'm interested in patching this, I'll do the same if I'm finding a solution.


All times are GMT. The time now is 11:55 PM.

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

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

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

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