Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - angel_cosmos

Pages: [1]
1
Quote from: V@no
the way u set to yahoo, change it to whatever else u want...


where do I go to change it?

2
Mods & Plugins (Requests & Discussions) / [Mod] Guest infobox
« on: June 11, 2003, 08:52:30 AM »
Quote from: V@no
good idea!

but...(dont want to spoil anything :oops:) u can do exactly the same thing without any changes in .php files...
just add whatever u want between {if user_loggedout} and {endif user_loggedout}

so, in your case u could add
Code: [Select]
{if user_loggedout}
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">Guestinfo</td>
        </tr>
        <tr>
          <td class="row2">blablabla...</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
{endif user_loggedout}


there are many things are hidden in 4images...


Wow, thanks ^_^ umm which file should I add this stuff too?  :oops:

3
It is but I would like to change the actual link url to http://cosplay.persona-girl.net/index.php because I set it to yahoo ^^;

4
Quote from: V@no
I'm not quet sure how u could change that link...by accident? 8O
that link generates in /admin/index.php file:
Code: [Select]
       <td align="right"><b><a href="<?php echo $site_sess->url&#40;ROOT_PATH&#41;; ?>" target="_blank"><?php echo $lang['goto_homepage'&#93;; ?></a>&nbsp;&nbsp;</b></TD>


I set the link to go to like yahoo so later on I could change it ^_^; turns out now I can't... I still don't know where to change it  :cry:

I went to /admin/index.php file and found the code.  Am I suppose to change it to a regular "http://www.mydomain.com" in the (ROOT_PATH) ?

5
Hi there, can someone please help me on this little problem.  :oops:

When you login to the administration control panel, you know in the right hand corner there's a link that says, "Go to the Gallery Home Page" how would I be able to change the url?  

I accidentally set it to a different site so I would like to direct it back to the gallery home page of course :lol:

Thanks in advance  :D

6
Discussion & Troubleshooting / How/where do I allow ppl. to register?
« on: June 09, 2003, 08:40:07 PM »
Thank you!!!  Apparently it wasn't there so I just copied and pasted it below forgot your password. hehehe This is like my first time working with php ^_^;;

7
Discussion & Troubleshooting / How/where do I allow ppl. to register?
« on: June 09, 2003, 10:38:42 AM »
Hi there, can someone please help me out with my problem?

http://cosplay.persona-girl.net/index.php <-- where 4images is located.

Please click if you do not know what I mean by...

Underneath "» Forgot password" isn't there suppose to be a "» Registration" link?  

I think I did something in which I can't remember now (which is why I'm here posting this  :wink: ) on how to get the registration back.  Please let me know on how to fix this.  I searched everywhere in the Admin Control Panel so I really have no idea where it is...is it hidden? lol

As well, I am a bit confused with the permissions when it comes to editing or adding categories; what is the difference between "Upload" and "Direct Upload"?  

Thanks soo much in advance! :D

Pages: [1]