1
alfredxz
Re: "This is your first time to enter the administration section." loop - problem still unsolved
  • 2006/7/6 20:17

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


Quote:

scoobster wrote:
I've been having the same problem for the last day or so and found that the solution was to re-configure my firewall (Norton Internet Security).

I had to change the Privacy Control option to uncheck the Enable Browser Privacy Control.


This was helpful, thank you!



2
alfredxz
Can't view results of polls!
  • 2004/1/24 16:14

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


Hello,
I can view without problems every page on my site (xoops 2.0.5.2 on win2000), except for the pollresults.php page, where there should be the results of a poll.
I get the header, footer, left and right columns...but no content! you can view it here:http://www.lebronjames.co.uk/modules/xoopspoll/pollresults.php?poll_id=1

...any idea? thanks for any help...



3
alfredxz
Re: username in the home page
  • 2003/11/25 17:32

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


Thanks a lot!

It worked with:
<?php echo $this->_tpl_vars['xoops_uname']; ?>



4
alfredxz
cannot generate template
  • 2003/11/22 15:49

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


hi,
i couldn't get the results of polls, so i decided to check templates in the System/Templates area and found that xoopspoll_resultsflash.html hadn't been generated.
i clicked on "Generate" but i got a message saying "Selected file does not exist)"
how to solve this? the problem is also on my localhost



5
alfredxz
Re: "failed open file"
  • 2003/11/13 16:08

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


i had experienced the same problem
adminmenu.php was writable and XOOPS cleared it when i made upgrades in the admin section
i reuploaded it and modified permissions



6
alfredxz
username in the home page
  • 2003/11/13 15:55

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


hi,
i want to include in my home page a short "Welcome back, [username]" with the username that varies depending on which user logs in.
so i edited [theme]%2Ftheme.html and created a login box:


<?php if (!$xoops_isuser): ?>
<form action="<?php echo $this->_tpl_vars['xoops_url']; ?>
/user.php" method="post"><b>User: </b>
<input type='text' name='uname' value='username' size=7 maxlenght=20 onMouseOver="this.focus();" onFocus="if(this.value == 'username') this.value = '';">
<b>Pass: </b>
<input type="password" size="7" maxlenght=15 name="pass"/>
<input type="hidden" name="op" value="login" />
<input type="submit" value="login" /> 
<a href="<?php echo $this->_tpl_vars['xoops_url']; ?>
/register.php"><b>
Join</b></a>
</form>
<?php else: ?>
&nbsp;&nbsp;Welcome back, <b><?php echo $this->_tpl_vars['user_realname']; ?>
<?php endif; ?>

Unfortunately it only works while browsing the User Page, the other pages give a "Welcome back,." with no username.
What function shall i include to make it work???



7
alfredxz
Re: incorrect login name
  • 2003/11/10 16:44

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


i miss something...
i run XOOPS 2.0.5 on a winnt server, php 4.3.1



8
alfredxz
Re: can't read comments or entire news
  • 2003/11/10 16:43

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


thanks...it was just a missing template file to cause the issue... now the site is online at http://www.lebronjames.co.uk



9
alfredxz
Re: can't read comments or entire news
  • 2003/11/4 16:05

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


any help?



10
alfredxz
incorrect login name
  • 2003/11/2 17:17

  • alfredxz

  • Just popping in

  • Posts: 15

  • Since: 2003/2/11


ok, i wanted to make a welcome msg in the home page, something like "welcome back, (username). What's up?". So i put the fllowing code in theme.html:
<div>
<{if !$xoops_isuser}>
<form action="<{$xoops_url}>/user.php" method="post"><b>User: </b>
<input type='text' name='uname' value='username';">
<b>Pass: </b>
<input type="password" name="pass"/>
<input type="hidden" name="op" value="login" />
<input type="submit" value="login" /> 
<a href="<{$xoops_url}>/register.php"><b>
Join</b></a>
</form>
<{else}>
&nbsp;&nbsp;Welcome back, <b><{$user.name}></b>. What's up?
<{/if}>
</div>


...but every user that logs in always gets displayed the name of one of the two webmasters (and not his one)!
Any idea? Something wrong in the code?




TopTop
(1) 2 »



Login

Who's Online

216 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 216


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