![]() |
Home Community Mys-Script Creative Off-Topic |
|
![]() |
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
![]()
Okay, so I've got four questions, and I'd appreciate the help. :3 I didn't want to spam, so here is them all at once.
FIRST ONE: My pagination is turning my ratties.x10.mx url to www.ratties.x10.mx, so when I'm flipping through, for example, my adopts, going to the next page logs me out. :/ Same with the members page... I suspect once I start using the message system I'll get the same problem with the pagination there. SECOND ONE: I prefer the forum's profile and message look (no offense) and was wondering if it is possible to shift my users over there more - so, for example, when someone clicks to go to the profile of someone on the main site, they get directed to the forum profile. I can probably do that easily enough, what I'm wondering about the adopts - obviously I can't shift those over, so what I'm asking is a) can someone either help me find a way to post someone's adoptables on their forum profile, or to slim down the profile on the main site with a link to their forum profile, so they can go both places. THIRD ONE: Is it possible to "embed" the forum into my site? So to use the theme I have there and just insert the forum's information into the fields there, so it looks like you haven't left the site? Or would that be too hard? FOURTH: Can I add a bit more information to the levelup page? So when someone clicks on an adoptable, it says stuff like name, clicks, level, gender, trade-ability, and just tells you clicked on it - but to also have this when you've already clicked it, so the information is still displayed. If someone could help me with this, that would be great. :D Okay, that's it, for now. xD
__________________
|
#2
|
||||
|
||||
![]()
Well...
First of all, you may go to each script file that uses pagination and find a line like this(the example below is for messages.php): PHP Code:
And yes, it is doable to direct user profile and message page to the forum, but that will require a lot more coding. You have to be familiar with the way your forum engine works. If it is MyBB, the user profile page looks like this: PHP Code:
PHP Code:
PHP Code:
The third one is, well, doable but definitely difficult. This requires a significant modification over the core script of your adoptables site, and will take me at least 3 days to complete, and not sure how long it will take you. The last request is quite easy to achieve, you just have to re-write these lines from levelup.php to whatever you want them to be: PHP Code:
__________________
![]() Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#3
|
||||
|
||||
![]()
Have you seen my levelup pages? I can definitely help you there!
|
#4
|
||||
|
||||
![]()
I think she will mostly be stuck with question three, since thats a question even I do not know how complicated it can get. To me it seems that Gloometh wants somewhat of a full forum integration. An interesting thought, but may take time to accomplish.
__________________
![]() Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#5
|
||||
|
||||
![]()
You could just make your forum theme match your site theme. Or use iframe. But meh... I wouldn't go that route.
|
#6
|
|||||
|
|||||
![]() Quote:
Quote:
Quote:
Quote:
@Silver, this is actually what I wanted - I just want my forum to look the same as my site. I just wasn't sure how to transfer over the nav bar and stuff. I don't want to do some advanced mod or anything. Quote:
Silver, would you mind showing me how you pulled the information from the database? After that I think I can handle it, I just don't get that part too easily.
__________________
|
#7
|
||||
|
||||
![]()
I tried doing the memberlist thing, since that was the first thing on my list, but for some reason it isn't calling the id number right?
I am getting this: http://www.ratties.x10.mx/forum/memb...n=profile&uid= and my code looks like this: Code:
<a href='http://www.ratties.x10.mx/forum/member.php?action=profile&uid='.usernametouid($row->username).'>{$star}{$row->username}</a>
__________________
|
#8
|
||||
|
||||
![]()
Are you calling the database to get the member id's?
Try: Code:
<a href='http://www.ratties.x10.mx/forum/member.php?action=profile&uid='{$row->uid}'>{$star}{$row->username}</a> Last edited by SilverDragonTears; 04-20-2012 at 09:37 PM. |
#9
|
||||
|
||||
![]()
I'm still not getting a profile on the forum. D:
__________________
|
#10
|
||||
|
||||
![]()
Yea that didn't work. I found how to get the uid value but the uid on the adopts site and the forums isn't the same which I thought it would be which is weird. It's a bit complex... I don't know how to do it without giving myself a headache.
|
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with pagination or profile.php | kristhasirah | Questions and Supports | 0 | 01-16-2013 04:59 PM |
help me with levelup.php | Sensacionsk8 | Questions and Supports | 0 | 02-23-2011 05:48 PM |
Pagination/ My Adopts Page | Missy Master | Suggestions and Feature Requests | 13 | 01-23-2011 08:37 PM |
adopt.php pagination | cetroline | Questions and Supports | 5 | 12-13-2010 06:41 PM |
pagination for my adopts | redheadturkey | Questions and Supports | 18 | 05-01-2010 10:45 AM |
What's New? |
What's Hot? |
What's Popular? |