![]() |
|
#1
|
|||
|
|||
|
Problem has been fixed. Thanks to Brian.
For those who have the same problem, you only need to change the code into the following: Code:
src=\"" . $vbulletin->options['bburl'] . "/images/flag/en.png\" Last edited by mooder; 01-27-2008 at 01:27 AM. |
|
#2
|
||||
|
||||
|
How exactly is it not working? Are you just seeing a broken image instead of the flag? If so, then it looks like you need to find that image in your templates and prefix it with "$vboptions[bburl]/".
|
|
#3
|
|||
|
|||
|
The problem is the flag can't show up.
This hack is a plugin (no template!). I tried to add $vboptions[bburl]/ in the plugin but it seems that variable doesn't work.
Last edited by mooder; 01-27-2008 at 01:27 AM. |
|
#4
|
||||
|
||||
|
If that code is in a plugin then you will need to use a different variable/format.
Code:
src=\"" . $vbulletin->options['bburl'] . "/images/flag/en.png\" |
|
#5
|
|||
|
|||
|
Thanks a lot.
It works like a charm.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navbar Links don't work | Fanny Annie | Troubleshooting & Problems | 12 | 10-07-2007 11:29 AM |
| Users chose display order | attroll | Feedback & Suggestions | 1 | 04-17-2007 10:26 AM |
| Modules title in different languages | RYoBiOS | "How Do I..." Questions | 2 | 03-18-2007 03:06 PM |
| Navbar links don't work | hawk16 | Troubleshooting & Problems | 8 | 08-18-2006 04:17 PM |
| How to get the navbar to work on index? | -Haro` | "How Do I..." Questions | 6 | 12-31-2005 10:50 AM |