1
DigitalBoots
Re: can users set their own default theme?

well I'll be - that's a lot easier than the method I chose! I never went through the admin options in the Extended profile module ;)



2
DigitalBoots
Re: can users set their own default theme?

In XOOPS 2.2.2 (fresh install), the ability to set the desired theme in the user profile (/modules/profile/edituser.php) is not enabled.

To enable this, you have to manually add a couple records to the database table xoops_group_permission:

gpermid=whatever
gperm_groupid=2
gperm_itemid=10 ("theme", from xoops_user_profile_field)
gperm_modid=3 (profile edit)
gperm_name = "profile_show" and "profile_edit" (without the quotes)


then, to have the newly selected theme displayed uppon saving changes to the profile, edit the file modules/profile/edituser.php on line 109 of 263 to read:

Quote:
redirect_header('userinfo.php?xoops_theme_select=&uid='.$uid, 1, _PROFILE_MA_PROFUPDATED);



Gord
www.digitalboots.net - lossless live links



3
DigitalBoots
Re: Issue with Wf-links

Those two blank links are added to the database upon installing the module - simply delete the blank records from the database.

Gord
www.digitalboots.net - lossless live links



4
DigitalBoots
Re: Different Blocks in Different Themes?

There's a workaround for this:

What I did was create two themes, and then edit theme.html of the first them to display $xoops_lblocks and $xoops_rblocks, but omit both $xoops_clblocks and $xoops_clblocks; vise-versa for the second theme, display the center left and right columns, but omit lblocks and rblocks. I have $xoops_clblocks within "td id='leftcolumn' so the formatting is the same, similarly for $xoops_crlblocks in a table column of id='rightcolumn'.

This allows me to define blocks and add them to either side block left and side block right, or center block left and center block right, so they show up only in the theme I want them to.

Gord
www.digitalboots.net - lossless live links



5
DigitalBoots
Re: xoops 2.2.1 and wf-links

There are lots of bugs in wf-links (like non-existent fields being referenced). Turn on PHP debug and see what errors are shown, then tackle them one-by-one.

I've managed to get wf-links 1.03 working with XOOPS 2.2.2, tho still some formatting to do.

Gord
www.digitalboots.net - lossless live links



6
DigitalBoots
Re: Torrent Module

if you note at the bottom of the page, it's not a XOOPS module:

"We are now using an off-site tracker and have not yet implemented the stat forwarding. To view the torrent stats, please check the tracker page here."

Gord
DigitalBoots - lossless live links
http://www.digitalboots.net




TopTop



Login

Who's Online

245 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 245


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