vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

kadafi_alive 01-04-2006 09:25 AM

Hey waza, did you find a fix for the IE issue? The rating displays fine in Firefox but not in IE or Opera

kadafi_alive 01-04-2006 11:55 AM

I found the problem for the Opera/IE issue where it doesn't line up properly.

Before <if condition="$show['popups']"> in template usercp the table is not closed.

So replace this:

</tr>
</table
<if condition="$show['popups']">

with

</tr>
</table>
<if condition="$show['popups']">

[email protected] vbmenu_register("postmenu_864463", true); 01-04-2006 06:59 PM

Quote:

Originally Posted by saint@t-og.net
any chance you can add to it so that you can set the ammount of pages a user can have, so they can have more than one?

BUMP PLEASE!!!!! :nervous:

silurius 01-04-2006 07:41 PM

Quote:

Originally Posted by silurius
Quote:

Originally Posted by djnth
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.

Are we talking about the "PhotoPost PHP Pro" they have available for sale/download today? Apparently this version "can use vBulletin 2.0.3 (and all newer versions) user database".

I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit.

In case anyone wanted to know, I called PhotoPost today and they do support vB 3.5.3. PhotoPost PHP Pro also stores files in the file system and not in the database (which satifies my db requirement above). They also allow for other types of uploads, not strictly media files.

The guy I spoke with seemed to think the product is pretty flexible, in terms of integrating it with custom user profile pages etc., provided you are comfortable with handling the customizations yourself. Unfortunately you have to purchase the full version if you want to actually play around with it on your own site.

waza 01-05-2006 07:25 AM

Quote:

Originally Posted by saint@t-og.net
BUMP PLEASE!!!!! :nervous:

Hmz, off course, everything is possible ;), but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.

kadafi_alive 01-05-2006 08:59 AM

Hmm,

I was wondering. When there are multiple pages (many users) and I click next to go the next page of userpages, it repeats the same users from the previous page?

[email protected] vbmenu_register("postmenu_865223", true); 01-05-2006 03:50 PM

Quote:

Originally Posted by waza
Hmz, off course, everything is possible ;), but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.

the reason I ask is because I am very busy and until my site is up and running I don't want to look into coding modules like this, im not advanced enough yet :) anyone else able to help me out? :squareeyed:

kadafi_alive 01-05-2006 09:25 PM

Hmm,

When I go the main page (userpage.php), the updated pages doesn't work at all. It only shows the updates of those who have the most views.

Furthermore, the dropdown list on my navbar doesn't work at all

waza 01-06-2006 08:45 AM

@kadafi_alive:
To fix the last updates
find:
Quote:

$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.views DESC LIMIT 0,5");
and replace with:
Quote:

$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.dateline DESC LIMIT 0,5");

MissKalunji 01-09-2006 12:17 AM

Quote:

Originally Posted by waza
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?

got a little time :-) now?


All times are GMT. The time now is 07:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02296 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete