181
pod
Re: Dave_L Rocks
  • 2005/5/15 1:53

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


You sir are my hero.

Thank you. Resized Image



182
pod
Re: mylinks module
  • 2005/5/15 1:42

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


You need to edit the MyLinks templates.

System Admin > Templates > MyLinks > mylinks_link.html



183
pod
Re: <{$xoops_contents}>
  • 2005/5/15 1:36

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


<{$xoops_contents}>

If I want to wrap <{$xoops_contents}> in a div or table, for example, I don't want that table or div to display if a site is not using a module as a start page, when viewing the start page.

Like if I put
<table><tr><td><{$xoops_contents}></td></tr></table>
...the table still renders even if <{$xoops_contents}> is null, it just displays with nothing inside it. I need an *if* in which to wrap the table.

Get me?

The alternative would be to edit each module template file to wrap the contents, which I have done, but is a major pain. I'm looking for a more logical solution.



184
pod
<{if $xoops_contents == 1}> ?
  • 2005/5/14 23:52

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


I need to know how to create an *if content exists, display content* statement, for theme development.
I've tried <{if $xoops_contents == 1}> - doesn't work.
Surely there's a variable for this...?



185
pod
Re: Blocks Question
  • 2005/5/14 14:49

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Once again, yeah - what Mith said. ;)



186
pod
Re: Blocks Question
  • 2005/5/14 14:41

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


If I may interject...

Yes = Show blocks that are visible
No = Show blocks that aren't visible
All = Show all blocks, visible or not

There's another drop down beside it with group names that works in conjunction with the visible/yes/no drop down, which displays blocks visible to the selected group only, & beside that show blocks only per-module or etc.



187
pod
Re: if member show image in news - if not member not show.
  • 2005/5/14 13:46

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Clone a custom template set if you havent already, set it as your default template set in admin > preferences, then generate the News templates.
Choose Edit News Templates > news_item.html

Then, use this:

<div class="item">
  <
div class="itemHead"><span class="itemTitle"><{$story.title}></span></div>
  <
div class="itemInfo">
    <
span class="itemPoster"><{$lang_postedby}> <{$story.poster}></span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}></span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}></span>)
  </
div>
  <
div class="itemBody">
<!-- 
start altering -->
<{if 
$xoops_isuser == false}> &nbsp
<{else}> 
    <{
$story.imglink}>
<{/if}> 
<!-- 
end altering -->
    <
class="itemText"><{$story.text}></p>
  </
div>
  <
div class="itemFoot">
    <
span class="itemAdminLink"><{$story.adminlink}></span> <span class="itemPermaLink"><{$story.morelink}></span>
  </
div>
</
div>



Hope this helps :)



188
pod
Re: IPB bridge question...
  • 2005/5/14 1:03

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


http://www.bohemiavisualmusic.com/modules/ipboard/

http://www.aedin.net/modules/ipboard/

http://www.toolunity.com/modules/ipboard/

http://www.tucsonchat.com/modules/ipboard/

http://www.myxoops.com/modules/ipboard/



189
pod
Re: Xoops template no good on Firefox
  • 2005/5/13 14:10

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


I avoided FireFox for the longest time, but finally downloaded it last night. To my horror, all my XOOPS sites looked terrible in FireFox, and I thought it would be a long tedious process to remedy it...
But then I did a lil research & foundhttp://validator.w3.org/
Ran my stylesheets through that, luckily only found about 2 syntax errors in each one - corrected them with a few keystrokes & amazingly they all look perfect in FireFox.

So... I'd try that ;)



190
pod
Re: New user gets blank white page
  • 2005/5/13 2:38

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Too bad I didn't catch this post sooner...

Quote:
So, I put the old database I saved BEFORE installing IPB, and it still doesn't work. Tried changing the code as stated in the two FAQ pages, still doesn't work. All this related to the IPB installation? If it is - IPB sucks!


When you installed IPB, you overwrote a good few System files with files modified for use with IPB. To *go back* you would have to not only restore your database to a pre-IBF state, you would also have to re-overwrite the overwritten files with the default system versions.

IBF can be kinda tricky, you hafta pay strict attention to version numbers and XOOPS compatibility & follow the install instructions very carefully.

Too little too late, I know, but maybe this will help someone else with IBF issues in the future...




TopTop
« 1 ... 16 17 18 (19) 20 21 22 ... 24 »



Login

Who's Online

95 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 95


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits