41
pod
Re: Static HTML pages....????
  • 2006/12/20 13:11

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Here is another solution for this... rather unorthodox, but it gets the job done.

Hope this helps!
www.myxoops.com - MyXoops Is Your XOOPS!



42
pod
Re: Easy Flash-database communication
  • 2005/10/31 1:54

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


It is possible to integrate XOOPS & Flash w/o a 3rd party application. You can see my (XOOPS) News section archive & real-time 'whos online' blocks in Flash if you check out MyXperiment.

Lots of potential for XOOPS & Flash.
www.myxoops.com - MyXoops Is Your XOOPS!



43
pod
Re: x-IPB module invision board
  • 2005/9/4 12:05

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Erase 2 instances of
<
<{if $block.view_popup == true}>target="_blank"<{/if}> href="<{$topic.link_forum}>"><{$topic.img_smile}>
</
a>


I suggest erasing 2 instances of
<a target="_blank" href="http://www.bbpixel.com">
::
BBpixel::
</
a>

as well, to omit the link back to BBPixel.

If you're new to editing templates, the best way is to open your favorite HTML editor, copy the template code to there & make your changes, then paste & submit to check out the results. If the results are less than desirable, you can hit "undo" & try again.

Hope this helps.
www.myxoops.com - MyXoops Is Your XOOPS!



44
pod
Re: Looking for XOOPS Mod Contractors and Consultants
  • 2005/8/20 1:26

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Hey Rick, nice to see you're still around :)

Are you strictly seeking module developers, or might you need a theme/template designer or 3?
Currently I am the only one I'm aware of implementing Flash/XOOPS integration - this can be applied to draw data from existing XOOPS modules into interactive/animated Flash interfaces, or to incorporate Flash into those modules... the potential is virtually limitless. View my Flash integrated themes here or a rough implementation of XOOPS module/Flash integration of 'News' here or 'WebLinks' here.

Funded development of these applications would allow me to focus exclusively on expanding the potential of those and other projects, which could in the long term benefit both eiProject and the greater XOOPS community. I could also assist with the creation of the eiProject theme, if you don't already have one in mind.

Just a thought.

This sounds like a great project & I wish you the best of luck with it - hopefully it will fare better than the xoops/mozilla effort.
I look forward to seeing the eiProject site!
www.myxoops.com - MyXoops Is Your XOOPS!



45
pod
Re: where can i find this theme?
  • 2005/8/17 18:09

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


This theme was inspired by the one @ gaining-mass, but is only available with a paid subscription to MyXoops Club.

The close right/left panel tabs are easily implemented in any theme - easier still if you use Dreamweaver MX 2004 to edit your themes (see DW Extension here).

Or see code snippet below:
<!-- Insert this in the head of your theme -->
<
script type="text/javascript">
var 
getById = (typeof document.getElementById != "undefined");
<!--
function 
toggleDisplay(obj,display1,display2){
    if(!
getById) return;
    
obj getRef(obj);
    if(
obj.style.display == display2)
        
obj.style.display display1;
    else
        
obj.style.display display2;
    
repaintFix();
}
function 
getRef(obj){
    if(
getById)
        return(
typeof obj == "string") ? document.getElementById(obj) : obj;
}
function 
repaintFix(obj){ 
    if(
"undefined" == typeof document.body
      
|| "undefined" == typeof document.body.style) return;
    if(
obj == null)
        
obj == document.body;
    else 
obj getRef(obj);
    
document.body.style.visibility "hidden";
    
document.body.style.visibility "visible";
}
//-->
</script>

<!-- Use 
something like this to use the function -->
<
img src="<{$xoops_url}>/images/subject/icon1.gif" alt="Close Panel To Expand Main Contents" class="pointer" onClick="toggleDisplay('left','block','none')" />

<{if 
$xoops_showrblock == 1}><img src="<{$xoops_url}>/images/subject/icon1.gif" alt="Collapse or expand right panel" class="pointer" onClick="toggleDisplay('right','block','none')" /><{/if}><{if $xoops_showrblock == 0}><img src="<{$xoops_url}>/images/icons/no_posticon.gif" alt="No right blocks to toggle" /><{/if}>


If you need additional help with these codes, see this FAQ question.

Hope this helps ;)
www.myxoops.com - MyXoops Is Your XOOPS!



46
pod
Re: Login page
  • 2005/8/14 1:44

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Thats a good way to go about it.

Alternatively you could go to System Admin > Preferences > General Settings and set "Turn your site off?" to "Yes", then on the same page select Registered Users and Webmasters as groups allowed to access the site while "off".
www.myxoops.com - MyXoops Is Your XOOPS!



47
pod
Re: IPB + Xoops
  • 2005/8/10 18:15

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


http://bbpixel.com/

X-IPB works with XOOPS up to 2.0.13. You can see it working beautifully with XOOPS @ MyXoops.

Thank Koudanshi.

Hope this helps :)
www.myxoops.com - MyXoops Is Your XOOPS!



48
pod
Re: Thank XOOPS!
  • 2005/7/27 15:25

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


We all have to reupload our avatars, you only see yours cuz you have it cached ;)

Enjoying the stable 2.2 'bonus' immensely too, so much so I couldn't sleep... loving the changes. Thank XOOPS!

www.myxoops.com - MyXoops Is Your XOOPS!



49
pod
Re: 2.2 & Smarty theme/template tags
  • 2005/7/27 14:29

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


I see, thank you for clarifying.

Any chance future releases might include a xoops_absurl variable for the absolute URL?

Are there any [other] changes to smarty tags with 2.2? A 'current directory' or 'current moduledir' tag would be really cool.

Thanks for your time Mithrandir
www.myxoops.com - MyXoops Is Your XOOPS!



50
pod
Re: 2.2 & Smarty theme/template tags
  • 2005/7/27 13:39

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Just trying to use it in a theme...

You can see how on a fresh install, such as the one here, even the default theme is rendering:
<link rel="stylesheet" type="text/css" media="screen" href="/directoryname/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="/directoryname/themes/default/css/styleNN.css" />


when the theme.html file displays


<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />



...seems it is inserting relative URLs, instead of absolute, or something.

Print those 4 smarty variables themselves in a theme & see what they return, vs what they used to return - not the same at all, if they return anything. It's vexing me.
www.myxoops.com - MyXoops Is Your XOOPS!




TopTop
« 1 2 3 4 (5) 6 7 8 ... 24 »



Login

Who's Online

185 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 185


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