21
xXMaartenXx
Mypage module permissions

i installed Mypage and i see the page only when i am logging in.

a look add the admin/groups but i can`t find mypage

So how can i set the permissions for mypage module?????????????



22
xXMaartenXx
Re: Pages: (1) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...... Is to long

nice

But if i click on ex. page 40 i see again 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ...................

can i trim that pages to?

Thanks



23
xXMaartenXx
Re: shoutcast module help

OK

That would be nice



24
xXMaartenXx
Re: shoutcast module help

http://www.blitzengineers.net/modules/wfdownloads/viewcat.php?cid=1&orderby=hitsA

There are 2 modules (you need the hack, i think)

it is working nice. But you can`t config thing in your XOOPS admin. You have to change config.php and upload.


and i want more than 1 stations ;)



25
xXMaartenXx
shoutcast module help

i found a shoutcast module some 1 from dj24

now i see just 1 station. Do some 1 know how to add more stations on 1 page?


config.php :

////////////////////////
// Configuration file //
////////////////////////
// Shoutcast server ip, port number and password
$servertitle = "<a href=http://www.basicbeats.net/ target=_blank>Basic Beats</a>";
$host = "http://il1.1st.basicbeats.net";
$publichost = "http://il1.1st.basicbeats.net";
$port = "8000";
$password = "YOUR PASSWORT FROM SERVER";
// End shoutcast server config
// Default configuration if server is down
$title = "BasicBeats.dj Radio - 24/7 Non-Stop LIVE Music - Your Station, Your Groove -1st Channel-"; // Title of radio station, tcast dsp plug-in
$cstmsg = "Our server is temporarily down, please come back soon!!"; // Custom message you want to tell your listeners if server is offline
// End

// Config for look and feel
$bgrnd = "000000"; // Color of page background
$text = "ffffff"; // Text Color
$link = "E3690F"; // Link color
$vlink = "FF0000"; // Visited link color
$alink = "800080"; // Active link color
$tblhdr = "D3D3D3"; // Table header color
$fontcolor = "white"; // title font color
$cell = "D3D3D3"; // Table cell color for body
$hdrtext = "3"; // Size of text in header
$bdytext = "2"; // Size of text in the rest of the page
// End
// Misc Config
$reset = "2"; // How often in days are stats (SERVER) reset, default is 3
$detailed = "0"; // Detailed stats on or off (1=on) (0=off)
$djname = "DJ name Here"; // Your dj name dhu!!
$refresh = "30"; // How often in seconds should the pages refresh themselves
?>


i modified this one.....

But now i want more stations .........

I that possible?



26
xXMaartenXx
Re: Pages: (1) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...... Is to long

Thanks!

It`s working great!



27
xXMaartenXx
WF-Channel backendjs.php javascript PROBLEM

when i use the javascript from wf-channel to show my news on other sites. I have an error. The same when i use this script:

<script type='text/javascript' src='http://www.wf-projects.com/modules/wfchannel/backendjs.php'></script>

When i change the url in xoops.org/backendjs.php the script is working!

If i go to my backendjs.ph i see the right news feed. But it will not show up in the javascript.

So, do i something wrom?

I have placed the backendjs.php in root to. No effect.

Changed CHMOD. NO Effect.

Please HELP!



28
xXMaartenXx
Re: Pages: (1) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...... Is to long

thanks for the support



29
xXMaartenXx
Pages: (1) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...... Is to long

When i click on a category with a lot of downloads. My page is to width because the number of next pages is shown from first page to the last one.

So when i put more links in it. My site is getting Wider and wider.

SOme 1 know this problem?


I want something like this ----> Pages: 1 2 3 .. 27 >>

And not ----> (1) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »



30
xXMaartenXx
Re: Other redirect page non members

Fixt.


in user.php:



if ($op == 'main') {
if ( !$xoopsUser ) {
$xoopsOption['template_main'] = 'system_userform.html';
include 'header.php';
$xoopsTpl->assign('lang_login', _LOGIN);
$xoopsTpl->assign('lang_username', _USERNAME);
if (isset($HTTP_COOKIE_VARS[$xoopsConfig['usercookie']])) {
$xoopsTpl->assign('usercookie', $HTTP_COOKIE_VARS[$xoopsConfig['usercookie']]);
}
if (isset($HTTP_GET_VARS['xoops_redirect'])) {
$xoopsTpl->assign('redirect_page', htmlspecialchars(trim($HTTP_GET_VARS['xoops_redirect']), ENT_QUOTES));
}
$xoopsTpl->assign('lang_password', _PASSWORD);
$xoopsTpl->assign('lang_notregister', _US_NOTREGISTERED);
$xoopsTpl->assign('lang_lostpassword', _US_LOSTPASSWORD);
$xoopsTpl->assign('lang_noproblem', _US_NOPROBLEM);
$xoopsTpl->assign('lang_youremail', _US_YOUREMAIL);
$xoopsTpl->assign('lang_sendpassword', _US_SENDPASSWORD);
include 'footer.php';
} elseif ( $xoopsUser ) {
header('Location: '.XOOPS_URL.'/userinfo.php?uid='.$xoopsUser->getVar('uid'));
}
exit();


make this:

if ($op == 'main') {
if ( !$xoopsUser ) {
$xoopsOption['template_main'] = 'system_userform.html';
include 'YOUR_REDIRECT_PAGE.php';

} elseif ( $xoopsUser ) {
header('Location: '.XOOPS_URL.'/userinfo.php?uid='.$xoopsUser->getVar('uid'));
}
exit();


I think this is the right way to change it.
It is working fine ;)




TopTop
« 1 2 (3) 4 »



Login

Who's Online

120 user(s) are online (68 user(s) are browsing Support Forums)


Members: 0


Guests: 120


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