71
Northern
Re: XAsset
  • 2007/8/23 5:59

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Check your InBox stefan88



72
Northern
Re: How can i do this?
  • 2007/8/23 2:31

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Sounds like you need the short url mod.

check your inbox for the download link.



Marc



73
Northern
Re: Theme Designers Button Swap! (Link Xchange)
  • 2007/8/22 22:25

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Resized Image

<a href="http://www.calibernation.com" target="_blank"><img src="http://www.calibernation.com/img/cn_feed-1.png" height="15" width="80"  alt="Caliber Nation" title="Caliber Nation" border="0" /></a>



and i have Z55hosting if you like.


Resized Image

<a href="http://www.z55.biz" target="_blank"><img src="http://www.calibernation.com/img/z55_feed-1.png" height="15" width="80"  alt="Z55 Hosting" title="Z55 Hosting" border="0" /></a>



After im done with the new theme of CN, ill make a custom block for all the TD's buttons/links.



74
Northern
XAsset
  • 2007/8/22 21:07

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Ive checked out McNaz's site, where the XAsset module should be but its closed, along withthe site that its partnered with.

https://xoops.org/modules/news/article.php?storyid=3281&

Does any one have this laying around, i have version 6.5
but i would like to update it.
to ether the 8.+ or 9.+




Marc



75
Northern
Re: What module to use?
  • 2007/8/17 18:01

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Well i have it running on HelpXOOPS youll have to register (if you havent allready) to view it in action.



And Mastop can he found Here



76
Northern
Re: What module to use?
  • 2007/8/17 16:32

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Mastop is a good one, for adds
https://xoops.org/modules/news/article.php?storyid=3753



77
Northern
Re: What module to use?
  • 2007/8/17 16:06

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


I dont see any problems with you making/modeling your site after that one, aslong as it uses a diferent desing (of course). lol

as for versions of xoops.
2.0.16 is the "offical" version
but 2.2.4/2.2.5 is still around, heck ive recently use it in a site.

not all the moduls work in 2.2.X versions, so caution should be held.



78
Northern
Re: Joomla Vs. Xoops
  • 2007/8/17 15:52

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


Its a shame you dont feel the need to look into things a bit farther.

there are 100's of XOOPS themes, some have a old vintage look, and then you have some updated fancy looking themes.
and in most cases, you can post a them to XOOPS ( with permission from the designer that is... )


you should looks around,

http://www.northernneons.com

http://www.teamzwinkspikes.com

im sure many of use can supply links to sites that use XOOPS in may ways, and have a non XOOPS feel to them, just as mambo/joomla do.

but IMHO, we have the better and less confusing control panels.


Marc



79
Northern
Re: [Team End User] Mid-August Report.
  • 2007/8/16 20:25

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


thought some one should get a rize out of it



80
Northern
Re: How do I add a simple webpage to a xoops themed site?
  • 2007/8/16 20:08

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


name it whatever you want, but end it in .php

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display right blocks
?>
///////
Your code in html 
///////
<?php
include(XOOPS_ROOT_PATH "/footer.php");
?>


or

in full php


<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display right blocks

echo "Your code";

include(
XOOPS_ROOT_PATH "/footer.php");
?>


Marc




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 34 »



Login

Who's Online

195 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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