81
technigrafa
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops

So, is there a way to do this with another WYSIWYG editor such as fckeditor?



82
technigrafa
Re: Theme Changer 4 Xoops 2.2.x ... just a little incompibility

Okay, this looks like a very useful module, but I have a question:

I am running a site with NO default module for the startpage and I want that "home" page to have a different theme than every other module. I thought the "Top page" and "Others" settings would do this, but it doesn't look like it.

I guess I can do the opposite and set the home page theme as the default and set every other module to use something else, but it would be nice if you didn't have to do that.



83
technigrafa
Re: startup module

Ok,

Here's one way to do it:

As mentioned, in your theme.html file put in:

<{if $xoops_isuser}>
<meta http-equiv="refresh" content="0; URL=/modules/newbb/">
<{/if}>

That way users go one place, and visitors go another. Not the best solution in all cases, but it might work for you.



84
technigrafa
Re: Different startpage for anonymous and members

Awesome! Thank you so much! I will give this module a try. Sounds perfect!



85
technigrafa
Re: Different startpage for anonymous and members

So IS there a way to show an actual different startpage module for registered users versus anonymous visitors? I need more than a block. I want a different module to load, or even better would be a different page from the content module to load depending on the user group.



86
technigrafa
Re: Feature for a great calendar module ?

Was there ever any progress made on adding recurring events? That is the only thing keeping this calendar module from being the best!



87
technigrafa
Re: Membership 0.2 Question

Was there ever any progress on this? I'd like to display user's avatars in the list as well.

I hacked it in the meantime to list avatars this way:

in memb_listings.php, add:

,u.user_avatar


AFTER m.notes, on both line 138 and 118.

In templates/memb_listings.html, add a column in the table where you want the images to appear and in the top cell put:

<b>Avatar</b>


and in the bottom cell put:

<IMG SRC="/uploads/<{$user_array[i].user_avatar|escape}>" alt="<a class=link href=memb_user.php?uid=<{$user_array[i].uid}>" width="80" height="80" border="1">



88
technigrafa
Re: Is there a way to hide private forums?

I am wanting to do the same thing: Hide forums from users without priviledges to see them. I am using Newbb 1 in XOOPS 2.0.13.2. Can anyone post a link to the hack mentioned above?

Thanks!



89
technigrafa
Re: Trouble implementing SSL login

*bump*



90
technigrafa
Re: Secure liaise pages with SSL - broken lock

Okay, It's in header.php near line 88:

Change
$xoopsTpl->assign('xoops_js''//--></script><script type="text/javascript" src="'.XOOPS_URL.'/include/xoops.js"></script><script type="text/javascript"><!--');


to:

$xoopsTpl->assign('xoops_js''//--></script><script type="text/javascript" src="/include/xoops.js"></script><script type="text/javascript"><!--');



That fixed it for me. Your path to xoops.js may differ.




TopTop
« 1 ... 6 7 8 (9) 10 11 12 13 »



Login

Who's Online

222 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 222


more...

Donat-O-Meter

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

Latest GitHub Commits