421
vaughan
Re: SmartProfile
  • 2006/12/16 11:39

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


no probs..

1st off, try deleting adminmenu.php from the cache folder, and then try and login and goto admin. if it works then i think it should be ok from there. if you still can't access admin after deleting adminmenu.php then follow the below procedure.

i'm presuming you still can't access admin at all?

so i'll run you through the process of manually deactivating and uninstalling smartobject & smartprofile via MySQL (you'll need phpmyadmin or whichever MySQL tool you use)

1st, we need to deactivate the modules.

run this query in phpmyadmin

UPDATE `xoops_modules` SET `isactive` = '0' WHERE `dirname` = 'smartobject' LIMIT 1;
UPDATE `xoops_modules` SET `isactive` = '0' WHERE `dirname` = 'smartprofile' LIMIT 1;

(remember to change the prefix 'xoops_' to whatever your prefix is (if you had changed it from default when you installed xoops)

now try accessing admin! if you can get to admin, goto modules and then uninstall them both.

if you still can't get to admin try >

http://www.yourdomain.com/modules/system/admin.php?fct=modulesadmin&op=uninstall&module=smartobject

http://www.yourdomain.com/modules/system/admin.php?fct=modulesadmin&op=uninstall&module=smartprofile

hopefully that should uninstall them :) failing that just drop the corresponding tables from the db for both smartobject & smartprofile.

delete adminmenu.php from the cache folder. and then try and access admin section again.

if you now have admin access, you can try installing them again. i don't think it should make a difference as to the order you installed them in.. but i installed smartobject 1st, and then smartprofile.

hope this helps



422
vaughan
Re: Adding required fields to the User registration form
  • 2006/12/14 16:47

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


if you want to see a demo of it, you can see it in action on my test site here



423
vaughan
Re: General procedure to add new fields to user profile
  • 2006/12/12 11:33

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


Quote:

4) Can I make a new user registration with 2 or more pages or steps like some websites do?


stay tuned ;) this is currently being designed at the moment for a new profiles module (similar in a way to extended profiles mod on 2.2.5) but this module will be for 2.0.16 sites, and with very few core edits involved (if at all any). i can't give any more info on this but i'm sure you'll be impressed.



424
vaughan
Re: Uploads?
  • 2006/12/11 20:05

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


module preferences.. turn allow user uploads on (yes) and select permissions for downloads/uploads & mirror submissions..

wf-d 3.2 (coming soon!) will be a bit clearer and slightly more organised in the preferences section.



425
vaughan
Re: Disabling XoopsForm elements
  • 2006/12/10 15:40

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


yes, you're right..

for a +/- toggle to hide/view etc, yes you will need some javascript.



426
vaughan
Re: Disabling XoopsForm elements
  • 2006/12/10 14:49

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


why can't you use an 'IF' clause to hide the element?

if you set that up in the .php files

if(isset($element)) {
}


or even with smarty

<{if $element !== ''}>
<{/if}>



427
vaughan
Re: Uploads?
  • 2006/12/9 20:10

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


you can also use wf-downloads 3.1 fromhttp://www.smartfactory.com

3.2 will be released this month hopefully (which will have a few more features and improvements)



428
vaughan
Re: How to change length of , username to short variable
  • 2006/12/7 23:49

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


excuse my sarcasm m8 (sometimes i forget myself).. i wasn't takin the piss tho.

but obviously you have a problem in admin preferences so you would have missed it, if it wasn't for that problem u most likely wouldn't have needed to ask :)



429
vaughan
Re: Im missing user info settings in my preference menu!!
  • 2006/12/7 23:47

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


if they don't work, there must be some corrupt files somewhere in your installation..

try reuploading the modules/system folder from the original XOOPS 2.0.16 full package.



430
vaughan
Re: Im missing user info settings in my preference menu!!
  • 2006/12/7 23:46

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


yep 2nd 1 down is the userinfo settings.




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



Login

Who's Online

149 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 149


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