1861
Mamba
Re: changing colors and visuals in a theme
  • 2019/9/28 6:33

  • Mamba

  • Moderator

  • Posts: 11370

  • Since: 2004/4/23


Most probably you didn't set the Preferences to update the templates.

Go to Preferences/General Settings and set the "Check templates for modifications?" to Yes

If it works, and you don't plan to make any changes anymore, then you can go back and set it back to "No"
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1862
Skype-Fr
changing colors and visuals in a theme
  • 2019/9/27 11:08

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


Hi all ,

About XOOPS 2.5.7.2 - PHP 5.6.40 ...

I remake colors and pictures into my theme.

However, users still see a lot of old colors. Of course, before I deleted all files & tpl from the caches folders on the server.

Please, how to see an immediate change of colors without the users operate something ?

Thanks ...



1863
fabou78
How is IP filtering/ban done in XOOPS protector?
  • 2019/9/26 15:59

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16


My provider have upgraded their platform and now we sit behind a load balancer or firewall. This has the consequences that the web server we are on will always the same IP address.

During testing I wanted to open access only to me and was forced to use XFF in .htaccess rather that the traditional require ip.

SetEnvIF X-Forwarded-For "1.1.1.1" AllowIP

<RequireAny>
    Require 
env AllowIP
</RequireAny>


Would the IP filtering mechanism in XOOPS based on XFF by any chances?



1864
Mamba
Re: 500 Internal Server Error
  • 2019/9/26 5:09

  • Mamba

  • Moderator

  • Posts: 11370

  • Since: 2004/4/23


You should update to XOOPS 2.5.10

But I would suggest to do it on your old server, and then transfer to your new server.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1865
vina
500 Internal Server Error
  • 2019/9/26 3:07

  • vina

  • Just popping in

  • Posts: 5

  • Since: 2018/3/16


I have error (500 Internal Server Error) after transfer to new server.

My xoops site:
version: 2.5.6

version PHP site in old server was 5.6 but this new server support version 7.3 only

please help me for solve this problem



1866
Mage
Re: XOOPS France
  • 2019/9/25 19:32

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Xoops is no longer available at the moment. We will inform you when we have more information



1867
fabou78
Re: Issue with synchronize buttons in user admin panel
  • 2019/9/21 7:40

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16





1868
fabou78
Issue with synchronize buttons in user admin panel
  • 2019/9/20 18:35

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16


There is an issue with the synchronize option in admin->users as if you click on synchronize button at the top or any synchronize button associated with a particular user it will reset the NewBB count to zero even if a user has tons of posts in the forums.

I found out that the issue is related to SQL calls to table “bb_posts” while the correct table name is “newbb_posts” (it seem to me that this table has been renamed to “newbb_posts” at some point).

I have made the following changes in /modules/system/admin/users/jquery.php at line 53
-            $tables[] = array('table_name' => 'bb_posts''uid_column' => 'uid');
+            
$tables[] = array('table_name' => 'newbb_posts''uid_column' => 'uid');

for the per user synchronize option

And the following changes in /modules/system/admin/users/users.php at line 232
-        $tables[] = array('table_name' => 'bb_posts''uid_column' => 'uid');
+        
$tables[] = array('table_name' => 'newbb_posts''uid_column' => 'uid');

for the general (all users) synchronize option

Both corrections seem to work.


Can someone confirm if this is good enough?

I don’t know PHP and XOOPS so I can’t judge it would not introduce another issue somewhere else nor if there is somewhere else in the code that would need similar corrections.

The file modules/newbb/include/config.php seem to have quite a few more references to the old naming convention ( from line 81) can’t really figure out what this is doing.

I am happy to raise issue and submit corrections on github if that’s all needed to be done.



1869
fabou78
XOOPS France
  • 2019/9/19 10:54

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16


Anyone knows what happened to the XOOPS France website? It has been down for quite some time now.

DNS issues?

dig +noall +answer www.frxoops.org
;; connection timed out; no servers could be reached



1870
Lupin
Re: NewBB 5.0 Final and 4.34 Final are released
  • 2019/9/16 23:08

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Sorry Mamba , I had probs with internet service last week ... Ok , I will read an reply ...

Pino




TopTop
« 1 ... 184 185 186 (187) 188 189 190 ... 29422 »



Login

Who's Online

181 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 181


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