811
McDonald
Re: redirects to wrong place
  • 2005/10/31 10:02

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Check the file where your menu is defined, it's probably in theme.html.
Find the following line:

Quote:
class="menuTop" href="http://www.pug-club.com/portal/">Home


Try the following 2 changes to fix it:

Quote:
class="menuTop" href="http://www.pug-club.com/portal">Home


or

Quote:
class="menuTop" href="http://www.pug-club.com">Home



812
McDonald
Re: WF-Links problems
  • 2005/10/31 0:24

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Here are some more fixes for WF-Links 1.03:

Quote:

File: viewcat.php
Description: fix page navigation on link pages.

line 206
========
old : $list_by = "'cid=' . $cid";
new : $list_by = "cid=$cid";

----------------------------------------------------------

File: viewcat.php
Description: pagenav not working in 'Browse links by alphabetical listing'

line 184
========
old : $list_by = "'list=' . $list";
new : $list_by = "list=$list";

----------------------------------------------------------

File: topten.php
Description: Popularity and Rating lists not showing
Solution: typo in line 34, groupid should be pid

lines 34 old
=============
$result = $xoopsDB -> query( "SELECT cid, title, groupid FROM " . $xoopsDB -> prefix( WFLINKS_CAT ) . " WHERE pid=0" );

lines 34 new
=============
$result = $xoopsDB -> query( "SELECT cid, title, pid FROM " . $xoopsDB -> prefix( WFLINKS_CAT ) . " WHERE pid=0" );

Note: In line 46 and 64 of the file viewcat.php the term 'groupid' is used also.
Changing this to 'pid' didn't change anything noticeable.



813
McDonald
Re: WF-Links problems
  • 2005/10/31 0:01

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
Error [Xoops]:
Class wflAgeHandler does not exist.
Handler Name: age in file modules/wflinks/include/functions.php line 38


Change line 20 in visit.php to:

Quote:
//$age_handler = &wfl_gethandler( 'age' );


You also might want to remove the line <div><{$link.urlrating|wordwrap:50:"\n":true}></div> in the files templates/wflinks_linkload.html and templates/wflinks_linkloadsimple.html

Quote:
public_html/modules/wflinks/images
public_html/modules/wflinks/images/thumbs
public_html/uploads/images/screenshots
public_html/uploads/images/screenshots/thumbs
public_html/uploads/images/category
public_html/uploads/images/category/thumbs


Check if the setting of these folders is CHMOD 777.

Best is to use the WF-Links 1.03 version that is part of the Xoops Modules packages.
This version has some fixes regarding to modifying categories in the admin panel.
Read also the threads in the forum on WF-Projects website for other fixes:http://www.wf-projects.com/modules/newbb/index.php?cat=5



814
McDonald
Re: problem wont fixed
  • 2005/10/30 22:37

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15





815
McDonald
Re: Weirdness in IE
  • 2005/10/30 11:54

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Maybe you can give us the correct url for that website so other Xoopsers can have a look too?

What module-blocks (module name?) are giving problems?

We need some more information.



816
McDonald
Re: field for the age in register
  • 2005/10/30 1:36

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


In the module Extended Profiles (select it from admin -> Modules) click on the Fields tab.
Here you can add a field to registry form by clicking Add Field.
From the Field Type you can choose Date.
I don't know how to get the age out of the selected date.



817
McDonald
Re: No avatars or images appear
  • 2005/10/29 19:56

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Strange problem, it cured itself...amen.



818
McDonald
Re: Weirdness in IE
  • 2005/10/29 19:47

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Is the url of that site www.gloaming.us ?
In that case the only blue box I see is a banner in the center. On the right I see an image displaying the terror thread in the US.

Check the privacy and security settings of IE.

Do you maybe use an ad-blocker?



819
McDonald
Re: Microsoft Browser compatibility problem (VERY IMPORTANT)
  • 2005/10/29 15:07

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


He's using a Tokelau (.tk, more info here:http://www.dot.tk/) extension for redirecting and having his url simplified.
The problem with Tokelau are the popups which might give problems with some popup-blockers, same as with free Lycos websites.
The normal url for the site ishttp://www.siriusweb4free.com/felix/ (while www.siriusweb4free.com is running on Mambo...and if you have a look you know why he's using Tokelau )



820
McDonald
Re: Microsoft Browser compatibility problem (VERY IMPORTANT)
  • 2005/10/29 12:22

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Just had a look at your site GamePlay with 5 different browsers and your site looks well with all of them.
The browsers I used are:
- Opera 8.5 build 7700
- FireFox 1.0.7
- Maxthon 1.5.0 build 95
- Netscape 8.0.4 (based on Firefox)
- Internet Explorer 6
Can it be that the problem is caused by browser versions your visitors are using?




TopTop
« 1 ... 79 80 81 (82) 83 84 85 ... 87 »



Login

Who's Online

184 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 184


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