261
nachenko
Re: Custom bloks not working, themes not updating
  • 2005/11/3 11:43

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


I have same problem. Theme is not updating.

I've modified "theme_blockcenter_c.html" and "user_nav" on a custom theme I generated from the default theme. I've read the HTML rendered code and nothing has changed. I even updated the system module.

I'm running one of the first XOOPS 2.2.3 versions released, i think RC1(the one with the user registering problem, fixed-by-hand), and this is the first time i find a problem.

I know is a XOOPS problem because i have another XOOPS portal (2.0.8) in this host running.

Have a look:

http://www.ecro2006.com/eng


Should I upgrade to newst release?



262
nachenko
Re: Modules and Xoops 2.2
  • 2005/10/17 10:39

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


I'm using WF-sections 2 and XOOPS 2.2.2 in a site and it 's not working properly. It works fine on english language, but when i switch to spanish (i had to convert language files to UTF-8) the "add new article" function does not work.



263
nachenko
Re: Unable to register new member to site
  • 2005/9/2 19:00

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Fixed by phppp

Quote:

"Sorry, your password must be at least 3 characters long."

modules/profile/register.php
line #75

if (!empty($xoopsModuleConfig['minpass']) && strlen($_POST['pass']) <$xoopsModuleConfig['minpass']) {



You cand find more about it here:

https://xoops.org/modules/news/article.php?storyid=2533



264
nachenko
Re: News 1.4 - Can't edit news
  • 2005/9/2 1:01

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


I found this problem today. As webmaster, i can't edit other user's submissions unless i allow everyone to do this.



265
nachenko
Re: Users variables
  • 2005/4/19 22:28

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


It works.

Again this forum saved my life.

BTW, i've read some about "global" keyword in PHP.net. It's a bit confusing to me, as the scope of the variables is different from ActionScript, which is the language I know most.

Thank you.



266
nachenko
Re: Users variables
  • 2005/4/19 18:29

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


I have a different but related problem.

I'm writing a custom PHP block and i need to check whether the user is registered or anonymous. It seems I can not use Smarty variables while in this custom block, so i tried:

if ($xoops_isuser == 1) {
blablabla...
}

The variable $xoops_isuser does not seem to exist, as I've tried:

echo ($xoops_isuser);

And got nothing on screen. I really need a way to check whether the user is registered or guest. I've tried reading $_COOKIES for the session cookie but the son of a ... Internet Explorer does not delete the cookies after closing, as it was expected. I hate IE, but too many people use it, so i need another solution.

Any ideas please?



267
nachenko
Re: function change Date format
  • 2005/4/15 10:19

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Again this forum, Simpson's Stephen Hawking, saved my life. Thanks.



268
nachenko
Re: Restore database
  • 2005/2/26 12:20

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Someone here saved my life...

I discovered something very interesting: you can duplicate a database, change the mainfile.php login info and connect to the new database without any visible difference.

This information can save your life. Or save your time. Once your XOOPS site is configured and running, before adding contents... why to install? just copy the database and teh XOOPS folder to the new site, change the database login info and you got it.



269
nachenko
Re: How to Change the New User Registration Page or E-mail
  • 2005/2/24 14:40

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Hi!

I want exactly the same, changing the New User Registration Page and the Private Messages page to add an explanation for dummies about that. I find no template for this. The simplest way to do it is to edit the text wherever it is.

Adding a custom block doesn't seem the solution to me, because how do i make it appear ONLY in the Private Messages page?



270
nachenko
Re: Some NewBB 2.0 questions
  • 2005/2/21 11:11

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Quote:
1. Why can't I get any imageset other than default to show up in my preferences dropdown?


Once uploaded the new imageset you want to use in the right folder (newbb/images/imagesets/your_new_imageset_folder), go to the module administrator and update the forum module.

It worked for me.




TopTop
« 1 ... 24 25 26 (27)



Login

Who's Online

240 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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