51
gediminasbyt
Re: reset password when site is 'locked'

I know exact reason why you try to make site disabled. Most people do customize login page to look like site closed and allow only for users that are family/friends only. This approach is easiest, but you can achieve the same thing if you allow only certain modules (like login, news etc.) for anonymous and all other modules to registered users. I have looked over the code but have not seen an easy answer on how to do this as you are asking forl The problem is: when you disabe site and make it visible to only certain groups you are checking for user permissions in multiple places.

Remember XOOPS has registered and anyothergroup. You can request users to be approved by you which would mean the same thing, users see all content after they log in but you control who can login.

Need clarification ask, i'm just tired long F1 night



52
gediminasbyt
Re: reset password when site is 'locked'

Website locked and you want to be able to reset passwords? Don't get it. Clarify how website is locked. If it's turned off why were would be a reson for a user to reset password? If you are locking the entire site for only private users then it's different story. Let's verify this first.



53
gediminasbyt
Re: XoopsGallery v1.3.3.8 album.php error

you may look at www.xoopsgallery.org and search forums.

as far as I rememeber that file used to be in modules/xoopsgallery/ folder or subfolder, but album.php is a file that get generated by the script. Try to edit that file or just delete all file in albums directory and start your galleries from scratch-:(



54
gediminasbyt
Re: admin link don't show in CBB 3.0

and you have checked your themes have all correct tags? Read docs in CBB.



55
gediminasbyt
Re: How do I disable the debug mode through phpmyadmin?

2.2 just do this

UPDATE `yourxoopsdbtablename_config` SET `conf_value` = 'a:1:{i:0;s:1:"0";}' WHERE `conf_id` =19 LIMIT 1 ;

, can't remember 2.1 but its very similar.

Paste command in phpmyadmin->sql window.



56
gediminasbyt
Re: How do I disable the debug mode through phpmyadmin?

Answered thousands of times. What version of xoops?

https://xoops.org/modules/smartfaq/faq.php?faqid=80



57
gediminasbyt
Re: Hook system?

Thanks Bender you were faster by a minute, since when commenting is considered an answer with all regards to David. That's why I have opened this forum so I could get an answer since searching and googling gave me answers only on non XOOPS sites and our devs mysteriously are not answering...

I'm not requesting for such a support in this version of xoops, I'm trying to get answers is it or will it.

Regard, Gediminas

EDIT

Wow, I posted it right after you Dave_L.

So, now I know there is no hook system. That's an answer to part1.

Now is there any plans in future?



58
gediminasbyt
Re: Hook system?

Still no answer. So can anyone tell me how do they update users while embeding external programs? I'm sorry, but while looking into XOOPS it does not make sense and it's not easy to synchronize users. There must be unnecsessary calls to be made to database all over the place with this approach. I'm trying to limit it and therefore asking for any suggestions on how to achieve something like:

user is created in XOOPS - the same user is created and updated by using an embed:hook call in another module and synchronized. So much easier...

I'm open to suggestions and confirmation from dev's would be nice



59
gediminasbyt
Re: Hook system?

Bump



60
gediminasbyt
Hook system?

I've searched all over the place here, on sourceforge, devs and google, but seems to me there are no recent answers on whether XOOPS uses "hooks" or not. Are there any plans to use them. Can anyone elaborate me on this.

I'm looking for an ability just to call a user creation function (and similar) and hook it with an external module for embedding purposes. It would make life so much easier.

Sorry, but the closest explanation I did get was from Drupal forums, where some people left XOOPS because of extensive unnecessary calls to DB by each module and inability to use system functions and unavailability of hooking system.

Regards, Gediminas




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 41 »



Login

Who's Online

251 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 251


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