91
davidthomas1
Re: Phpads in custom blocks

Try turning on PHP debug and see if you get an error at the bottom of the screen when you view the problem block.

An error message would be helpful.

Admin>Preferences>Debug = PHP Debug
みんなちがってみんないい。

XOOPS 2.0.13.2



92
davidthomas1
Re: One Module Fails to Center.

I haven't looked at the Docuwiki module myself but...

It would either be in the template files, the PHP files used to generate the page or perhaps there's a CSS file you could edit.

Even if you've set the content to center, some extra CSS etc... can override that tag from within the individual module.

Sorry I can't help more specifically.
みんなちがってみんないい。

XOOPS 2.0.13.2



93
davidthomas1
Re: [newbb] Database structure was not altered by upgrade from 1.0 to 2.2

I thought there was an upgrade script in the file package to run...
みんなちがってみんないい。

XOOPS 2.0.13.2



94
davidthomas1
Re: Navigation Problem

Perhaps the HTML code is inside the PHP file?

If you open it with a text editor, you should be sweet as.

Alternatively, you could try a different theme
みんなちがってみんないい。

XOOPS 2.0.13.2



95
davidthomas1
Re: Russian encoding issues of "xhld"

I work with Japanese and English on my site.

I'd recommend using UTF-8 for everything.

It makes encoding issues much easier as international character sets are supported.

There's still the odd issue but everything is solvable.

hope you find a solution.
みんなちがってみんないい。

XOOPS 2.0.13.2



96
davidthomas1
Re: Navigation Problem

I think it's pronounced Zoops as in "roots" but with a "Z"
みんなちがってみんないい。

XOOPS 2.0.13.2



97
davidthomas1
Re: One Module Fails to Center.

You may have to edit the Docuwiki files responsible for the display of content to center the content using

<div align=center>
</
div>

or 
<
center>
</
center>

or 
<
p align=center>
</
p>

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

XOOPS 2.0.13.2



98
davidthomas1
Re: Navigation Problem

First of all, welcome to XOOPS!

To edit/delete those links, you'll need to edit your theme.html file in:

xoopspath/themes/yourtheme/theme.html

It's all in there.
みんなちがってみんないい。

XOOPS 2.0.13.2



99
davidthomas1
Re: Yet another CBB 2.2 problem.

A couple of errors:

1) Missing end braces
2) Semi-colon attached to if statement declaration.

If corrected, the final code section might look like this :

if ( $isDeleteOne ){
insertlog("Post Deleted");
redirect_header("viewtopic.php?topic_id=$topic_id&order=$order&viewmode=$viewmode&pid=$pid&forum=$forum"2_MD_POSTDELETED);
}else {
insertlog("Post Deleted");
redirect_header("viewforum.php?forum=$forum"2_MD_POSTSDELETED);
exit();
//add bracket here

if (include XOOPS_ROOT_PATH."/header.php"){ // delete semi-colon and add bracket here
if ( $act == )
{
xoops_confirm(array('post_id' => $post_id'viewmode' => $viewmode'order' => $order'forum' => $forum'topic_id' => $topic_id'ok' => NEWBB_DELETEONE), 'delete.php'_MD_DEL_ONE);
}
if ( 
$act == 99 )
{
xoops_confirm(array('post_id' => $post_id'viewmode' => $viewmode'order' => $order'forum' => $forum'topic_id' => $topic_id'ok' => NEWBB_DELETEONE), 'delete.php'_MD_DEL_ONE);
xoops_confirm(array('post_id' => $post_id'viewmode' => $viewmode'order' => $order'forum' => $forum'topic_id' => $topic_id'ok' => NEWBB_DELETEALL), 'delete.php'_MD_DEL_RELATED);
}
}
みんなちがってみんないい。

XOOPS 2.0.13.2



100
davidthomas1
Re: assigning group prefixes

it depends where you want the username to appear.
みんなちがってみんないい。

XOOPS 2.0.13.2




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



Login

Who's Online

152 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 152


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