CJ |
|
---|---|
ok so how can i make it so that if u Make a URLs that have an image not words Like this i want it so that when i click the IMAGE it goes to that link not the image. |
pieter |
|
---|---|
If you use BBcodes, this will work.
I guess it doesn't because ou ask it here. Can you give us a link to an example? ... can we help you ...
|
CJ |
|
---|---|
i dont use slimbox and http://www.streetlegalmods.com/page.php?al=GOM-TEAM-is-on-twitter (the image that says Follow me on twitter)
i am using BBcode |
pieter |
|
---|---|
I tested it, and for me it works on my site with your link.
Which cotonti version? ... can we help you ...
|
CJ |
|
---|---|
6.17 plugins
Page Auto-Validation the Bbcode i used is in the first post |
urlkiller |
|
---|---|
CJ you should consider using that ckedit plugin to handle your page layouts... and this wouldnt be a big problem... URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
|
pieter |
|
---|---|
CJ, I ment http://www.streetlegalmods.com/admin.php?m=bbcode for the bbcodes And like URLKiller said pause the plugin. If it doesn't work, try to pause another one, till you got the wrong one. ... can we help you ...
|
urlkiller |
|
---|---|
autovalidation is also included in core system... you should really consider cleaning your plugins :) URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
|
CJ |
|
||
---|---|---|---|
Got Rid of both thos plugins and here
|
urlkiller |
|
---|---|
you know what would be the easiest way for that? just make a bbcode called [button]text[/button] and it builds <div class="button">text</div> then go to your css file and style the button there. so you wont have to mess with that regex. URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
|
CJ |
|
---|---|
cause we usely use IMAGES as the button to link to another page from the news or from the forums |
pieter |
|
---|---|
Below you can find mine:
\[img\]((?:http://|https://|ftp://)?[^"\';:\?\[]+\.(?:jpg|jpeg|gif|png))\[/img\]
\[img=((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\]((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\[/img\]
You have href in it. I guess this is the problem. ... can we help you ...
|
|
Відредаговано: pieter (01.07.2011 10:50, 14 років тому) |
CJ |
|
---|---|
Its still showing images, when clicked, not the link.. |
pieter |
|
---|---|
Maybe one of the devs can help you. ... can we help you ...
|
CJ |
|
---|---|
Got it working !!! thanks Guys !!!
|