есть такой мод для phpbb3, который показывает определённые тултипы на специфицеский ресурс - WoWhead.com, сам мод лежит здесь.
Собсно, описание установки непосредственно от автора мода:
Public Description
phpBB Wowhead mod (phpBB 3): http://mattmayers.com/download/phpBB_wowhead_mod.zip
This mod automatically pulls the tooltip, URL and item quality color from wowhead based only on the item's name and applies it to a link.
Then, unzip and copy the whole wow/ directory to the root directory of your phpBB install.
Next, for every template you want this to work with you have to edit the overall_header.html file and add the following lines right before the </head> tag...
- Код: Выделить всё
<script src="http://www.wowhead.com/widgets/power.js"></script>
<script src="wow/jquery-1.2.1.js"></script>
<script src="wow/wowhead_linker.js"></script>
Finally, you need to add the following BBCode entry in the admin area:
- Код: Выделить всё
BBCode: [wow]{TEXT}[/wow]
HTML equivilent: <a href="wow/wowhead_wrapper.php?item={TEXT}" class="wowhead">{TEXT}</a>
I've only tested this with phpBB3, but I don't see why it wouldn't work with version 2 as well. If you come across any problems, I'll be glad to try and work them out.
To see a working demo, click here.
возникшая у меня проблема более чем банальна - мод не работает) причём когда у меня был установлен phpbb2, без проблем удалось прикрутить этот мод к старому движку, а с третьим наотрез отказывается работать, хотя сам мод заточен именно под phpbb3)
суть проблемы - при наведении курсора на ссылку должен показываться тултип и сама ссылка должна преобразовываться в ссылку нв вовхед, а у меня соответственно преобразования не происходит и xml с сервера не возвращается, ссылка имеет, например, такой вид - домен.ру/forum/wow/wowhead_wrapper.php?item=Ashbringer
В общем как побороть фиг знает, в пхп не силён)
Заранее спасибо)






