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)
-   -   Forum Display Enhancements - Forum Sponsor (https://vborg.vbsupport.ru/showthread.php?t=128829)

xb4b1x 10-24-2006 07:15 PM

This is a really nice mod thanks bro!

archaosus 11-03-2006 08:35 AM

Easy to install even with a cold - top work, this will be a great addition to my competition subforums in order to hook a sponsor.

perfphysio 11-03-2006 10:40 AM

Quote:

Originally Posted by vphost
I haven't had a chance to test this out yet, but basing on what you said and the screenshot, can't you add target="_blank" into your a href?

Still no word on having this slight modification as an option for the banner links e.g. main window or new window?

This html options one would normally use are not permitted to be used in the url fields for this hack. I would imagine most people using this hack would ish the banner links to open in new windows rather than the parent one. Please dude can you make this small addition :)

bada_bing 11-04-2006 03:11 AM

Quote:

Originally Posted by bada_bing
Can someone help me please

Anyone expacially the author any help?

Domenico 11-08-2006 10:56 PM

Are you going to add extra features or is this it? :)

bada_bing 11-09-2006 02:18 AM

Quote:

Originally Posted by bada_bing
Anyone expacially the author any help?





WOW SUPPORT SUCK on this mod! Asked the same question 3 times and no responce.

Adrian. 11-09-2006 09:45 AM

Sorry guys, my license expired recently, meaning i had no way of responding to this thread, or having PM access.

I will answer support soon, i am very busy.

perfphysio 11-09-2006 11:58 AM

Quote:

Originally Posted by Adrian.
Sorry guys, my license expired recently, meaning i had no way of responding to this thread, or having PM access.

I will answer support soon, i am very busy.

Thanks for that and we hope to get an update of your great starting point soon :)

Additionally I, like many others have also used the TAG mod/hack. This is great for grouping items into use friendly areas. Unfortunatley your hack doesn't recognise this area as yet, e.g. the results page for a certain tag (see this as an example http://www.physiobob.com/forum/tags/...tag=/sciatica/

It would be awesome if we could add a sponsor in some way to each tag that we create? Perhaps by offering a default one and also by overwriting that with a specific one.

Does anyone else think this would be an excellent addition? I'd make it myself if only I knew how :)

jaks 11-09-2006 05:03 PM

John1uk,
It's in the Forum & Moderator==>Forum Manager==> Pick a forum to edit and the new fields are there near the bottom.

Thanks Adrian, very handy mod. :) Clicks Install

jaks 11-09-2006 06:16 PM

Quote:

Originally Posted by perfphysio
Still no word on having this slight modification as an option for the banner links e.g. main window or new window?

This html options one would normally use are not permitted to be used in the url fields for this hack. I would imagine most people using this hack would ish the banner links to open in new windows rather than the parent one. Please dude can you make this small addition :)

If you want to add the target="_blank" and title="Sponsor name" to the text link and alt="Sponsor name" to the linking image. Modify the template edit you did in the forumdisplay template. This bypasses the fields.

Find:
Code:

<tr>
        <td width="10" rowspan="2" valign="middle"><div align="center"><a href="$foruminfo[sponsorlink]"><img src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td>
        <td valign="top"><div align="left"><strong><a href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td>
      </tr>


Replace with:
Code:

<tr>
        <td width="10" rowspan="2" valign="middle"><div align="center"><a target="_blank" href="$foruminfo[sponsorlink]"><img alt="$foruminfo[sponsorname]" src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td>
        <td valign="top"><div align="left"><strong><a target="_blank" title="$foruminfo[sponsorname]" href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td>
      </tr>

For a demo to prove it works go here http://www.trulyunusual.com/wards/forumdisplay.php?f=17



Enjoy
Jaks


All times are GMT. The time now is 01:01 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.01296 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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