431
vaughan
Re: wflinks 1.03c
  • 2006/12/7 11:05

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


it redirects to that page even if i type the url into a browser window manually..

the problem is not with wf-links.. i would probably think that you can't link directly to that url as they have some kind of protection enabled to disallow it.

try adding a test link that redirects to a normal website.. ie.https://xoops.org if it works fine, you know that wf-links is working and that the links you are linking to can't be accessed directly.



432
vaughan
Re: Problem with admin.php in 2.0.16
  • 2006/12/6 22:23

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


ok, there is a bug in the edit user form.

(my version is hacked which is why it worked for me)

to fix:

open modules/system/admin/users/users.php

find:

if (isset($url) && $url != "") {
            
$edituser->setVar("url"formatURL($url));
        }


replace with:

if (isset($url)) {
            
$edituser->setVar("url"formatURL($url));
        }


save and you're done.

(will report this on the XOOPS tracker for you)



433
vaughan
Re: Problem with admin.php in 2.0.16
  • 2006/12/6 21:39

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


works fine for me.

can u turn on php debug and post the errors (if any) for both php & mySQL

mysql debug results is the most likely candidate that may show up some errors.



434
vaughan
Re: Table session
  • 2006/12/6 11:19

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


u should be able to truncate it without problems.



435
vaughan
Re: To upgrade or not to upgrade
  • 2006/12/5 22:03

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


i would always pesonally recommend to update to the latest version.

although i do understand that when using hacks it is not always as straightforward as it could be.

i know i have stated that i will not be continuing my photo + profiles, the hack itself is not that difficult (although it is time consuming and does require at least a little knowledge & understanding).

If you can avoid using hacks it is always better, but sometimes hacks can't be avoided in which case.. i must stress the necessity of backing up everything as often as is practicable. If you do need help in regard to using the profiles hack on 2.0.16 then i will help the best i can, but i can't afford to put too much time into it as a whole.



436
vaughan
Re: User profile viewable by user and admin only?
  • 2006/12/5 3:22

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


Quote:

Peekay wrote:
I found a hack to hide a XOOPS user's profile from anon site visitors, but is there a way to restrict viewing of a profile to just that user and admin only?


in userinfo.php

add:

redirect_header("index.php",3,'No Permission To View Profile');
exit();


right after (occurs twice in the 1st if() statement):

$xoopsTpl->assign('user_ownpage'false);


note. you should be able to comment out the code above the redirect you just added to the start of the else { statement also, but you can leave it in if u wish.


you could also do it via the system_userinfo.html template by using (but i find editing the php file easier as no need to worry about the redirect script then for the html page.

<{if $user_ownpage !== false}>

userinfo script........

<{else}>

page redirect script......
<{/if}>



437
vaughan
Re: transfer old data to new installation
  • 2006/12/3 22:44

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


or create the db on your new server, copy the files across to the new server, but don't go thru the install process.

simply import your db into an empty database that hasn't got any tables created.. then edit mainfile.php to reflect the new paths & db info..



438
vaughan
Re: transfer old data to new installation
  • 2006/12/3 22:42

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


either select the option in phpmyadmin when you export the db to add DROP table if exists (which will then drop existing tables when you import)

or go thru the export file and edit out the create table parts just leaving the INSERT or UPDATE queries.



439
vaughan
Re: skills and target audience for XOOPS and add-in modules?
  • 2006/12/3 22:38

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


if you're new to xoops, you would also be better using the latest current version which is 2.0.16.

most modules work in those versions..

also as for development, you'll find that a vast majority of modules are always in development (but that doesn't mean they are not stable or unsuitable for production use).



440
vaughan
Re: I am Using xoops-2.0.9.2 » WHat about News
  • 2006/12/3 22:20

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


follow the update instructions in the read me file for the module..

i would also update your XOOPS to use 2.0.16 aswell, as it gets hard to support older versions with the newer modules.

if you report bugs that maybe XOOPS 2.0.9.2 related, then i'm afraid the only reply you will likely get is to update to the latest version.




TopTop
« 1 ... 41 42 43 (44) 45 46 47 »



Login

Who's Online

218 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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