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 - Quackie

Pages: [1]
1
Mods & Plugins (Releases & Support) / [Mod] Random Pic in vBulletin
« on: September 29, 2002, 06:30:21 PM »
I also tried to get the random pics work as a block in vbPortals. I followed instructions as Jan said, but I still don't get it work.  

So after I added the php code into the index.php of the vbPortal, where do i use the variable $randompic in? Should I go to vbPortal admin and add a PHP script block and put that variable in there?

Anyone here success in put the random pic in vbportal block, could u please help me?

Thanks

2
Discussion & Troubleshooting / Link is misleading
« on: September 29, 2002, 04:17:27 PM »
thanks alot jan. I got it now.

Yeah I found the define
$url_app           = "http://www.4homepages.de/vbulletin/"; in the session.php in the integration with vbulletin part.

I replace it with my homepage url and it works fine.

Thanks alot

3
Discussion & Troubleshooting / Link is misleading
« on: September 29, 2002, 08:51:59 AM »
Yeah, I did checked it and all I saw is this:

<a href="{url_lost_password}">{lang_lost_password}</a>
<br />
<a href="{url_register}">{lang_register}</a></td>

I looked for the variable "url_lost_password" and "url_register" and I found it defines in page_header.php as:

"url_lost_password" => (!empty($url_lost_password)) ? $site_sess->url($url_lost_password) : $site_sess->url(ROOT_PATH."member.php?action=lostpassword")

Still, I still lost where does the refereence www.4homepages.de comes from

4
Discussion & Troubleshooting / Link is misleading
« on: September 29, 2002, 07:32:18 AM »
I installed and configured the 4images fine.  Everything seems to work but I saw that the "Forgot Password" and, "Registration" link points to www.4homepages.de instead of my homepage. Same thing with the Login button.

What happened? I checked all the php code and i have no idea where does that link reference come from.  Anyone has any ideas?

Pages: [1]