1
BadAngler
Re: Xprojects/Xtotal and demise of xoops?
  • 2007/4/17 13:00

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


It was the 'demise' of XOOPS message that bothered my friend. We have invested a lot in the technology and he was concerned about the future of Xoops. Thanks for the replies.



2
BadAngler
Xprojects/Xtotal and demise of xoops?
  • 2007/4/17 0:58

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


An associate sent me a note tonight noting the xtotal/xprojects sites are down with the xprojects.co.uk site mentioning a cryptic message about the no more time for support and the demise of xoops. Anyone know if xtotal is gone for good? The site closed message is up but it was my impression this module was popular. I'd just bought a copy a few months ago.

Thanks for any news. BA



3
BadAngler
Denying a user access to most parts of the site?
  • 2007/2/2 7:47

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


I'm working on a new site and would like to keep a subset of members from doing anything except in one or two modules. These members will have email-cofirmed registration. I've modifed the login process to allow these members to select if they want to be in this subset. Once their registration is confirmed I'd like them to have access to just a handful of modules. I'd like them to be able to access module a,b or c but want to log them out if they access any other module. Is the easiest way to gain this functionality to put them in a special group? If so can I do this at registration (after they select Finish but before first login)? I've thought I could put then in another group but was wary of changing the registration mechanism..but could I break anything by putting them in another gid before they even login?



4
BadAngler
How to create a new template?
  • 2007/1/26 4:06

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


I'd like to clone a template system_userinfo and make some changes. I went into the system directory and copied the file to a new file name. Going into admin > templates I see my new file highlighted and given the option to generate the file..when I do so I get the error message 'Selected file does not exist' . When I browse to a copy of the file and click upload I get the message that 'Template file system_userinfo_newversion.html does not need to be installed (PHP files using this template file does not exist)'. I'd like to work with a new version of userinfo.php and it a unique template. When everything works as I need it I'll move these in place of the current version. The new version of userinfo is in the root dir and reference the newly named template. I just cannot figure out how to get it into the admin section.

Thanks for any help. BA



5
BadAngler
Inserting html with edito and blockquote
  • 2007/1/25 8:37

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Hi,

I've some html from a graphic artist that I want to insert into a page..this page has a series of overlapping jpegs that combine to show a picture. I copied my content in with tiny editor and the images no longer overlap correctly when viewed. The images are in a table and spaced apart..even though padding, spacing are all set. I'd thought perhaps another editor like edito would give me a better shot at lining up images. Tiny content adds to the page with some footer elements. I also have edito installed but cannot seem to figure out how to insert html. .. I keep getting a message about blockquote and I'm not sure how to use it.

Also if you have an editor that makes it very easy to insert html into a page without too much code changes I'd appreciate a response in this thread.

BA



6
BadAngler
userinfo.php..am I the owner or browser?
  • 2007/1/4 21:25

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Hi,

I've been doing simple modifications to userinfo.php. I would like to have a test to see if the uid logged in matches the uid of the user page. So I can hide some information from those browsing user profiles but shown to users browing their own information. Thanks for any ideas.

BA



7
BadAngler
rw-banner ads in the footer?
  • 2007/1/4 21:22

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Hi,

I've been using the rw-banner module for a while and would now like to add an ad in the footer. I've got ads on the left and right and in the masthead but I cannot get an ad in the footer. Whether using a custom tag or the default <{$rw_banner>} I get nothing added. i was hoping someone else has this working.

TIA, BA



8
BadAngler
Re: Help ! Moving to GoDaddy breaks my Content page.
  • 2007/1/4 5:10

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Is there any way to import these for all modules at once or do I have to chase down each module looking for these?



9
BadAngler
Re: Help ! Moving to GoDaddy breaks my Content page.
  • 2007/1/3 23:43

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Hi,

This is very weird. 90 percent of the site works. To work around the Content module problem I installed Tiny Content. And I have the same exact problem. Debugging this some I
see that some of the commands to the module are called from links like this 'http://mysite.url.com/modules/tinycontent/admin/index.php?op=show'. At the top of the admin/index.php page is this code.

include_once "admin_header.php";

if (isset(
$HTTP_GET_VARS)) {
    foreach (
$HTTP_GET_VARS as $k => $v) {
      $
$k $v;
    }
  }

  if (isset(
$HTTP_POST_VARS)) {
    foreach (
$HTTP_POST_VARS as $k => $v) {
      $
$k $v;
    }
  }

By placing some print statements in the iterations for GET and PUT vars I see that none are set..So the op=show command is not getting to the module. However most of the other links on the site work as expected. Why would environment variables intermittently be passed to module programs?



10
BadAngler
Help ! Moving to GoDaddy breaks my Content page.
  • 2007/1/3 16:04

  • BadAngler

  • Just popping in

  • Posts: 36

  • Since: 2006/11/28


Howdy,

I'm moving a development site to a new dedicated server at GoDaddy. After moving the site pages in the content module no longer work. When I access the default page in Content I get redirected again and again to the same page when I load the page. From my logs..

my.ip.add.ress - - [03/Jan/2007:08:14:50 -0700] "GET /modules/content/ HTTP/1.1" 302 13800 "-"
my.ip.add.ress - - [03/Jan/2007:08:14:52 -0700] "GET /modules/content/?id=1 HTTP/1.1" 302 14464 "-"
my.ip.add.ress - - [03/Jan/2007:08:14:52 -0700] "GET /modules/content/?id=1 HTTP/1.1" 302 14474 "-"
my.ip.add.ress - - [03/Jan/2007:08:14:53 -0700] "GET /modules/content/?id=1 HTTP/1.1" 302 14476 "-"

The continual redirects happen maybe 30 times before the browser times out. I've un-installed and re-installed the Content module and still have the same problem. I see the working site is making many more sql queries that the non-working site does when I click to Edit/Delete content.

Here is the sql queries on the failing site.
SELECT FROM xoops_config WHERE (conf_modid '0' AND conf_catid '1'ORDER BY conf_order ASC 
SELECT sess_data FROM xoops_session WHERE sess_id 
'e5kmhucqaik2t1ge2dkoroq050' 
SELECT FROM xoops_users WHERE uid=
SELECT 
FROM xoops_modules WHERE dirname 'content' 
SELECT FROM xoops_config WHERE (conf_modid '52'ORDER BY conf_order ASC 
SELECT 
FROM xoops_group_permission WHERE (gperm_name 'module_admin' AND gperm_modid '1' AND (gperm_groupid '1' OR gperm_groupid '2')) 
Total6 queries



Here is the working site queries.
SELECT FROM xoops_config WHERE (conf_modid '0' AND conf_catid '1'ORDER BY conf_order ASC 
SELECT sess_data FROM xoops_session WHERE sess_id 
'82a159515c31503f642de7ecf3b090fd' 
SELECT FROM xoops_users WHERE uid=
SELECT 
FROM xoops_modules WHERE dirname 'content' 
SELECT FROM xoops_config WHERE (conf_modid '52'ORDER BY conf_order ASC 
SELECT 
FROM xoops_group_permission WHERE (gperm_name 'module_admin' AND gperm_modid '1' AND (gperm_groupid '1' OR gperm_groupid '2')) 
select storyidparent_idtitle from xoops_content where parent_id 0 order by blockidstoryid 
select count
(*) as count from xoops_content where parent_id '3' 
select count(*) as count from xoops_content where parent_id '1' 
select storyidparent_idtitle from xoops_content where parent_id 1 order by blockidstoryid 
select count
(*) as count from xoops_content where parent_id '2' 
SELECT child.visiblechild.submenuchild.nocommentschild.homepagechild.storyidchild.blockidchild.titlechild.visiblechild.parent_idchild.address,CASE parent.parent_id WHEN 0 THEN parent.blockid ELSE child.blockid END 'menu_block', CASE child.parent_id WHEN 0 THEN child.storyid ELSE child.parent_id END 'menu_id'FROM xoops_content child LEFT JOIN xoops_content parent ON child.parent_id parent.storyid ORDER BY menu_blockmenu_idparent_idblockid 
Total
12 queries



Is there some setting for php that XOOPS may require that GoDaddy has off?

TIA for any idea, BA




TopTop
(1) 2 3 4 »



Login

Who's Online

204 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits