vellatechie wrote:Friendly wrote:Well, after a lot of headaches (about 4 hours worth), I managed to get it working. But, for some reason the links don't show up on my board style.
The code in overall_header looks like this:
But the html just looks like this:Code: Select all
<a href="{blog_links.URL}">{blog_links.TEXT}</a>
So for some reason the blog_links.URL and blog_links.TEXT don't show up. I checked on prosilver, and they show up in that style. I have made sure that all the prosilver files were copied over to the folder for my style (it's a prosilver based style), but it just doesn't want to work for some reason.Code: Select all
<a href=""></a>
WTH !!!.. ive been using this mod for months now on my board its updating and working without any problem ever sinceFriendly wrote:Wow, I'm regretting installing this. Caused problems on my board, and THEN I discovered that this mod wasn't to be supported.
My recommendation - don't install this mod.
Doesn't seem to work for me. I changed the 100% to style="width: 430px; overflow:hidden and refreshed my prosilver se template, when i posted the IMG using bbcode in the blog and hit preview, it worked. But when I viewed the actual blog, it didn't, and also when I did a search for blogs, it also didn't work on that page - does this change need to be made maybe on 2 or 3 pages?NicMason.com wrote:Found the answer!
I added overflow:hidden here in view_blog_main.html: <div class="postbody" style="width: 430px; overflow:hidden">
EDIT: A fixed width seems to be necessary, rather than a percentage...
You can find a demo at the mod author's website.charley wrote:Is there a demo of this mod available?