61
davidthomas1
Re: HELP: Need Module Suggestion Soon

WF-Channel would do the trick, methinks.

You could import or link to the existing pages, add some css styling to it and you're away.
みんなちがってみんないい。

XOOPS 2.0.13.2



62
davidthomas1
Re: How to change xcGallery title?

Yes, the question isn't so clear.

I'm not sure if Widget wants to change the page title (i.e the browser title bar) or just the module name in the main menu.

I assumed Widget wants to change the title in the browser title bar. correct?

If you want to change the module name, menu entry etc...

1) Click Administration Menu > System > Modules
2) Replace the xcGallery text with your own text.
みんなちがってみんないい。

XOOPS 2.0.13.2



63
davidthomas1
Re: How to change xcGallery title?

I'm not using the module myself, so I can't test it but.

I just downloaded and looked at the code for xcgal/index.php

It looks like the code is in there at the end of the index.php file:

//$xoopsTpl->assign('xcgal_main', $temp);
$xoopsTpl->assign('gallery'$xoopsModule->getVar('name'));
main_menu();
//$xoopsTpl->assign('xcgal_footer', pagefooter());
do_footer();
include_once 
"../../footer.php";


// Note: some of the lines have been commented out

You could try changing

$xoopsTpl->assign('gallery'$xoopsModule->getVar('name'));
to
$xoopsTpl
->assign('gallery''Gallery');


or you could add

//$xoopsTpl->assign('xcgal_main', $temp);
$xoopsTpl->assign('gallery'$xoopsModule->getVar('name'));
main_menu();
//$xoopsTpl->assign('xcgal_footer', pagefooter());
do_footer();
include_once 
"../../footer.php";
//add this next line
$xoopsTpl->assign('xoops_pagetitle''Gallery'); // browser page title


That should work
みんなちがってみんないい。

XOOPS 2.0.13.2



64
davidthomas1
Re: installation error

Have you fixed it? The site looks fine to me.

//edit: now it looks odd, changing themes?
みんなちがってみんないい。

XOOPS 2.0.13.2



65
davidthomas1
Re: wfchannel

First, welcome to XOOPS

If you want to change the "WF-Channel" text in the main menu then:

1) Click Administration Menu > System > Modules
2) Find the WF-Channel module entry
3) Replace the "WF-Channel" text with your own text.
4) Submit the form.

that's it!

hope it helps,

D
みんなちがってみんないい。

XOOPS 2.0.13.2



66
davidthomas1
Re: Logged in but no user menu or access to acp

Try repairing the XOOPS session table in your DB.

If you use PHPMyAdmin,

1) Open your XOOPS DB
2) Click your session table in the left frame (e.g xoops_session)
3) Click the "Operations" link on the top nav bar in the main frame
4) Click "Repair Table" in the box on the right.

That may do it!

Hope it helps,

D

P.S I think you can also empty the session table and force it to regenerate, that may help too. Try the repair first.

If you like, backup the DB first. However, it's a fairly safe procedure.
みんなちがってみんないい。

XOOPS 2.0.13.2



67
davidthomas1
Re: Merry Christmas to all!

メリークリスマス!(Merii Kurisumasu!)

//from a snowy mountain village in Japan
みんなちがってみんないい。

XOOPS 2.0.13.2



68
davidthomas1
Re: Logged in but no user menu or access to acp

If you can, check in Admin>System>Groups that the webmaster has administrative priviledges for all the modules listed.
みんなちがってみんないい。

XOOPS 2.0.13.2



69
davidthomas1
Re: Debaser Questions

You could try another method like

ini_set()

or

.htaccess files

if the first one doesn't work, they might.
みんなちがってみんないい。

XOOPS 2.0.13.2



70
davidthomas1
Re: How to change xcGallery title?

You'll need to modify the php file that generates the page content. Just go to the page where you want the page title to change and check the name of the file in the browser address bar. That's the one you need to edit.

At some point in the file (after any other page_title assignments) you can assign the page_title using this code:

$xoopsTpl->assign('xoops_pagetitle''Your Title'); // browser page title


The good thing is, because it modifies the php code, you don't need to update the module or the templates either. It should just work.

Remember, always make a backup of the file before modifying any code.

HTH
みんなちがってみんないい。

XOOPS 2.0.13.2




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 36 »



Login

Who's Online

247 user(s) are online (163 user(s) are browsing Support Forums)


Members: 0


Guests: 247


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