Search found 209 matches

by Solidjeuh
10 Jun 2012, 07:21
Forum: Welcome On Index
Topic: Custom Page
Replies: 6
Views: 12422

Custom Page

you need to add these codes to the custom php page: // BEGIN Welcome Mod //--Welcome_Mod--get the hour number--> $date = $user->format_date(time(), 'H'); if ($user->data['is_registered']) { $u_user_name = get_username_string('full', $user->data['user_id'], $user->data['username'], $user->data['user_...
by Solidjeuh
23 May 2012, 04:12
Forum: User Contributions
Topic: Spotify BBcode
Replies: 1
Views: 2987

Spotify BBcode

BBcode: [spotify]{SIMPLETEXT}[/spotify] HTML Replacement: <iframe src="https://embed.spotify.com/?uri=spotify:track:{SIMPLETEXT}" width="300" height="80" frameborder="0" allowtransparency="true"></iframe> Help: [spotify]3v0ouAltce6AySBTYBP3pk[/spoti...
by Solidjeuh
22 May 2012, 18:00
Forum: Top Stats
Topic: change blocks layout
Replies: 8
Views: 3307

change blocks layout

You just need to change that in: styles/prosilver/template/top_stats_body.html
Replace the html where you want it..
by Solidjeuh
12 May 2012, 09:57
Forum: Snippets
Topic: [DEV] Simple Quotes
Replies: 8
Views: 9281

[DEV] Simple Quotes

Would it be possible to let members add quotes?
I saw a mod like that, But it's full with sql errors lol
by Solidjeuh
23 Apr 2012, 06:00
Forum: User Contributions
Topic: [Snippets] Refresh Page
Replies: 5
Views: 3043

[Snippets] Refresh Page

Sniper_E wrote:I don't think you want your index page refreshed every 60 seconds.
halfway down the index page = Refresh
Try again...
And again..
for the last time now..
Naah one more time...

:lol: :D :lol:
by Solidjeuh
23 Apr 2012, 01:19
Forum: User Contributions
Topic: [Snippets] Refresh Page
Replies: 5
Views: 3043

[Snippets] Refresh Page

And who wants to refresh his index page every 60 seconds?
So annoying.. :D
by Solidjeuh
22 Apr 2012, 06:30
Forum: User Discussions
Topic: Just a thought
Replies: 9
Views: 6812

Just a thought

Bl4d3 x wrote:you can just add a image link but the image won't be pulled up ;) i have it working on my test site but i dont have the permission to share the code as the coder wants to keep it private.
That sucks.. :lol:
Any change he wants to give it to me? :D I'm a private guy :shock:
by Solidjeuh
21 Apr 2012, 01:04
Forum: User Discussions
Topic: Just a thought
Replies: 9
Views: 6812

Just a thought

it should work with this: $username = ($post_id != 0) ? $row['username'] . " @ " : ' <img src=" . chr(34) . "http://www.yoursite.com/image.gif" . chr(34) . " width=" . chr(34) . "12" . chr(34) . " height=" . chr(34) . "13" . chr(34) . ...
by Solidjeuh
20 Apr 2012, 04:37
Forum: User Discussions
Topic: Just a thought
Replies: 9
Views: 6812

Just a thought

Normally you just need to add the image in php.. Something like: <img src=" . chr(34) . "http://www.yoursite.com/image.gif" . chr(34) . " width=" . chr(34) . "42" . chr(34) . " height=" . chr(34) . "41" . chr(34) . " /> But don't ask me whe...
by Solidjeuh
19 Apr 2012, 08:27
Forum: Forum Goal
Topic: £ vs $
Replies: 10
Views: 5776

£ vs $

try this in the template &pound; this should make the £ sign open: forum_goal_body.html Find: {DONATION_GOAL_CURRENCY} Replace with: &pound; ~~~~~~~~~~ Find: {DONATION_GOAL_CURRENCY} Replace with: &pound; More symbols: http://www.w3schools.com/tags/ref_entities.asp